Bug#924861: pandas: FTBFS: make[1]: *** [debian/rules:128: python-test3.7] Error 1

Lucas Nussbaum lucas at debian.org
Sun Mar 17 19:25:04 GMT 2019


Source: pandas
Version: 0.23.3-1
Severity: serious
Tags: buster sid
User: debian-qa at lists.debian.org
Usertags: qa-ftbfs-20190315 qa-ftbfs
Justification: FTBFS in buster on amd64

Hi,

During a rebuild of all packages in buster (in a buster chroot, not a
sid chroot), your package failed to build on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> echo "2.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 2.7"; \
> 	cd debian/cythonized-files$PY/ ; \
> 	find . -regex '.*\.c\(\|pp\)' | while read f; do cp $f ../../$f; done; } || :
> python2.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-2.7
> creating build/lib.linux-x86_64-2.7/pandas
> copying pandas/__version.py -> build/lib.linux-x86_64-2.7/pandas
> copying pandas/lib.py -> build/lib.linux-x86_64-2.7/pandas
> copying pandas/__init__.py -> build/lib.linux-x86_64-2.7/pandas
> copying pandas/testing.py -> build/lib.linux-x86_64-2.7/pandas
> copying pandas/_version.py -> build/lib.linux-x86_64-2.7/pandas
> copying pandas/parser.py -> build/lib.linux-x86_64-2.7/pandas
> copying pandas/conftest.py -> build/lib.linux-x86_64-2.7/pandas
> copying pandas/tslib.py -> build/lib.linux-x86_64-2.7/pandas
> copying pandas/json.py -> build/lib.linux-x86_64-2.7/pandas
> creating build/lib.linux-x86_64-2.7/pandas/core
> copying pandas/core/strings.py -> build/lib.linux-x86_64-2.7/pandas/core
> copying pandas/core/generic.py -> build/lib.linux-x86_64-2.7/pandas/core
> copying pandas/core/sorting.py -> build/lib.linux-x86_64-2.7/pandas/core
> copying pandas/core/resample.py -> build/lib.linux-x86_64-2.7/pandas/core
> copying pandas/core/window.py -> build/lib.linux-x86_64-2.7/pandas/core
> copying pandas/core/datetools.py -> build/lib.linux-x86_64-2.7/pandas/core
> copying pandas/core/index.py -> build/lib.linux-x86_64-2.7/pandas/core
> copying pandas/core/categorical.py -> build/lib.linux-x86_64-2.7/pandas/core
> copying pandas/core/config_init.py -> build/lib.linux-x86_64-2.7/pandas/core
> copying pandas/core/series.py -> build/lib.linux-x86_64-2.7/pandas/core
> copying pandas/core/ops.py -> build/lib.linux-x86_64-2.7/pandas/core
> copying pandas/core/__init__.py -> build/lib.linux-x86_64-2.7/pandas/core
> copying pandas/core/config.py -> build/lib.linux-x86_64-2.7/pandas/core
> copying pandas/core/nanops.py -> build/lib.linux-x86_64-2.7/pandas/core
> copying pandas/core/missing.py -> build/lib.linux-x86_64-2.7/pandas/core
> copying pandas/core/frame.py -> build/lib.linux-x86_64-2.7/pandas/core
> copying pandas/core/common.py -> build/lib.linux-x86_64-2.7/pandas/core
> copying pandas/core/internals.py -> build/lib.linux-x86_64-2.7/pandas/core
> copying pandas/core/indexing.py -> build/lib.linux-x86_64-2.7/pandas/core
> copying pandas/core/api.py -> build/lib.linux-x86_64-2.7/pandas/core
> copying pandas/core/accessor.py -> build/lib.linux-x86_64-2.7/pandas/core
> copying pandas/core/base.py -> build/lib.linux-x86_64-2.7/pandas/core
> copying pandas/core/panel.py -> build/lib.linux-x86_64-2.7/pandas/core
> copying pandas/core/algorithms.py -> build/lib.linux-x86_64-2.7/pandas/core
> copying pandas/core/apply.py -> build/lib.linux-x86_64-2.7/pandas/core
> creating build/lib.linux-x86_64-2.7/pandas/tseries
> copying pandas/tseries/converter.py -> build/lib.linux-x86_64-2.7/pandas/tseries
> copying pandas/tseries/plotting.py -> build/lib.linux-x86_64-2.7/pandas/tseries
> copying pandas/tseries/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tseries
> copying pandas/tseries/offsets.py -> build/lib.linux-x86_64-2.7/pandas/tseries
> copying pandas/tseries/holiday.py -> build/lib.linux-x86_64-2.7/pandas/tseries
> copying pandas/tseries/frequencies.py -> build/lib.linux-x86_64-2.7/pandas/tseries
> copying pandas/tseries/api.py -> build/lib.linux-x86_64-2.7/pandas/tseries
> creating build/lib.linux-x86_64-2.7/pandas/computation
> copying pandas/computation/__init__.py -> build/lib.linux-x86_64-2.7/pandas/computation
> copying pandas/computation/expressions.py -> build/lib.linux-x86_64-2.7/pandas/computation
> creating build/lib.linux-x86_64-2.7/pandas/util
> copying pandas/util/_validators.py -> build/lib.linux-x86_64-2.7/pandas/util
> copying pandas/util/_tester.py -> build/lib.linux-x86_64-2.7/pandas/util
> copying pandas/util/__init__.py -> build/lib.linux-x86_64-2.7/pandas/util
> copying pandas/util/_print_versions.py -> build/lib.linux-x86_64-2.7/pandas/util
> copying pandas/util/testing.py -> build/lib.linux-x86_64-2.7/pandas/util
> copying pandas/util/_doctools.py -> build/lib.linux-x86_64-2.7/pandas/util
> copying pandas/util/_test_decorators.py -> build/lib.linux-x86_64-2.7/pandas/util
> copying pandas/util/decorators.py -> build/lib.linux-x86_64-2.7/pandas/util
> copying pandas/util/_depr_module.py -> build/lib.linux-x86_64-2.7/pandas/util
> copying pandas/util/_decorators.py -> build/lib.linux-x86_64-2.7/pandas/util
> creating build/lib.linux-x86_64-2.7/pandas/tests
> copying pandas/tests/test_lib.py -> build/lib.linux-x86_64-2.7/pandas/tests
> copying pandas/tests/test_panel.py -> build/lib.linux-x86_64-2.7/pandas/tests
> copying pandas/tests/test_compat.py -> build/lib.linux-x86_64-2.7/pandas/tests
> copying pandas/tests/test_config.py -> build/lib.linux-x86_64-2.7/pandas/tests
> copying pandas/tests/test_resample.py -> build/lib.linux-x86_64-2.7/pandas/tests
> copying pandas/tests/test_register_accessor.py -> build/lib.linux-x86_64-2.7/pandas/tests
> copying pandas/tests/test_nanops.py -> build/lib.linux-x86_64-2.7/pandas/tests
> copying pandas/tests/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests
> copying pandas/tests/test_take.py -> build/lib.linux-x86_64-2.7/pandas/tests
> copying pandas/tests/test_sorting.py -> build/lib.linux-x86_64-2.7/pandas/tests
> copying pandas/tests/test_base.py -> build/lib.linux-x86_64-2.7/pandas/tests
> copying pandas/tests/test_common.py -> build/lib.linux-x86_64-2.7/pandas/tests
> copying pandas/tests/test_errors.py -> build/lib.linux-x86_64-2.7/pandas/tests
> copying pandas/tests/test_algos.py -> build/lib.linux-x86_64-2.7/pandas/tests
> copying pandas/tests/test_window.py -> build/lib.linux-x86_64-2.7/pandas/tests
> copying pandas/tests/test_expressions.py -> build/lib.linux-x86_64-2.7/pandas/tests
> copying pandas/tests/test_join.py -> build/lib.linux-x86_64-2.7/pandas/tests
> copying pandas/tests/test_strings.py -> build/lib.linux-x86_64-2.7/pandas/tests
> copying pandas/tests/test_multilevel.py -> build/lib.linux-x86_64-2.7/pandas/tests
> copying pandas/tests/test_downstream.py -> build/lib.linux-x86_64-2.7/pandas/tests
> creating build/lib.linux-x86_64-2.7/pandas/_libs
> copying pandas/_libs/__init__.py -> build/lib.linux-x86_64-2.7/pandas/_libs
> creating build/lib.linux-x86_64-2.7/pandas/io
> copying pandas/io/clipboards.py -> build/lib.linux-x86_64-2.7/pandas/io
> copying pandas/io/gbq.py -> build/lib.linux-x86_64-2.7/pandas/io
> copying pandas/io/date_converters.py -> build/lib.linux-x86_64-2.7/pandas/io
> copying pandas/io/html.py -> build/lib.linux-x86_64-2.7/pandas/io
> copying pandas/io/s3.py -> build/lib.linux-x86_64-2.7/pandas/io
> copying pandas/io/stata.py -> build/lib.linux-x86_64-2.7/pandas/io
> copying pandas/io/__init__.py -> build/lib.linux-x86_64-2.7/pandas/io
> copying pandas/io/feather_format.py -> build/lib.linux-x86_64-2.7/pandas/io
> copying pandas/io/parsers.py -> build/lib.linux-x86_64-2.7/pandas/io
> copying pandas/io/parquet.py -> build/lib.linux-x86_64-2.7/pandas/io
> copying pandas/io/common.py -> build/lib.linux-x86_64-2.7/pandas/io
> copying pandas/io/excel.py -> build/lib.linux-x86_64-2.7/pandas/io
> copying pandas/io/packers.py -> build/lib.linux-x86_64-2.7/pandas/io
> copying pandas/io/api.py -> build/lib.linux-x86_64-2.7/pandas/io
> copying pandas/io/sql.py -> build/lib.linux-x86_64-2.7/pandas/io
> copying pandas/io/pickle.py -> build/lib.linux-x86_64-2.7/pandas/io
> copying pandas/io/pytables.py -> build/lib.linux-x86_64-2.7/pandas/io
> creating build/lib.linux-x86_64-2.7/pandas/plotting
> copying pandas/plotting/_misc.py -> build/lib.linux-x86_64-2.7/pandas/plotting
> copying pandas/plotting/_tools.py -> build/lib.linux-x86_64-2.7/pandas/plotting
> copying pandas/plotting/_core.py -> build/lib.linux-x86_64-2.7/pandas/plotting
> copying pandas/plotting/__init__.py -> build/lib.linux-x86_64-2.7/pandas/plotting
> copying pandas/plotting/_compat.py -> build/lib.linux-x86_64-2.7/pandas/plotting
> copying pandas/plotting/_timeseries.py -> build/lib.linux-x86_64-2.7/pandas/plotting
> copying pandas/plotting/_style.py -> build/lib.linux-x86_64-2.7/pandas/plotting
> copying pandas/plotting/_converter.py -> build/lib.linux-x86_64-2.7/pandas/plotting
> creating build/lib.linux-x86_64-2.7/pandas/compat
> copying pandas/compat/__init__.py -> build/lib.linux-x86_64-2.7/pandas/compat
> copying pandas/compat/chainmap.py -> build/lib.linux-x86_64-2.7/pandas/compat
> copying pandas/compat/pickle_compat.py -> build/lib.linux-x86_64-2.7/pandas/compat
> copying pandas/compat/chainmap_impl.py -> build/lib.linux-x86_64-2.7/pandas/compat
> creating build/lib.linux-x86_64-2.7/pandas/tools
> copying pandas/tools/merge.py -> build/lib.linux-x86_64-2.7/pandas/tools
> copying pandas/tools/plotting.py -> build/lib.linux-x86_64-2.7/pandas/tools
> copying pandas/tools/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tools
> creating build/lib.linux-x86_64-2.7/pandas/types
> copying pandas/types/concat.py -> build/lib.linux-x86_64-2.7/pandas/types
> copying pandas/types/__init__.py -> build/lib.linux-x86_64-2.7/pandas/types
> copying pandas/types/common.py -> build/lib.linux-x86_64-2.7/pandas/types
> creating build/lib.linux-x86_64-2.7/pandas/errors
> copying pandas/errors/__init__.py -> build/lib.linux-x86_64-2.7/pandas/errors
> creating build/lib.linux-x86_64-2.7/pandas/formats
> copying pandas/formats/__init__.py -> build/lib.linux-x86_64-2.7/pandas/formats
> copying pandas/formats/style.py -> build/lib.linux-x86_64-2.7/pandas/formats
> creating build/lib.linux-x86_64-2.7/pandas/api
> copying pandas/api/__init__.py -> build/lib.linux-x86_64-2.7/pandas/api
> creating build/lib.linux-x86_64-2.7/pandas/core/computation
> copying pandas/core/computation/engines.py -> build/lib.linux-x86_64-2.7/pandas/core/computation
> copying pandas/core/computation/scope.py -> build/lib.linux-x86_64-2.7/pandas/core/computation
> copying pandas/core/computation/ops.py -> build/lib.linux-x86_64-2.7/pandas/core/computation
> copying pandas/core/computation/__init__.py -> build/lib.linux-x86_64-2.7/pandas/core/computation
> copying pandas/core/computation/expressions.py -> build/lib.linux-x86_64-2.7/pandas/core/computation
> copying pandas/core/computation/check.py -> build/lib.linux-x86_64-2.7/pandas/core/computation
> copying pandas/core/computation/common.py -> build/lib.linux-x86_64-2.7/pandas/core/computation
> copying pandas/core/computation/eval.py -> build/lib.linux-x86_64-2.7/pandas/core/computation
> copying pandas/core/computation/api.py -> build/lib.linux-x86_64-2.7/pandas/core/computation
> copying pandas/core/computation/expr.py -> build/lib.linux-x86_64-2.7/pandas/core/computation
> copying pandas/core/computation/align.py -> build/lib.linux-x86_64-2.7/pandas/core/computation
> copying pandas/core/computation/pytables.py -> build/lib.linux-x86_64-2.7/pandas/core/computation
> creating build/lib.linux-x86_64-2.7/pandas/core/util
> copying pandas/core/util/__init__.py -> build/lib.linux-x86_64-2.7/pandas/core/util
> copying pandas/core/util/hashing.py -> build/lib.linux-x86_64-2.7/pandas/core/util
> creating build/lib.linux-x86_64-2.7/pandas/core/dtypes
> copying pandas/core/dtypes/generic.py -> build/lib.linux-x86_64-2.7/pandas/core/dtypes
> copying pandas/core/dtypes/concat.py -> build/lib.linux-x86_64-2.7/pandas/core/dtypes
> copying pandas/core/dtypes/dtypes.py -> build/lib.linux-x86_64-2.7/pandas/core/dtypes
> copying pandas/core/dtypes/inference.py -> build/lib.linux-x86_64-2.7/pandas/core/dtypes
> copying pandas/core/dtypes/__init__.py -> build/lib.linux-x86_64-2.7/pandas/core/dtypes
> copying pandas/core/dtypes/missing.py -> build/lib.linux-x86_64-2.7/pandas/core/dtypes
> copying pandas/core/dtypes/cast.py -> build/lib.linux-x86_64-2.7/pandas/core/dtypes
> copying pandas/core/dtypes/common.py -> build/lib.linux-x86_64-2.7/pandas/core/dtypes
> copying pandas/core/dtypes/api.py -> build/lib.linux-x86_64-2.7/pandas/core/dtypes
> copying pandas/core/dtypes/base.py -> build/lib.linux-x86_64-2.7/pandas/core/dtypes
> creating build/lib.linux-x86_64-2.7/pandas/core/sparse
> copying pandas/core/sparse/series.py -> build/lib.linux-x86_64-2.7/pandas/core/sparse
> copying pandas/core/sparse/__init__.py -> build/lib.linux-x86_64-2.7/pandas/core/sparse
> copying pandas/core/sparse/array.py -> build/lib.linux-x86_64-2.7/pandas/core/sparse
> copying pandas/core/sparse/frame.py -> build/lib.linux-x86_64-2.7/pandas/core/sparse
> copying pandas/core/sparse/scipy_sparse.py -> build/lib.linux-x86_64-2.7/pandas/core/sparse
> copying pandas/core/sparse/api.py -> build/lib.linux-x86_64-2.7/pandas/core/sparse
> creating build/lib.linux-x86_64-2.7/pandas/core/groupby
> copying pandas/core/groupby/groupby.py -> build/lib.linux-x86_64-2.7/pandas/core/groupby
> copying pandas/core/groupby/__init__.py -> build/lib.linux-x86_64-2.7/pandas/core/groupby
> creating build/lib.linux-x86_64-2.7/pandas/core/indexes
> copying pandas/core/indexes/interval.py -> build/lib.linux-x86_64-2.7/pandas/core/indexes
> copying pandas/core/indexes/category.py -> build/lib.linux-x86_64-2.7/pandas/core/indexes
> copying pandas/core/indexes/multi.py -> build/lib.linux-x86_64-2.7/pandas/core/indexes
> copying pandas/core/indexes/period.py -> build/lib.linux-x86_64-2.7/pandas/core/indexes
> copying pandas/core/indexes/datetimes.py -> build/lib.linux-x86_64-2.7/pandas/core/indexes
> copying pandas/core/indexes/accessors.py -> build/lib.linux-x86_64-2.7/pandas/core/indexes
> copying pandas/core/indexes/frozen.py -> build/lib.linux-x86_64-2.7/pandas/core/indexes
> copying pandas/core/indexes/__init__.py -> build/lib.linux-x86_64-2.7/pandas/core/indexes
> copying pandas/core/indexes/timedeltas.py -> build/lib.linux-x86_64-2.7/pandas/core/indexes
> copying pandas/core/indexes/numeric.py -> build/lib.linux-x86_64-2.7/pandas/core/indexes
> copying pandas/core/indexes/datetimelike.py -> build/lib.linux-x86_64-2.7/pandas/core/indexes
> copying pandas/core/indexes/api.py -> build/lib.linux-x86_64-2.7/pandas/core/indexes
> copying pandas/core/indexes/range.py -> build/lib.linux-x86_64-2.7/pandas/core/indexes
> copying pandas/core/indexes/base.py -> build/lib.linux-x86_64-2.7/pandas/core/indexes
> creating build/lib.linux-x86_64-2.7/pandas/core/tools
> copying pandas/core/tools/datetimes.py -> build/lib.linux-x86_64-2.7/pandas/core/tools
> copying pandas/core/tools/__init__.py -> build/lib.linux-x86_64-2.7/pandas/core/tools
> copying pandas/core/tools/timedeltas.py -> build/lib.linux-x86_64-2.7/pandas/core/tools
> copying pandas/core/tools/numeric.py -> build/lib.linux-x86_64-2.7/pandas/core/tools
> creating build/lib.linux-x86_64-2.7/pandas/core/arrays
> copying pandas/core/arrays/categorical.py -> build/lib.linux-x86_64-2.7/pandas/core/arrays
> copying pandas/core/arrays/__init__.py -> build/lib.linux-x86_64-2.7/pandas/core/arrays
> copying pandas/core/arrays/base.py -> build/lib.linux-x86_64-2.7/pandas/core/arrays
> creating build/lib.linux-x86_64-2.7/pandas/core/reshape
> copying pandas/core/reshape/merge.py -> build/lib.linux-x86_64-2.7/pandas/core/reshape
> copying pandas/core/reshape/concat.py -> build/lib.linux-x86_64-2.7/pandas/core/reshape
> copying pandas/core/reshape/__init__.py -> build/lib.linux-x86_64-2.7/pandas/core/reshape
> copying pandas/core/reshape/reshape.py -> build/lib.linux-x86_64-2.7/pandas/core/reshape
> copying pandas/core/reshape/api.py -> build/lib.linux-x86_64-2.7/pandas/core/reshape
> copying pandas/core/reshape/tile.py -> build/lib.linux-x86_64-2.7/pandas/core/reshape
> copying pandas/core/reshape/pivot.py -> build/lib.linux-x86_64-2.7/pandas/core/reshape
> copying pandas/core/reshape/util.py -> build/lib.linux-x86_64-2.7/pandas/core/reshape
> copying pandas/core/reshape/melt.py -> build/lib.linux-x86_64-2.7/pandas/core/reshape
> creating build/lib.linux-x86_64-2.7/pandas/tests/series
> copying pandas/tests/series/test_timeseries.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
> copying pandas/tests/series/test_validate.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
> copying pandas/tests/series/test_constructors.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
> copying pandas/tests/series/test_rank.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
> copying pandas/tests/series/test_arithmetic.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
> copying pandas/tests/series/test_asof.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
> copying pandas/tests/series/test_subclass.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
> copying pandas/tests/series/test_missing.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
> copying pandas/tests/series/test_apply.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
> copying pandas/tests/series/test_dtypes.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
> copying pandas/tests/series/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
> copying pandas/tests/series/test_datetime_values.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
> copying pandas/tests/series/test_combine_concat.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
> copying pandas/tests/series/test_sorting.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
> copying pandas/tests/series/test_quantile.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
> copying pandas/tests/series/common.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
> copying pandas/tests/series/test_replace.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
> copying pandas/tests/series/test_operators.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
> copying pandas/tests/series/test_io.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
> copying pandas/tests/series/test_internals.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
> copying pandas/tests/series/test_api.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
> copying pandas/tests/series/test_period.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
> copying pandas/tests/series/test_repr.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
> copying pandas/tests/series/test_analytics.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
> copying pandas/tests/series/test_alter_axes.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
> copying pandas/tests/series/test_timezones.py -> build/lib.linux-x86_64-2.7/pandas/tests/series
> creating build/lib.linux-x86_64-2.7/pandas/tests/tslibs
> copying pandas/tests/tslibs/test_liboffsets.py -> build/lib.linux-x86_64-2.7/pandas/tests/tslibs
> copying pandas/tests/tslibs/test_libfrequencies.py -> build/lib.linux-x86_64-2.7/pandas/tests/tslibs
> copying pandas/tests/tslibs/test_period_asfreq.py -> build/lib.linux-x86_64-2.7/pandas/tests/tslibs
> copying pandas/tests/tslibs/test_ccalendar.py -> build/lib.linux-x86_64-2.7/pandas/tests/tslibs
> copying pandas/tests/tslibs/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/tslibs
> copying pandas/tests/tslibs/test_parsing.py -> build/lib.linux-x86_64-2.7/pandas/tests/tslibs
> copying pandas/tests/tslibs/test_array_to_datetime.py -> build/lib.linux-x86_64-2.7/pandas/tests/tslibs
> copying pandas/tests/tslibs/test_conversion.py -> build/lib.linux-x86_64-2.7/pandas/tests/tslibs
> copying pandas/tests/tslibs/test_timezones.py -> build/lib.linux-x86_64-2.7/pandas/tests/tslibs
> creating build/lib.linux-x86_64-2.7/pandas/tests/tseries
> copying pandas/tests/tseries/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/tseries
> copying pandas/tests/tseries/test_frequencies.py -> build/lib.linux-x86_64-2.7/pandas/tests/tseries
> copying pandas/tests/tseries/test_holiday.py -> build/lib.linux-x86_64-2.7/pandas/tests/tseries
> copying pandas/tests/tseries/conftest.py -> build/lib.linux-x86_64-2.7/pandas/tests/tseries
> creating build/lib.linux-x86_64-2.7/pandas/tests/internals
> copying pandas/tests/internals/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/internals
> copying pandas/tests/internals/test_internals.py -> build/lib.linux-x86_64-2.7/pandas/tests/internals
> creating build/lib.linux-x86_64-2.7/pandas/tests/computation
> copying pandas/tests/computation/test_compat.py -> build/lib.linux-x86_64-2.7/pandas/tests/computation
> copying pandas/tests/computation/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/computation
> copying pandas/tests/computation/test_eval.py -> build/lib.linux-x86_64-2.7/pandas/tests/computation
> creating build/lib.linux-x86_64-2.7/pandas/tests/util
> copying pandas/tests/util/test_testing.py -> build/lib.linux-x86_64-2.7/pandas/tests/util
> copying pandas/tests/util/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/util
> copying pandas/tests/util/test_util.py -> build/lib.linux-x86_64-2.7/pandas/tests/util
> copying pandas/tests/util/test_hashing.py -> build/lib.linux-x86_64-2.7/pandas/tests/util
> creating build/lib.linux-x86_64-2.7/pandas/tests/frame
> copying pandas/tests/frame/test_mutate_columns.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
> copying pandas/tests/frame/test_timeseries.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
> copying pandas/tests/frame/test_validate.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
> copying pandas/tests/frame/test_query_eval.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
> copying pandas/tests/frame/test_block_internals.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
> copying pandas/tests/frame/test_constructors.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
> copying pandas/tests/frame/test_rank.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
> copying pandas/tests/frame/test_arithmetic.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
> copying pandas/tests/frame/test_indexing.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
> copying pandas/tests/frame/test_repr_info.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
> copying pandas/tests/frame/test_asof.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
> copying pandas/tests/frame/test_nonunique_indexes.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
> copying pandas/tests/frame/test_subclass.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
> copying pandas/tests/frame/test_missing.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
> copying pandas/tests/frame/test_apply.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
> copying pandas/tests/frame/test_dtypes.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
> copying pandas/tests/frame/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
> copying pandas/tests/frame/test_reshape.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
> copying pandas/tests/frame/test_combine_concat.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
> copying pandas/tests/frame/test_sorting.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
> copying pandas/tests/frame/test_to_csv.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
> copying pandas/tests/frame/test_axis_select_reindex.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
> copying pandas/tests/frame/test_quantile.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
> copying pandas/tests/frame/common.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
> copying pandas/tests/frame/test_replace.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
> copying pandas/tests/frame/test_sort_values_level_as_str.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
> copying pandas/tests/frame/test_operators.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
> copying pandas/tests/frame/test_join.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
> copying pandas/tests/frame/test_convert_to.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
> copying pandas/tests/frame/test_api.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
> copying pandas/tests/frame/test_period.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
> copying pandas/tests/frame/test_analytics.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
> copying pandas/tests/frame/test_alter_axes.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
> copying pandas/tests/frame/test_timezones.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame
> creating build/lib.linux-x86_64-2.7/pandas/tests/dtypes
> copying pandas/tests/dtypes/test_cast.py -> build/lib.linux-x86_64-2.7/pandas/tests/dtypes
> copying pandas/tests/dtypes/test_missing.py -> build/lib.linux-x86_64-2.7/pandas/tests/dtypes
> copying pandas/tests/dtypes/test_dtypes.py -> build/lib.linux-x86_64-2.7/pandas/tests/dtypes
> copying pandas/tests/dtypes/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/dtypes
> copying pandas/tests/dtypes/test_inference.py -> build/lib.linux-x86_64-2.7/pandas/tests/dtypes
> copying pandas/tests/dtypes/test_common.py -> build/lib.linux-x86_64-2.7/pandas/tests/dtypes
> copying pandas/tests/dtypes/test_generic.py -> build/lib.linux-x86_64-2.7/pandas/tests/dtypes
> copying pandas/tests/dtypes/test_concat.py -> build/lib.linux-x86_64-2.7/pandas/tests/dtypes
> creating build/lib.linux-x86_64-2.7/pandas/tests/sparse
> copying pandas/tests/sparse/test_indexing.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse
> copying pandas/tests/sparse/test_arithmetics.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse
> copying pandas/tests/sparse/test_libsparse.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse
> copying pandas/tests/sparse/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse
> copying pandas/tests/sparse/test_reshape.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse
> copying pandas/tests/sparse/test_combine_concat.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse
> copying pandas/tests/sparse/common.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse
> copying pandas/tests/sparse/test_groupby.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse
> copying pandas/tests/sparse/test_pivot.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse
> copying pandas/tests/sparse/test_array.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse
> copying pandas/tests/sparse/test_format.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse
> creating build/lib.linux-x86_64-2.7/pandas/tests/io
> copying pandas/tests/io/test_stata.py -> build/lib.linux-x86_64-2.7/pandas/tests/io
> copying pandas/tests/io/test_s3.py -> build/lib.linux-x86_64-2.7/pandas/tests/io
> copying pandas/tests/io/test_pickle.py -> build/lib.linux-x86_64-2.7/pandas/tests/io
> copying pandas/tests/io/test_feather.py -> build/lib.linux-x86_64-2.7/pandas/tests/io
> copying pandas/tests/io/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/io
> copying pandas/tests/io/generate_legacy_storage_files.py -> build/lib.linux-x86_64-2.7/pandas/tests/io
> copying pandas/tests/io/test_pytables.py -> build/lib.linux-x86_64-2.7/pandas/tests/io
> copying pandas/tests/io/test_common.py -> build/lib.linux-x86_64-2.7/pandas/tests/io
> copying pandas/tests/io/conftest.py -> build/lib.linux-x86_64-2.7/pandas/tests/io
> copying pandas/tests/io/test_gbq.py -> build/lib.linux-x86_64-2.7/pandas/tests/io
> copying pandas/tests/io/test_sql.py -> build/lib.linux-x86_64-2.7/pandas/tests/io
> copying pandas/tests/io/test_clipboard.py -> build/lib.linux-x86_64-2.7/pandas/tests/io
> copying pandas/tests/io/test_html.py -> build/lib.linux-x86_64-2.7/pandas/tests/io
> copying pandas/tests/io/test_packers.py -> build/lib.linux-x86_64-2.7/pandas/tests/io
> copying pandas/tests/io/test_parquet.py -> build/lib.linux-x86_64-2.7/pandas/tests/io
> copying pandas/tests/io/test_excel.py -> build/lib.linux-x86_64-2.7/pandas/tests/io
> creating build/lib.linux-x86_64-2.7/pandas/tests/generic
> copying pandas/tests/generic/test_panel.py -> build/lib.linux-x86_64-2.7/pandas/tests/generic
> copying pandas/tests/generic/test_series.py -> build/lib.linux-x86_64-2.7/pandas/tests/generic
> copying pandas/tests/generic/test_frame.py -> build/lib.linux-x86_64-2.7/pandas/tests/generic
> copying pandas/tests/generic/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/generic
> copying pandas/tests/generic/test_generic.py -> build/lib.linux-x86_64-2.7/pandas/tests/generic
> copying pandas/tests/generic/test_label_or_level_utils.py -> build/lib.linux-x86_64-2.7/pandas/tests/generic
> creating build/lib.linux-x86_64-2.7/pandas/tests/groupby
> copying pandas/tests/groupby/test_whitelist.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby
> copying pandas/tests/groupby/test_timegrouper.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby
> copying pandas/tests/groupby/test_filters.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby
> copying pandas/tests/groupby/test_rank.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby
> copying pandas/tests/groupby/test_function.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby
> copying pandas/tests/groupby/test_apply.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby
> copying pandas/tests/groupby/test_bin_groupby.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby
> copying pandas/tests/groupby/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby
> copying pandas/tests/groupby/test_nth.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby
> copying pandas/tests/groupby/test_value_counts.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby
> copying pandas/tests/groupby/test_index_as_string.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby
> copying pandas/tests/groupby/test_transform.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby
> copying pandas/tests/groupby/conftest.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby
> copying pandas/tests/groupby/test_categorical.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby
> copying pandas/tests/groupby/test_groupby.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby
> copying pandas/tests/groupby/test_counting.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby
> copying pandas/tests/groupby/test_grouping.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby
> creating build/lib.linux-x86_64-2.7/pandas/tests/plotting
> copying pandas/tests/plotting/test_boxplot_method.py -> build/lib.linux-x86_64-2.7/pandas/tests/plotting
> copying pandas/tests/plotting/test_converter.py -> build/lib.linux-x86_64-2.7/pandas/tests/plotting
> copying pandas/tests/plotting/test_series.py -> build/lib.linux-x86_64-2.7/pandas/tests/plotting
> copying pandas/tests/plotting/test_deprecated.py -> build/lib.linux-x86_64-2.7/pandas/tests/plotting
> copying pandas/tests/plotting/test_frame.py -> build/lib.linux-x86_64-2.7/pandas/tests/plotting
> copying pandas/tests/plotting/test_misc.py -> build/lib.linux-x86_64-2.7/pandas/tests/plotting
> copying pandas/tests/plotting/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/plotting
> copying pandas/tests/plotting/test_datetimelike.py -> build/lib.linux-x86_64-2.7/pandas/tests/plotting
> copying pandas/tests/plotting/test_hist_method.py -> build/lib.linux-x86_64-2.7/pandas/tests/plotting
> copying pandas/tests/plotting/common.py -> build/lib.linux-x86_64-2.7/pandas/tests/plotting
> copying pandas/tests/plotting/test_groupby.py -> build/lib.linux-x86_64-2.7/pandas/tests/plotting
> creating build/lib.linux-x86_64-2.7/pandas/tests/indexes
> copying pandas/tests/indexes/test_numeric.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes
> copying pandas/tests/indexes/test_multi.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes
> copying pandas/tests/indexes/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes
> copying pandas/tests/indexes/test_base.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes
> copying pandas/tests/indexes/test_category.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes
> copying pandas/tests/indexes/test_frozen.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes
> copying pandas/tests/indexes/conftest.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes
> copying pandas/tests/indexes/common.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes
> copying pandas/tests/indexes/datetimelike.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes
> copying pandas/tests/indexes/test_range.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes
> creating build/lib.linux-x86_64-2.7/pandas/tests/tools
> copying pandas/tests/tools/test_numeric.py -> build/lib.linux-x86_64-2.7/pandas/tests/tools
> copying pandas/tests/tools/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/tools
> creating build/lib.linux-x86_64-2.7/pandas/tests/scalar
> copying pandas/tests/scalar/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar
> copying pandas/tests/scalar/test_nat.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar
> creating build/lib.linux-x86_64-2.7/pandas/tests/reshape
> copying pandas/tests/reshape/test_union_categoricals.py -> build/lib.linux-x86_64-2.7/pandas/tests/reshape
> copying pandas/tests/reshape/test_tile.py -> build/lib.linux-x86_64-2.7/pandas/tests/reshape
> copying pandas/tests/reshape/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/reshape
> copying pandas/tests/reshape/test_util.py -> build/lib.linux-x86_64-2.7/pandas/tests/reshape
> copying pandas/tests/reshape/test_reshape.py -> build/lib.linux-x86_64-2.7/pandas/tests/reshape
> copying pandas/tests/reshape/test_pivot.py -> build/lib.linux-x86_64-2.7/pandas/tests/reshape
> copying pandas/tests/reshape/test_melt.py -> build/lib.linux-x86_64-2.7/pandas/tests/reshape
> copying pandas/tests/reshape/test_concat.py -> build/lib.linux-x86_64-2.7/pandas/tests/reshape
> creating build/lib.linux-x86_64-2.7/pandas/tests/api
> copying pandas/tests/api/test_types.py -> build/lib.linux-x86_64-2.7/pandas/tests/api
> copying pandas/tests/api/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/api
> copying pandas/tests/api/test_api.py -> build/lib.linux-x86_64-2.7/pandas/tests/api
> creating build/lib.linux-x86_64-2.7/pandas/tests/extension
> copying pandas/tests/extension/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension
> copying pandas/tests/extension/test_external_block.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension
> copying pandas/tests/extension/test_common.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension
> copying pandas/tests/extension/conftest.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension
> creating build/lib.linux-x86_64-2.7/pandas/tests/indexing
> copying pandas/tests/indexing/test_panel.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing
> copying pandas/tests/indexing/test_floats.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing
> copying pandas/tests/indexing/test_indexing_slow.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing
> copying pandas/tests/indexing/test_iloc.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing
> copying pandas/tests/indexing/test_indexing.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing
> copying pandas/tests/indexing/test_partial.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing
> copying pandas/tests/indexing/test_callable.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing
> copying pandas/tests/indexing/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing
> copying pandas/tests/indexing/common.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing
> copying pandas/tests/indexing/test_categorical.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing
> copying pandas/tests/indexing/test_timedelta.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing
> copying pandas/tests/indexing/test_chaining_and_caching.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing
> copying pandas/tests/indexing/test_scalar.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing
> copying pandas/tests/indexing/test_multiindex.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing
> copying pandas/tests/indexing/test_loc.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing
> copying pandas/tests/indexing/test_ix.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing
> copying pandas/tests/indexing/test_datetime.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing
> copying pandas/tests/indexing/test_coercion.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing
> creating build/lib.linux-x86_64-2.7/pandas/tests/categorical
> copying pandas/tests/categorical/test_constructors.py -> build/lib.linux-x86_64-2.7/pandas/tests/categorical
> copying pandas/tests/categorical/test_indexing.py -> build/lib.linux-x86_64-2.7/pandas/tests/categorical
> copying pandas/tests/categorical/test_warnings.py -> build/lib.linux-x86_64-2.7/pandas/tests/categorical
> copying pandas/tests/categorical/test_subclass.py -> build/lib.linux-x86_64-2.7/pandas/tests/categorical
> copying pandas/tests/categorical/test_missing.py -> build/lib.linux-x86_64-2.7/pandas/tests/categorical
> copying pandas/tests/categorical/test_dtypes.py -> build/lib.linux-x86_64-2.7/pandas/tests/categorical
> copying pandas/tests/categorical/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/categorical
> copying pandas/tests/categorical/test_sorting.py -> build/lib.linux-x86_64-2.7/pandas/tests/categorical
> copying pandas/tests/categorical/test_algos.py -> build/lib.linux-x86_64-2.7/pandas/tests/categorical
> copying pandas/tests/categorical/conftest.py -> build/lib.linux-x86_64-2.7/pandas/tests/categorical
> copying pandas/tests/categorical/common.py -> build/lib.linux-x86_64-2.7/pandas/tests/categorical
> copying pandas/tests/categorical/test_operators.py -> build/lib.linux-x86_64-2.7/pandas/tests/categorical
> copying pandas/tests/categorical/test_api.py -> build/lib.linux-x86_64-2.7/pandas/tests/categorical
> copying pandas/tests/categorical/test_repr.py -> build/lib.linux-x86_64-2.7/pandas/tests/categorical
> copying pandas/tests/categorical/test_analytics.py -> build/lib.linux-x86_64-2.7/pandas/tests/categorical
> creating build/lib.linux-x86_64-2.7/pandas/tests/series/indexing
> copying pandas/tests/series/indexing/test_alter_index.py -> build/lib.linux-x86_64-2.7/pandas/tests/series/indexing
> copying pandas/tests/series/indexing/test_iloc.py -> build/lib.linux-x86_64-2.7/pandas/tests/series/indexing
> copying pandas/tests/series/indexing/test_indexing.py -> build/lib.linux-x86_64-2.7/pandas/tests/series/indexing
> copying pandas/tests/series/indexing/test_numeric.py -> build/lib.linux-x86_64-2.7/pandas/tests/series/indexing
> copying pandas/tests/series/indexing/test_callable.py -> build/lib.linux-x86_64-2.7/pandas/tests/series/indexing
> copying pandas/tests/series/indexing/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/series/indexing
> copying pandas/tests/series/indexing/conftest.py -> build/lib.linux-x86_64-2.7/pandas/tests/series/indexing
> copying pandas/tests/series/indexing/test_loc.py -> build/lib.linux-x86_64-2.7/pandas/tests/series/indexing
> copying pandas/tests/series/indexing/test_datetime.py -> build/lib.linux-x86_64-2.7/pandas/tests/series/indexing
> copying pandas/tests/series/indexing/test_boolean.py -> build/lib.linux-x86_64-2.7/pandas/tests/series/indexing
> creating build/lib.linux-x86_64-2.7/pandas/tests/tseries/offsets
> copying pandas/tests/tseries/offsets/test_yqm_offsets.py -> build/lib.linux-x86_64-2.7/pandas/tests/tseries/offsets
> copying pandas/tests/tseries/offsets/test_offsets.py -> build/lib.linux-x86_64-2.7/pandas/tests/tseries/offsets
> copying pandas/tests/tseries/offsets/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/tseries/offsets
> copying pandas/tests/tseries/offsets/test_ticks.py -> build/lib.linux-x86_64-2.7/pandas/tests/tseries/offsets
> copying pandas/tests/tseries/offsets/conftest.py -> build/lib.linux-x86_64-2.7/pandas/tests/tseries/offsets
> copying pandas/tests/tseries/offsets/common.py -> build/lib.linux-x86_64-2.7/pandas/tests/tseries/offsets
> copying pandas/tests/tseries/offsets/test_fiscal.py -> build/lib.linux-x86_64-2.7/pandas/tests/tseries/offsets
> creating build/lib.linux-x86_64-2.7/pandas/tests/sparse/series
> copying pandas/tests/sparse/series/test_indexing.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse/series
> copying pandas/tests/sparse/series/test_series.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse/series
> copying pandas/tests/sparse/series/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse/series
> creating build/lib.linux-x86_64-2.7/pandas/tests/sparse/frame
> copying pandas/tests/sparse/frame/test_indexing.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse/frame
> copying pandas/tests/sparse/frame/test_frame.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse/frame
> copying pandas/tests/sparse/frame/test_apply.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse/frame
> copying pandas/tests/sparse/frame/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse/frame
> copying pandas/tests/sparse/frame/test_to_csv.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse/frame
> copying pandas/tests/sparse/frame/test_to_from_scipy.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse/frame
> copying pandas/tests/sparse/frame/test_analytics.py -> build/lib.linux-x86_64-2.7/pandas/tests/sparse/frame
> creating build/lib.linux-x86_64-2.7/pandas/tests/io/json
> copying pandas/tests/io/json/test_pandas.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/json
> copying pandas/tests/io/json/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/json
> copying pandas/tests/io/json/test_json_table_schema.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/json
> copying pandas/tests/io/json/test_ujson.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/json
> copying pandas/tests/io/json/test_readlines.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/json
> copying pandas/tests/io/json/test_compression.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/json
> copying pandas/tests/io/json/test_normalize.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/json
> creating build/lib.linux-x86_64-2.7/pandas/tests/io/sas
> copying pandas/tests/io/sas/test_sas7bdat.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/sas
> copying pandas/tests/io/sas/test_sas.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/sas
> copying pandas/tests/io/sas/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/sas
> copying pandas/tests/io/sas/test_xport.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/sas
> creating build/lib.linux-x86_64-2.7/pandas/tests/io/formats
> copying pandas/tests/io/formats/test_to_html.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/formats
> copying pandas/tests/io/formats/test_css.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/formats
> copying pandas/tests/io/formats/test_eng_formatting.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/formats
> copying pandas/tests/io/formats/test_to_excel.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/formats
> copying pandas/tests/io/formats/test_printing.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/formats
> copying pandas/tests/io/formats/test_style.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/formats
> copying pandas/tests/io/formats/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/formats
> copying pandas/tests/io/formats/test_to_csv.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/formats
> copying pandas/tests/io/formats/test_format.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/formats
> copying pandas/tests/io/formats/test_to_latex.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/formats
> creating build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack
> copying pandas/tests/io/msgpack/test_pack.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack
> copying pandas/tests/io/msgpack/test_case.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack
> copying pandas/tests/io/msgpack/test_unpack_raw.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack
> copying pandas/tests/io/msgpack/test_buffer.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack
> copying pandas/tests/io/msgpack/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack
> copying pandas/tests/io/msgpack/test_limits.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack
> copying pandas/tests/io/msgpack/test_sequnpack.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack
> copying pandas/tests/io/msgpack/test_read_size.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack
> copying pandas/tests/io/msgpack/test_extension.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack
> copying pandas/tests/io/msgpack/test_subtype.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack
> copying pandas/tests/io/msgpack/test_newspec.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack
> copying pandas/tests/io/msgpack/test_seq.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack
> copying pandas/tests/io/msgpack/test_except.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack
> copying pandas/tests/io/msgpack/common.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack
> copying pandas/tests/io/msgpack/test_obj.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack
> copying pandas/tests/io/msgpack/test_format.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack
> copying pandas/tests/io/msgpack/test_unpack.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack
> creating build/lib.linux-x86_64-2.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/mangle_dupes.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/test_textreader.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/index_col.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/dtypes.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/python_parser_only.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/test_network.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/header.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/usecols.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/dialect.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/common.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/test_parsers.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/parse_dates.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/compression.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/converters.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/na_values.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/comment.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/test_read_fwf.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/test_unsupported.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/skiprows.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/quoting.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/c_parser_only.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/multithread.py -> build/lib.linux-x86_64-2.7/pandas/tests/io/parser
> creating build/lib.linux-x86_64-2.7/pandas/tests/groupby/aggregate
> copying pandas/tests/groupby/aggregate/test_other.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby/aggregate
> copying pandas/tests/groupby/aggregate/test_cython.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby/aggregate
> copying pandas/tests/groupby/aggregate/test_aggregate.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby/aggregate
> copying pandas/tests/groupby/aggregate/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/groupby/aggregate
> creating build/lib.linux-x86_64-2.7/pandas/tests/indexes/timedeltas
> copying pandas/tests/indexes/timedeltas/test_timedelta_range.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/timedeltas
> copying pandas/tests/indexes/timedeltas/test_partial_slicing.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/timedeltas
> copying pandas/tests/indexes/timedeltas/test_scalar_compat.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/timedeltas
> copying pandas/tests/indexes/timedeltas/test_arithmetic.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/timedeltas
> copying pandas/tests/indexes/timedeltas/test_tools.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/timedeltas
> copying pandas/tests/indexes/timedeltas/test_indexing.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/timedeltas
> copying pandas/tests/indexes/timedeltas/test_setops.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/timedeltas
> copying pandas/tests/indexes/timedeltas/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/timedeltas
> copying pandas/tests/indexes/timedeltas/test_timedelta.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/timedeltas
> copying pandas/tests/indexes/timedeltas/test_astype.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/timedeltas
> copying pandas/tests/indexes/timedeltas/test_construction.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/timedeltas
> copying pandas/tests/indexes/timedeltas/test_formats.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/timedeltas
> copying pandas/tests/indexes/timedeltas/test_ops.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/timedeltas
> creating build/lib.linux-x86_64-2.7/pandas/tests/indexes/period
> copying pandas/tests/indexes/period/test_partial_slicing.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/period
> copying pandas/tests/indexes/period/test_asfreq.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/period
> copying pandas/tests/indexes/period/test_scalar_compat.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/period
> copying pandas/tests/indexes/period/test_arithmetic.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/period
> copying pandas/tests/indexes/period/test_tools.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/period
> copying pandas/tests/indexes/period/test_indexing.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/period
> copying pandas/tests/indexes/period/test_setops.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/period
> copying pandas/tests/indexes/period/test_period_range.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/period
> copying pandas/tests/indexes/period/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/period
> copying pandas/tests/indexes/period/test_period.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/period
> copying pandas/tests/indexes/period/test_astype.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/period
> copying pandas/tests/indexes/period/test_construction.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/period
> copying pandas/tests/indexes/period/test_formats.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/period
> copying pandas/tests/indexes/period/test_ops.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/period
> creating build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes
> copying pandas/tests/indexes/datetimes/test_partial_slicing.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes
> copying pandas/tests/indexes/datetimes/test_scalar_compat.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes
> copying pandas/tests/indexes/datetimes/test_arithmetic.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes
> copying pandas/tests/indexes/datetimes/test_tools.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes
> copying pandas/tests/indexes/datetimes/test_indexing.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes
> copying pandas/tests/indexes/datetimes/test_setops.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes
> copying pandas/tests/indexes/datetimes/test_date_range.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes
> copying pandas/tests/indexes/datetimes/test_missing.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes
> copying pandas/tests/indexes/datetimes/test_misc.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes
> copying pandas/tests/indexes/datetimes/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes
> copying pandas/tests/indexes/datetimes/test_datetimelike.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes
> copying pandas/tests/indexes/datetimes/test_datetime.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes
> copying pandas/tests/indexes/datetimes/test_astype.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes
> copying pandas/tests/indexes/datetimes/test_construction.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes
> copying pandas/tests/indexes/datetimes/test_formats.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes
> copying pandas/tests/indexes/datetimes/test_timezones.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes
> copying pandas/tests/indexes/datetimes/test_ops.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes
> creating build/lib.linux-x86_64-2.7/pandas/tests/indexes/interval
> copying pandas/tests/indexes/interval/test_interval_range.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/interval
> copying pandas/tests/indexes/interval/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/interval
> copying pandas/tests/indexes/interval/test_interval_tree.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/interval
> copying pandas/tests/indexes/interval/test_interval.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/interval
> copying pandas/tests/indexes/interval/test_interval_new.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/interval
> copying pandas/tests/indexes/interval/test_astype.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/interval
> copying pandas/tests/indexes/interval/test_construction.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/interval
> creating build/lib.linux-x86_64-2.7/pandas/tests/scalar/timestamp
> copying pandas/tests/scalar/timestamp/test_arithmetic.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar/timestamp
> copying pandas/tests/scalar/timestamp/test_unary_ops.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar/timestamp
> copying pandas/tests/scalar/timestamp/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar/timestamp
> copying pandas/tests/scalar/timestamp/test_timestamp.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar/timestamp
> copying pandas/tests/scalar/timestamp/test_rendering.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar/timestamp
> copying pandas/tests/scalar/timestamp/test_comparisons.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar/timestamp
> copying pandas/tests/scalar/timestamp/test_timezones.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar/timestamp
> creating build/lib.linux-x86_64-2.7/pandas/tests/scalar/period
> copying pandas/tests/scalar/period/test_asfreq.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar/period
> copying pandas/tests/scalar/period/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar/period
> copying pandas/tests/scalar/period/test_period.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar/period
> creating build/lib.linux-x86_64-2.7/pandas/tests/scalar/timedelta
> copying pandas/tests/scalar/timedelta/test_arithmetic.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar/timedelta
> copying pandas/tests/scalar/timedelta/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar/timedelta
> copying pandas/tests/scalar/timedelta/test_timedelta.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar/timedelta
> copying pandas/tests/scalar/timedelta/test_construction.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar/timedelta
> copying pandas/tests/scalar/timedelta/test_formats.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar/timedelta
> creating build/lib.linux-x86_64-2.7/pandas/tests/scalar/interval
> copying pandas/tests/scalar/interval/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar/interval
> copying pandas/tests/scalar/interval/test_interval.py -> build/lib.linux-x86_64-2.7/pandas/tests/scalar/interval
> creating build/lib.linux-x86_64-2.7/pandas/tests/reshape/merge
> copying pandas/tests/reshape/merge/test_merge_ordered.py -> build/lib.linux-x86_64-2.7/pandas/tests/reshape/merge
> copying pandas/tests/reshape/merge/test_merge.py -> build/lib.linux-x86_64-2.7/pandas/tests/reshape/merge
> copying pandas/tests/reshape/merge/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/reshape/merge
> copying pandas/tests/reshape/merge/test_merge_asof.py -> build/lib.linux-x86_64-2.7/pandas/tests/reshape/merge
> copying pandas/tests/reshape/merge/test_join.py -> build/lib.linux-x86_64-2.7/pandas/tests/reshape/merge
> copying pandas/tests/reshape/merge/test_merge_index_as_string.py -> build/lib.linux-x86_64-2.7/pandas/tests/reshape/merge
> creating build/lib.linux-x86_64-2.7/pandas/tests/extension/decimal
> copying pandas/tests/extension/decimal/test_decimal.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/decimal
> copying pandas/tests/extension/decimal/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/decimal
> copying pandas/tests/extension/decimal/array.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/decimal
> creating build/lib.linux-x86_64-2.7/pandas/tests/extension/category
> copying pandas/tests/extension/category/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/category
> copying pandas/tests/extension/category/test_categorical.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/category
> creating build/lib.linux-x86_64-2.7/pandas/tests/extension/json
> copying pandas/tests/extension/json/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/json
> copying pandas/tests/extension/json/array.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/json
> copying pandas/tests/extension/json/test_json.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/json
> creating build/lib.linux-x86_64-2.7/pandas/tests/extension/base
> copying pandas/tests/extension/base/groupby.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/base
> copying pandas/tests/extension/base/interface.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/base
> copying pandas/tests/extension/base/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/base
> copying pandas/tests/extension/base/constructors.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/base
> copying pandas/tests/extension/base/missing.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/base
> copying pandas/tests/extension/base/getitem.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/base
> copying pandas/tests/extension/base/reshaping.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/base
> copying pandas/tests/extension/base/methods.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/base
> copying pandas/tests/extension/base/base.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/base
> copying pandas/tests/extension/base/dtype.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/base
> copying pandas/tests/extension/base/casting.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/base
> copying pandas/tests/extension/base/setitem.py -> build/lib.linux-x86_64-2.7/pandas/tests/extension/base
> creating build/lib.linux-x86_64-2.7/pandas/tests/indexing/interval
> copying pandas/tests/indexing/interval/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing/interval
> copying pandas/tests/indexing/interval/test_interval.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing/interval
> copying pandas/tests/indexing/interval/test_interval_new.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexing/interval
> creating build/lib.linux-x86_64-2.7/pandas/_libs/tslibs
> copying pandas/_libs/tslibs/__init__.py -> build/lib.linux-x86_64-2.7/pandas/_libs/tslibs
> creating build/lib.linux-x86_64-2.7/pandas/io/clipboard
> copying pandas/io/clipboard/clipboards.py -> build/lib.linux-x86_64-2.7/pandas/io/clipboard
> copying pandas/io/clipboard/__init__.py -> build/lib.linux-x86_64-2.7/pandas/io/clipboard
> copying pandas/io/clipboard/windows.py -> build/lib.linux-x86_64-2.7/pandas/io/clipboard
> copying pandas/io/clipboard/exceptions.py -> build/lib.linux-x86_64-2.7/pandas/io/clipboard
> creating build/lib.linux-x86_64-2.7/pandas/io/json
> copying pandas/io/json/normalize.py -> build/lib.linux-x86_64-2.7/pandas/io/json
> copying pandas/io/json/table_schema.py -> build/lib.linux-x86_64-2.7/pandas/io/json
> copying pandas/io/json/__init__.py -> build/lib.linux-x86_64-2.7/pandas/io/json
> copying pandas/io/json/json.py -> build/lib.linux-x86_64-2.7/pandas/io/json
> creating build/lib.linux-x86_64-2.7/pandas/io/sas
> copying pandas/io/sas/sas7bdat.py -> build/lib.linux-x86_64-2.7/pandas/io/sas
> copying pandas/io/sas/__init__.py -> build/lib.linux-x86_64-2.7/pandas/io/sas
> copying pandas/io/sas/sas_constants.py -> build/lib.linux-x86_64-2.7/pandas/io/sas
> copying pandas/io/sas/sasreader.py -> build/lib.linux-x86_64-2.7/pandas/io/sas
> copying pandas/io/sas/sas_xport.py -> build/lib.linux-x86_64-2.7/pandas/io/sas
> creating build/lib.linux-x86_64-2.7/pandas/io/formats
> copying pandas/io/formats/csvs.py -> build/lib.linux-x86_64-2.7/pandas/io/formats
> copying pandas/io/formats/console.py -> build/lib.linux-x86_64-2.7/pandas/io/formats
> copying pandas/io/formats/html.py -> build/lib.linux-x86_64-2.7/pandas/io/formats
> copying pandas/io/formats/format.py -> build/lib.linux-x86_64-2.7/pandas/io/formats
> copying pandas/io/formats/__init__.py -> build/lib.linux-x86_64-2.7/pandas/io/formats
> copying pandas/io/formats/latex.py -> build/lib.linux-x86_64-2.7/pandas/io/formats
> copying pandas/io/formats/excel.py -> build/lib.linux-x86_64-2.7/pandas/io/formats
> copying pandas/io/formats/terminal.py -> build/lib.linux-x86_64-2.7/pandas/io/formats
> copying pandas/io/formats/css.py -> build/lib.linux-x86_64-2.7/pandas/io/formats
> copying pandas/io/formats/style.py -> build/lib.linux-x86_64-2.7/pandas/io/formats
> copying pandas/io/formats/printing.py -> build/lib.linux-x86_64-2.7/pandas/io/formats
> creating build/lib.linux-x86_64-2.7/pandas/io/msgpack
> copying pandas/io/msgpack/__init__.py -> build/lib.linux-x86_64-2.7/pandas/io/msgpack
> copying pandas/io/msgpack/_version.py -> build/lib.linux-x86_64-2.7/pandas/io/msgpack
> copying pandas/io/msgpack/exceptions.py -> build/lib.linux-x86_64-2.7/pandas/io/msgpack
> creating build/lib.linux-x86_64-2.7/pandas/compat/numpy
> copying pandas/compat/numpy/function.py -> build/lib.linux-x86_64-2.7/pandas/compat/numpy
> copying pandas/compat/numpy/__init__.py -> build/lib.linux-x86_64-2.7/pandas/compat/numpy
> creating build/lib.linux-x86_64-2.7/pandas/api/extensions
> copying pandas/api/extensions/__init__.py -> build/lib.linux-x86_64-2.7/pandas/api/extensions
> creating build/lib.linux-x86_64-2.7/pandas/api/types
> copying pandas/api/types/__init__.py -> build/lib.linux-x86_64-2.7/pandas/api/types
> creating build/lib.linux-x86_64-2.7/pandas/io/formats/templates
> copying pandas/io/formats/templates/html.tpl -> build/lib.linux-x86_64-2.7/pandas/io/formats/templates
> UPDATING build/lib.linux-x86_64-2.7/pandas/_version.py
> set build/lib.linux-x86_64-2.7/pandas/_version.py to '0.23.3'
> running build_ext
> cythoning pandas/io/sas/sas.pyx to pandas/io/sas/sas.c
> /usr/lib/python2.7/dist-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/pandas/io/sas/sas.pyx
>   tree = Parsing.p_module(s, pxd, full_module_name)
> building 'pandas.io.sas._sas' extension
> creating build/temp.linux-x86_64-2.7
> creating build/temp.linux-x86_64-2.7/pandas
> creating build/temp.linux-x86_64-2.7/pandas/io
> creating build/temp.linux-x86_64-2.7/pandas/io/sas
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/io/sas/sas.c -o build/temp.linux-x86_64-2.7/pandas/io/sas/sas.o -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/io/sas/sas.c:613:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> pandas/io/sas/sas.c: In function '__pyx_f_6pandas_2io_3sas_4_sas_rdc_decompress':
> pandas/io/sas/sas.c:4118:65: warning: '__pyx_v_ctrl_bits' may be used uninitialized in this function [-Wmaybe-uninitialized]
>      __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 -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-UboFgi/python2.7-2.7.16~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -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-2.7/pandas/io/sas/sas.o -o build/lib.linux-x86_64-2.7/pandas/io/sas/_sas.so
> cythoning pandas/_libs/testing.pyx to pandas/_libs/testing.c
> /usr/lib/python2.7/dist-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/pandas/_libs/testing.pyx
>   tree = Parsing.p_module(s, pxd, full_module_name)
> building 'pandas._libs.testing' extension
> creating build/temp.linux-x86_64-2.7/pandas/_libs
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/testing.c -o build/temp.linux-x86_64-2.7/pandas/_libs/testing.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-UboFgi/python2.7-2.7.16~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -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-2.7/pandas/_libs/testing.o -o build/lib.linux-x86_64-2.7/pandas/_libs/testing.so
> cythoning pandas/_libs/tslibs/ccalendar.pyx to pandas/_libs/tslibs/ccalendar.c
> /usr/lib/python2.7/dist-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/pandas/_libs/tslibs/ccalendar.pxd
>   tree = Parsing.p_module(s, pxd, full_module_name)
> building 'pandas._libs.tslibs.ccalendar' extension
> creating build/temp.linux-x86_64-2.7/pandas/_libs/tslibs
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/tslibs/ccalendar.c -o build/temp.linux-x86_64-2.7/pandas/_libs/tslibs/ccalendar.o -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/tslibs/ccalendar.c:613:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-UboFgi/python2.7-2.7.16~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -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-2.7/pandas/_libs/tslibs/ccalendar.o -o build/lib.linux-x86_64-2.7/pandas/_libs/tslibs/ccalendar.so
> cythoning pandas/_libs/tslibs/resolution.pyx to pandas/_libs/tslibs/resolution.c
> /usr/lib/python2.7/dist-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/pandas/_libs/tslibs/resolution.pyx
>   tree = Parsing.p_module(s, pxd, full_module_name)
> building 'pandas._libs.tslibs.resolution' extension
> creating build/temp.linux-x86_64-2.7/pandas/_libs/src
> creating build/temp.linux-x86_64-2.7/pandas/_libs/src/datetime
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/tslibs/resolution.c -o build/temp.linux-x86_64-2.7/pandas/_libs/tslibs/resolution.o -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/tslibs/resolution.c:613:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/src/datetime/np_datetime.c -o build/temp.linux-x86_64-2.7/pandas/_libs/src/datetime/np_datetime.o -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/src/datetime/np_datetime.c:22:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> pandas/_libs/src/datetime/np_datetime.c: In function 'pandas_datetimestruct_to_datetime':
> pandas/_libs/src/datetime/np_datetime.c:518:5: warning: implicit declaration of function 'convert_datetimestruct_to_datetime'; did you mean 'pandas_datetimestruct_to_datetime'? [-Wimplicit-function-declaration]
>      convert_datetimestruct_to_datetime(fr, d, &result);
>      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>      pandas_datetimestruct_to_datetime
> pandas/_libs/src/datetime/np_datetime.c: In function 'pandas_timedelta_to_timedeltastruct':
> pandas/_libs/src/datetime/np_datetime.c:530:5: warning: implicit declaration of function 'convert_timedelta_to_timedeltastruct'; did you mean 'pandas_timedelta_to_timedeltastruct'? [-Wimplicit-function-declaration]
>      convert_timedelta_to_timedeltastruct(fr, val, result);
>      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>      pandas_timedelta_to_timedeltastruct
> In file included from pandas/_libs/src/datetime/np_datetime.c:20:
> At top level:
> /usr/include/python2.7/datetime.h:188:25: warning: 'PyDateTimeAPI' defined but not used [-Wunused-variable]
>  static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>                          ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/src/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-2.7/pandas/_libs/src/datetime/np_datetime_strings.o -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/src/datetime/np_datetime_strings.c:29:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-UboFgi/python2.7-2.7.16~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -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-2.7/pandas/_libs/tslibs/resolution.o build/temp.linux-x86_64-2.7/pandas/_libs/src/datetime/np_datetime.o build/temp.linux-x86_64-2.7/pandas/_libs/src/datetime/np_datetime_strings.o -o build/lib.linux-x86_64-2.7/pandas/_libs/tslibs/resolution.so
> cythoning pandas/_libs/internals.pyx to pandas/_libs/internals.c
> /usr/lib/python2.7/dist-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/pandas/_libs/internals.pyx
>   tree = Parsing.p_module(s, pxd, full_module_name)
> building 'pandas._libs.internals' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/internals.c -o build/temp.linux-x86_64-2.7/pandas/_libs/internals.o -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/internals.c:614:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> pandas/_libs/internals.c: In function '__pyx_gb_6pandas_5_libs_9internals_12generator':
> pandas/_libs/internals.c:9334:36: warning: '__pyx_t_23' may be used uninitialized in this function [-Wmaybe-uninitialized]
>          __pyx_cur_scope->__pyx_t_9 = __pyx_t_23;
>          ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
> pandas/_libs/internals.c:9331:36: warning: '__pyx_t_11' may be used uninitialized in this function [-Wmaybe-uninitialized]
>          __pyx_cur_scope->__pyx_t_5 = __pyx_t_11;
>          ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
> pandas/_libs/internals.c:9328:36: warning: '__pyx_t_6' may be used uninitialized in this function [-Wmaybe-uninitialized]
>          __pyx_cur_scope->__pyx_t_4 = __pyx_t_6;
>          ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
> pandas/_libs/internals.c:9333:36: warning: '__pyx_t_15' may be used uninitialized in this function [-Wmaybe-uninitialized]
>          __pyx_cur_scope->__pyx_t_8 = __pyx_t_15;
>          ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
> pandas/_libs/internals.c:9332:36: warning: '__pyx_t_12' may be used uninitialized in this function [-Wmaybe-uninitialized]
>          __pyx_cur_scope->__pyx_t_7 = __pyx_t_12;
>          ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-UboFgi/python2.7-2.7.16~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -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-2.7/pandas/_libs/internals.o -o build/lib.linux-x86_64-2.7/pandas/_libs/internals.so
> cythoning pandas/_libs/tslibs/np_datetime.pyx to pandas/_libs/tslibs/np_datetime.c
> /usr/lib/python2.7/dist-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/pandas/_libs/tslibs/np_datetime.pxd
>   tree = Parsing.p_module(s, pxd, full_module_name)
> building 'pandas._libs.tslibs.np_datetime' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/tslibs/np_datetime.c -o build/temp.linux-x86_64-2.7/pandas/_libs/tslibs/np_datetime.o -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/tslibs/np_datetime.c:614:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/src/datetime/np_datetime.c -o build/temp.linux-x86_64-2.7/pandas/_libs/src/datetime/np_datetime.o -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/src/datetime/np_datetime.c:22:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> pandas/_libs/src/datetime/np_datetime.c: In function 'pandas_datetimestruct_to_datetime':
> pandas/_libs/src/datetime/np_datetime.c:518:5: warning: implicit declaration of function 'convert_datetimestruct_to_datetime'; did you mean 'pandas_datetimestruct_to_datetime'? [-Wimplicit-function-declaration]
>      convert_datetimestruct_to_datetime(fr, d, &result);
>      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>      pandas_datetimestruct_to_datetime
> pandas/_libs/src/datetime/np_datetime.c: In function 'pandas_timedelta_to_timedeltastruct':
> pandas/_libs/src/datetime/np_datetime.c:530:5: warning: implicit declaration of function 'convert_timedelta_to_timedeltastruct'; did you mean 'pandas_timedelta_to_timedeltastruct'? [-Wimplicit-function-declaration]
>      convert_timedelta_to_timedeltastruct(fr, val, result);
>      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>      pandas_timedelta_to_timedeltastruct
> In file included from pandas/_libs/src/datetime/np_datetime.c:20:
> At top level:
> /usr/include/python2.7/datetime.h:188:25: warning: 'PyDateTimeAPI' defined but not used [-Wunused-variable]
>  static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>                          ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/src/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-2.7/pandas/_libs/src/datetime/np_datetime_strings.o -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/src/datetime/np_datetime_strings.c:29:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-UboFgi/python2.7-2.7.16~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -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-2.7/pandas/_libs/tslibs/np_datetime.o build/temp.linux-x86_64-2.7/pandas/_libs/src/datetime/np_datetime.o build/temp.linux-x86_64-2.7/pandas/_libs/src/datetime/np_datetime_strings.o -o build/lib.linux-x86_64-2.7/pandas/_libs/tslibs/np_datetime.so
> cythoning pandas/_libs/algos.pyx to pandas/_libs/algos.c
> /usr/lib/python2.7/dist-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/pandas/_libs/algos.pxd
>   tree = Parsing.p_module(s, pxd, full_module_name)
> building 'pandas._libs.algos' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/algos.c -o build/temp.linux-x86_64-2.7/pandas/_libs/algos.o -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/algos.c:613:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-UboFgi/python2.7-2.7.16~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -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-2.7/pandas/_libs/algos.o -o build/lib.linux-x86_64-2.7/pandas/_libs/algos.so
> cythoning pandas/_libs/join.pyx to pandas/_libs/join.c
> /usr/lib/python2.7/dist-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/pandas/_libs/join.pyx
>   tree = Parsing.p_module(s, pxd, full_module_name)
> building 'pandas._libs.join' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/join.c -o build/temp.linux-x86_64-2.7/pandas/_libs/join.o -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/join.c:613:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-UboFgi/python2.7-2.7.16~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -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-2.7/pandas/_libs/join.o -o build/lib.linux-x86_64-2.7/pandas/_libs/join.so
> cythoning pandas/_libs/tslibs/fields.pyx to pandas/_libs/tslibs/fields.c
> /usr/lib/python2.7/dist-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/pandas/_libs/tslibs/fields.pyx
>   tree = Parsing.p_module(s, pxd, full_module_name)
> building 'pandas._libs.tslibs.fields' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/tslibs/fields.c -o build/temp.linux-x86_64-2.7/pandas/_libs/tslibs/fields.o -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/tslibs/fields.c:613:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/src/datetime/np_datetime.c -o build/temp.linux-x86_64-2.7/pandas/_libs/src/datetime/np_datetime.o -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/src/datetime/np_datetime.c:22:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> pandas/_libs/src/datetime/np_datetime.c: In function 'pandas_datetimestruct_to_datetime':
> pandas/_libs/src/datetime/np_datetime.c:518:5: warning: implicit declaration of function 'convert_datetimestruct_to_datetime'; did you mean 'pandas_datetimestruct_to_datetime'? [-Wimplicit-function-declaration]
>      convert_datetimestruct_to_datetime(fr, d, &result);
>      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>      pandas_datetimestruct_to_datetime
> pandas/_libs/src/datetime/np_datetime.c: In function 'pandas_timedelta_to_timedeltastruct':
> pandas/_libs/src/datetime/np_datetime.c:530:5: warning: implicit declaration of function 'convert_timedelta_to_timedeltastruct'; did you mean 'pandas_timedelta_to_timedeltastruct'? [-Wimplicit-function-declaration]
>      convert_timedelta_to_timedeltastruct(fr, val, result);
>      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>      pandas_timedelta_to_timedeltastruct
> In file included from pandas/_libs/src/datetime/np_datetime.c:20:
> At top level:
> /usr/include/python2.7/datetime.h:188:25: warning: 'PyDateTimeAPI' defined but not used [-Wunused-variable]
>  static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>                          ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/src/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-2.7/pandas/_libs/src/datetime/np_datetime_strings.o -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/src/datetime/np_datetime_strings.c:29:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-UboFgi/python2.7-2.7.16~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -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-2.7/pandas/_libs/tslibs/fields.o build/temp.linux-x86_64-2.7/pandas/_libs/src/datetime/np_datetime.o build/temp.linux-x86_64-2.7/pandas/_libs/src/datetime/np_datetime_strings.o -o build/lib.linux-x86_64-2.7/pandas/_libs/tslibs/fields.so
> cythoning pandas/_libs/tslibs/nattype.pyx to pandas/_libs/tslibs/nattype.c
> /usr/lib/python2.7/dist-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/pandas/_libs/tslibs/nattype.pxd
>   tree = Parsing.p_module(s, pxd, full_module_name)
> building 'pandas._libs.tslibs.nattype' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/tslibs/nattype.c -o build/temp.linux-x86_64-2.7/pandas/_libs/tslibs/nattype.o -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/tslibs/nattype.c:613:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-UboFgi/python2.7-2.7.16~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -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-2.7/pandas/_libs/tslibs/nattype.o -o build/lib.linux-x86_64-2.7/pandas/_libs/tslibs/nattype.so
> cythoning pandas/_libs/tslibs/frequencies.pyx to pandas/_libs/tslibs/frequencies.c
> /usr/lib/python2.7/dist-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/pandas/_libs/tslibs/frequencies.pxd
>   tree = Parsing.p_module(s, pxd, full_module_name)
> building 'pandas._libs.tslibs.frequencies' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/tslibs/frequencies.c -o build/temp.linux-x86_64-2.7/pandas/_libs/tslibs/frequencies.o -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/tslibs/frequencies.c:613:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-UboFgi/python2.7-2.7.16~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -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-2.7/pandas/_libs/tslibs/frequencies.o -o build/lib.linux-x86_64-2.7/pandas/_libs/tslibs/frequencies.so
> cythoning pandas/_libs/hashtable.pyx to pandas/_libs/hashtable.c
> /usr/lib/python2.7/dist-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/pandas/_libs/hashtable.pxd
>   tree = Parsing.p_module(s, pxd, full_module_name)
> building 'pandas._libs.hashtable' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/hashtable.c -o build/temp.linux-x86_64-2.7/pandas/_libs/hashtable.o -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/hashtable.c:614:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> pandas/_libs/hashtable.c: In function '__pyx_pf_6pandas_5_libs_9hashtable_15UInt64HashTable_22get_labels':
> pandas/_libs/hashtable.c:14468:38: warning: self-comparison always evaluates to false [-Wtautological-compare]
>            __pyx_t_15 = ((__pyx_v_val != __pyx_v_val) != 0);
>                                       ^~
> pandas/_libs/hashtable.c: In function '__pyx_pf_6pandas_5_libs_9hashtable_14Int64HashTable_22get_labels':
> pandas/_libs/hashtable.c:18177:38: warning: self-comparison always evaluates to false [-Wtautological-compare]
>            __pyx_t_15 = ((__pyx_v_val != __pyx_v_val) != 0);
>                                       ^~
> pandas/_libs/hashtable.c: In function '__pyx_f_6pandas_5_libs_9hashtable_15StringHashTable_get_item':
> pandas/_libs/hashtable.c:20229:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
>    __pyx_t_5 = get_c_string(__pyx_v_val); if (unlikely(__pyx_t_5 == ((char *)NULL))) __PYX_ERR(0, 1249, __pyx_L1_error)
>              ^
> pandas/_libs/hashtable.c: In function '__pyx_f_6pandas_5_libs_9hashtable_15StringHashTable_set_item':
> pandas/_libs/hashtable.c:20473:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
>    __pyx_t_8 = get_c_string(__pyx_t_1); if (unlikely(__pyx_t_8 == ((char *)NULL))) __PYX_ERR(0, 1263, __pyx_L1_error)
>              ^
> pandas/_libs/hashtable.c: In function '__pyx_pf_6pandas_5_libs_9hashtable_15StringHashTable_10get_indexer':
> pandas/_libs/hashtable.c:20839:16: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
>      __pyx_t_12 = get_c_string(__pyx_v_val); if (unlikely(__pyx_t_12 == ((char *)NULL))) __PYX_ERR(0, 1286, __pyx_L1_error)
>                 ^
> pandas/_libs/hashtable.c: In function '__pyx_pf_6pandas_5_libs_9hashtable_15StringHashTable_12unique':
> pandas/_libs/hashtable.c:21174:16: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
>      __pyx_t_11 = get_c_string(__pyx_v_val); if (unlikely(__pyx_t_11 == ((char *)NULL))) __PYX_ERR(0, 1316, __pyx_L1_error)
>                 ^
> pandas/_libs/hashtable.c: In function '__pyx_pf_6pandas_5_libs_9hashtable_15StringHashTable_16lookup':
> pandas/_libs/hashtable.c:21804:18: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
>        __pyx_t_13 = get_c_string(__pyx_v_val); if (unlikely(__pyx_t_13 == ((char *)NULL))) __PYX_ERR(0, 1357, __pyx_L1_error)
>                   ^
> pandas/_libs/hashtable.c:21827:18: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
>        __pyx_t_13 = get_c_string(__pyx_t_6); if (unlikely(__pyx_t_13 == ((char *)NULL))) __PYX_ERR(0, 1359, __pyx_L1_error)
>                   ^
> pandas/_libs/hashtable.c: In function '__pyx_pf_6pandas_5_libs_9hashtable_15StringHashTable_18map_locations':
> pandas/_libs/hashtable.c:22169:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
>        __pyx_t_8 = get_c_string(__pyx_v_val); if (unlikely(__pyx_t_8 == ((char *)NULL))) __PYX_ERR(0, 1390, __pyx_L1_error)
>                  ^
> pandas/_libs/hashtable.c:22192:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
>        __pyx_t_8 = get_c_string(__pyx_t_4); if (unlikely(__pyx_t_8 == ((char *)NULL))) __PYX_ERR(0, 1392, __pyx_L1_error)
>                  ^
> pandas/_libs/hashtable.c: In function '__pyx_pf_6pandas_5_libs_9hashtable_15StringHashTable_20get_labels':
> pandas/_libs/hashtable.c:22709:18: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
>        __pyx_t_14 = get_c_string(__pyx_v_val); if (unlikely(__pyx_t_14 == ((char *)NULL))) __PYX_ERR(0, 1431, __pyx_L1_error)
>                   ^
> pandas/_libs/hashtable.c: In function '__pyx_pf_6pandas_5_libs_9hashtable_10ismember_uint64':
> pandas/_libs/hashtable.c:29127:39: warning: self-comparison always evaluates to false [-Wtautological-compare]
>              __pyx_t_17 = (__pyx_v_val != __pyx_v_val);
>                                        ^~
> pandas/_libs/hashtable.c: In function '__pyx_pf_6pandas_5_libs_9hashtable_22ismember_int64':
> pandas/_libs/hashtable.c:32461:39: warning: self-comparison always evaluates to false [-Wtautological-compare]
>              __pyx_t_17 = (__pyx_v_val != __pyx_v_val);
>                                        ^~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-UboFgi/python2.7-2.7.16~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -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-2.7/pandas/_libs/hashtable.o -o build/lib.linux-x86_64-2.7/pandas/_libs/hashtable.so
> cythoning pandas/_libs/ops.pyx to pandas/_libs/ops.c
> /usr/lib/python2.7/dist-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/pandas/_libs/ops.pyx
>   tree = Parsing.p_module(s, pxd, full_module_name)
> building 'pandas._libs.ops' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/ops.c -o build/temp.linux-x86_64-2.7/pandas/_libs/ops.o -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/ops.c:614:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-UboFgi/python2.7-2.7.16~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -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-2.7/pandas/_libs/ops.o -o build/lib.linux-x86_64-2.7/pandas/_libs/ops.so
> cythoning pandas/_libs/tslibs/timestamps.pyx to pandas/_libs/tslibs/timestamps.c
> /usr/lib/python2.7/dist-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/pandas/_libs/tslibs/timestamps.pxd
>   tree = Parsing.p_module(s, pxd, full_module_name)
> building 'pandas._libs.tslibs.timestamps' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/tslibs/timestamps.c -o build/temp.linux-x86_64-2.7/pandas/_libs/tslibs/timestamps.o -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/tslibs/timestamps.c:613:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/src/datetime/np_datetime.c -o build/temp.linux-x86_64-2.7/pandas/_libs/src/datetime/np_datetime.o -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/src/datetime/np_datetime.c:22:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> pandas/_libs/src/datetime/np_datetime.c: In function 'pandas_datetimestruct_to_datetime':
> pandas/_libs/src/datetime/np_datetime.c:518:5: warning: implicit declaration of function 'convert_datetimestruct_to_datetime'; did you mean 'pandas_datetimestruct_to_datetime'? [-Wimplicit-function-declaration]
>      convert_datetimestruct_to_datetime(fr, d, &result);
>      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>      pandas_datetimestruct_to_datetime
> pandas/_libs/src/datetime/np_datetime.c: In function 'pandas_timedelta_to_timedeltastruct':
> pandas/_libs/src/datetime/np_datetime.c:530:5: warning: implicit declaration of function 'convert_timedelta_to_timedeltastruct'; did you mean 'pandas_timedelta_to_timedeltastruct'? [-Wimplicit-function-declaration]
>      convert_timedelta_to_timedeltastruct(fr, val, result);
>      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>      pandas_timedelta_to_timedeltastruct
> In file included from pandas/_libs/src/datetime/np_datetime.c:20:
> At top level:
> /usr/include/python2.7/datetime.h:188:25: warning: 'PyDateTimeAPI' defined but not used [-Wunused-variable]
>  static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>                          ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/src/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-2.7/pandas/_libs/src/datetime/np_datetime_strings.o -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/src/datetime/np_datetime_strings.c:29:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-UboFgi/python2.7-2.7.16~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -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-2.7/pandas/_libs/tslibs/timestamps.o build/temp.linux-x86_64-2.7/pandas/_libs/src/datetime/np_datetime.o build/temp.linux-x86_64-2.7/pandas/_libs/src/datetime/np_datetime_strings.o -o build/lib.linux-x86_64-2.7/pandas/_libs/tslibs/timestamps.so
> cythoning pandas/_libs/tslibs/strptime.pyx to pandas/_libs/tslibs/strptime.c
> /usr/lib/python2.7/dist-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/pandas/_libs/tslibs/strptime.pyx
>   tree = Parsing.p_module(s, pxd, full_module_name)
> building 'pandas._libs.tslibs.strptime' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/tslibs/strptime.c -o build/temp.linux-x86_64-2.7/pandas/_libs/tslibs/strptime.o -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/tslibs/strptime.c:614:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/src/datetime/np_datetime.c -o build/temp.linux-x86_64-2.7/pandas/_libs/src/datetime/np_datetime.o -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/src/datetime/np_datetime.c:22:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> pandas/_libs/src/datetime/np_datetime.c: In function 'pandas_datetimestruct_to_datetime':
> pandas/_libs/src/datetime/np_datetime.c:518:5: warning: implicit declaration of function 'convert_datetimestruct_to_datetime'; did you mean 'pandas_datetimestruct_to_datetime'? [-Wimplicit-function-declaration]
>      convert_datetimestruct_to_datetime(fr, d, &result);
>      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>      pandas_datetimestruct_to_datetime
> pandas/_libs/src/datetime/np_datetime.c: In function 'pandas_timedelta_to_timedeltastruct':
> pandas/_libs/src/datetime/np_datetime.c:530:5: warning: implicit declaration of function 'convert_timedelta_to_timedeltastruct'; did you mean 'pandas_timedelta_to_timedeltastruct'? [-Wimplicit-function-declaration]
>      convert_timedelta_to_timedeltastruct(fr, val, result);
>      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>      pandas_timedelta_to_timedeltastruct
> In file included from pandas/_libs/src/datetime/np_datetime.c:20:
> At top level:
> /usr/include/python2.7/datetime.h:188:25: warning: 'PyDateTimeAPI' defined but not used [-Wunused-variable]
>  static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>                          ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/src/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-2.7/pandas/_libs/src/datetime/np_datetime_strings.o -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/src/datetime/np_datetime_strings.c:29:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-UboFgi/python2.7-2.7.16~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -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-2.7/pandas/_libs/tslibs/strptime.o build/temp.linux-x86_64-2.7/pandas/_libs/src/datetime/np_datetime.o build/temp.linux-x86_64-2.7/pandas/_libs/src/datetime/np_datetime_strings.o -o build/lib.linux-x86_64-2.7/pandas/_libs/tslibs/strptime.so
> cythoning pandas/_libs/tslibs/conversion.pyx to pandas/_libs/tslibs/conversion.c
> /usr/lib/python2.7/dist-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/pandas/_libs/tslibs/conversion.pxd
>   tree = Parsing.p_module(s, pxd, full_module_name)
> building 'pandas._libs.tslibs.conversion' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/tslibs/conversion.c -o build/temp.linux-x86_64-2.7/pandas/_libs/tslibs/conversion.o -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/tslibs/conversion.c:614:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> pandas/_libs/tslibs/conversion.c: In function '__pyx_pf_6pandas_5_libs_6tslibs_10conversion_12tz_localize_to_utc.isra.31':
> pandas/_libs/tslibs/conversion.c:10282:21: warning: '__pyx_pybuffernd_dst_hours.diminfo[0].strides' may be used uninitialized in this function [-Wmaybe-uninitialized]
>    __Pyx_LocalBuf_ND __pyx_pybuffernd_dst_hours;
>                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/src/datetime/np_datetime.c -o build/temp.linux-x86_64-2.7/pandas/_libs/src/datetime/np_datetime.o -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/src/datetime/np_datetime.c:22:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> pandas/_libs/src/datetime/np_datetime.c: In function 'pandas_datetimestruct_to_datetime':
> pandas/_libs/src/datetime/np_datetime.c:518:5: warning: implicit declaration of function 'convert_datetimestruct_to_datetime'; did you mean 'pandas_datetimestruct_to_datetime'? [-Wimplicit-function-declaration]
>      convert_datetimestruct_to_datetime(fr, d, &result);
>      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>      pandas_datetimestruct_to_datetime
> pandas/_libs/src/datetime/np_datetime.c: In function 'pandas_timedelta_to_timedeltastruct':
> pandas/_libs/src/datetime/np_datetime.c:530:5: warning: implicit declaration of function 'convert_timedelta_to_timedeltastruct'; did you mean 'pandas_timedelta_to_timedeltastruct'? [-Wimplicit-function-declaration]
>      convert_timedelta_to_timedeltastruct(fr, val, result);
>      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>      pandas_timedelta_to_timedeltastruct
> In file included from pandas/_libs/src/datetime/np_datetime.c:20:
> At top level:
> /usr/include/python2.7/datetime.h:188:25: warning: 'PyDateTimeAPI' defined but not used [-Wunused-variable]
>  static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>                          ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/src/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-2.7/pandas/_libs/src/datetime/np_datetime_strings.o -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/src/datetime/np_datetime_strings.c:29:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-UboFgi/python2.7-2.7.16~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -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-2.7/pandas/_libs/tslibs/conversion.o build/temp.linux-x86_64-2.7/pandas/_libs/src/datetime/np_datetime.o build/temp.linux-x86_64-2.7/pandas/_libs/src/datetime/np_datetime_strings.o -o build/lib.linux-x86_64-2.7/pandas/_libs/tslibs/conversion.so
> cythoning pandas/_libs/interval.pyx to pandas/_libs/interval.c
> /usr/lib/python2.7/dist-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/pandas/_libs/interval.pyx
>   tree = Parsing.p_module(s, pxd, full_module_name)
> building 'pandas._libs.interval' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/interval.c -o build/temp.linux-x86_64-2.7/pandas/_libs/interval.o -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/interval.c:613:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-UboFgi/python2.7-2.7.16~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -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-2.7/pandas/_libs/interval.o -o build/lib.linux-x86_64-2.7/pandas/_libs/interval.so
> cythoning pandas/_libs/tslibs/timedeltas.pyx to pandas/_libs/tslibs/timedeltas.c
> /usr/lib/python2.7/dist-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/pandas/_libs/tslibs/timedeltas.pxd
>   tree = Parsing.p_module(s, pxd, full_module_name)
> building 'pandas._libs.tslibs.timedeltas' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/tslibs/timedeltas.c -o build/temp.linux-x86_64-2.7/pandas/_libs/tslibs/timedeltas.o -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/tslibs/timedeltas.c:614:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/src/datetime/np_datetime.c -o build/temp.linux-x86_64-2.7/pandas/_libs/src/datetime/np_datetime.o -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/src/datetime/np_datetime.c:22:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> pandas/_libs/src/datetime/np_datetime.c: In function 'pandas_datetimestruct_to_datetime':
> pandas/_libs/src/datetime/np_datetime.c:518:5: warning: implicit declaration of function 'convert_datetimestruct_to_datetime'; did you mean 'pandas_datetimestruct_to_datetime'? [-Wimplicit-function-declaration]
>      convert_datetimestruct_to_datetime(fr, d, &result);
>      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>      pandas_datetimestruct_to_datetime
> pandas/_libs/src/datetime/np_datetime.c: In function 'pandas_timedelta_to_timedeltastruct':
> pandas/_libs/src/datetime/np_datetime.c:530:5: warning: implicit declaration of function 'convert_timedelta_to_timedeltastruct'; did you mean 'pandas_timedelta_to_timedeltastruct'? [-Wimplicit-function-declaration]
>      convert_timedelta_to_timedeltastruct(fr, val, result);
>      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>      pandas_timedelta_to_timedeltastruct
> In file included from pandas/_libs/src/datetime/np_datetime.c:20:
> At top level:
> /usr/include/python2.7/datetime.h:188:25: warning: 'PyDateTimeAPI' defined but not used [-Wunused-variable]
>  static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>                          ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/src/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-2.7/pandas/_libs/src/datetime/np_datetime_strings.o -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/src/datetime/np_datetime_strings.c:29:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-UboFgi/python2.7-2.7.16~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -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-2.7/pandas/_libs/tslibs/timedeltas.o build/temp.linux-x86_64-2.7/pandas/_libs/src/datetime/np_datetime.o build/temp.linux-x86_64-2.7/pandas/_libs/src/datetime/np_datetime_strings.o -o build/lib.linux-x86_64-2.7/pandas/_libs/tslibs/timedeltas.so
> cythoning pandas/_libs/tslib.pyx to pandas/_libs/tslib.c
> /usr/lib/python2.7/dist-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/pandas/_libs/tslib.pyx
>   tree = Parsing.p_module(s, pxd, full_module_name)
> building 'pandas._libs.tslib' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/tslib.c -o build/temp.linux-x86_64-2.7/pandas/_libs/tslib.o -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/tslib.c:613:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/src/datetime/np_datetime.c -o build/temp.linux-x86_64-2.7/pandas/_libs/src/datetime/np_datetime.o -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/src/datetime/np_datetime.c:22:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> pandas/_libs/src/datetime/np_datetime.c: In function 'pandas_datetimestruct_to_datetime':
> pandas/_libs/src/datetime/np_datetime.c:518:5: warning: implicit declaration of function 'convert_datetimestruct_to_datetime'; did you mean 'pandas_datetimestruct_to_datetime'? [-Wimplicit-function-declaration]
>      convert_datetimestruct_to_datetime(fr, d, &result);
>      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>      pandas_datetimestruct_to_datetime
> pandas/_libs/src/datetime/np_datetime.c: In function 'pandas_timedelta_to_timedeltastruct':
> pandas/_libs/src/datetime/np_datetime.c:530:5: warning: implicit declaration of function 'convert_timedelta_to_timedeltastruct'; did you mean 'pandas_timedelta_to_timedeltastruct'? [-Wimplicit-function-declaration]
>      convert_timedelta_to_timedeltastruct(fr, val, result);
>      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>      pandas_timedelta_to_timedeltastruct
> In file included from pandas/_libs/src/datetime/np_datetime.c:20:
> At top level:
> /usr/include/python2.7/datetime.h:188:25: warning: 'PyDateTimeAPI' defined but not used [-Wunused-variable]
>  static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>                          ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/src/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-2.7/pandas/_libs/src/datetime/np_datetime_strings.o -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/src/datetime/np_datetime_strings.c:29:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-UboFgi/python2.7-2.7.16~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -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-2.7/pandas/_libs/tslib.o build/temp.linux-x86_64-2.7/pandas/_libs/src/datetime/np_datetime.o build/temp.linux-x86_64-2.7/pandas/_libs/src/datetime/np_datetime_strings.o -o build/lib.linux-x86_64-2.7/pandas/_libs/tslib.so
> cythoning pandas/_libs/sparse.pyx to pandas/_libs/sparse.c
> /usr/lib/python2.7/dist-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/pandas/_libs/sparse.pyx
>   tree = Parsing.p_module(s, pxd, full_module_name)
> building 'pandas._libs.sparse' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/sparse.c -o build/temp.linux-x86_64-2.7/pandas/_libs/sparse.o -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/sparse.c:613:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-UboFgi/python2.7-2.7.16~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -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-2.7/pandas/_libs/sparse.o -o build/lib.linux-x86_64-2.7/pandas/_libs/sparse.so
> cythoning pandas/_libs/tslibs/offsets.pyx to pandas/_libs/tslibs/offsets.c
> /usr/lib/python2.7/dist-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/pandas/_libs/tslibs/offsets.pyx
>   tree = Parsing.p_module(s, pxd, full_module_name)
> building 'pandas._libs.tslibs.offsets' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/tslibs/offsets.c -o build/temp.linux-x86_64-2.7/pandas/_libs/tslibs/offsets.o -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/tslibs/offsets.c:614:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/src/datetime/np_datetime.c -o build/temp.linux-x86_64-2.7/pandas/_libs/src/datetime/np_datetime.o -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/src/datetime/np_datetime.c:22:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> pandas/_libs/src/datetime/np_datetime.c: In function 'pandas_datetimestruct_to_datetime':
> pandas/_libs/src/datetime/np_datetime.c:518:5: warning: implicit declaration of function 'convert_datetimestruct_to_datetime'; did you mean 'pandas_datetimestruct_to_datetime'? [-Wimplicit-function-declaration]
>      convert_datetimestruct_to_datetime(fr, d, &result);
>      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>      pandas_datetimestruct_to_datetime
> pandas/_libs/src/datetime/np_datetime.c: In function 'pandas_timedelta_to_timedeltastruct':
> pandas/_libs/src/datetime/np_datetime.c:530:5: warning: implicit declaration of function 'convert_timedelta_to_timedeltastruct'; did you mean 'pandas_timedelta_to_timedeltastruct'? [-Wimplicit-function-declaration]
>      convert_timedelta_to_timedeltastruct(fr, val, result);
>      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>      pandas_timedelta_to_timedeltastruct
> In file included from pandas/_libs/src/datetime/np_datetime.c:20:
> At top level:
> /usr/include/python2.7/datetime.h:188:25: warning: 'PyDateTimeAPI' defined but not used [-Wunused-variable]
>  static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>                          ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/src/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-2.7/pandas/_libs/src/datetime/np_datetime_strings.o -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/src/datetime/np_datetime_strings.c:29:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-UboFgi/python2.7-2.7.16~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -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-2.7/pandas/_libs/tslibs/offsets.o build/temp.linux-x86_64-2.7/pandas/_libs/src/datetime/np_datetime.o build/temp.linux-x86_64-2.7/pandas/_libs/src/datetime/np_datetime_strings.o -o build/lib.linux-x86_64-2.7/pandas/_libs/tslibs/offsets.so
> cythoning pandas/_libs/lib.pyx to pandas/_libs/lib.c
> /usr/lib/python2.7/dist-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/pandas/_libs/lib.pyx
>   tree = Parsing.p_module(s, pxd, full_module_name)
> building 'pandas._libs.lib' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/lib.c -o build/temp.linux-x86_64-2.7/pandas/_libs/lib.o -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/lib.c:613:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> pandas/_libs/lib.c: In function '__pyx_pw_6pandas_5_libs_3lib_27maybe_booleans_to_slice':
> pandas/_libs/lib.c:8553:17: warning: '__pyx_v_end' may be used uninitialized in this function [-Wmaybe-uninitialized]
>      __pyx_t_7 = PyInt_FromSsize_t(__pyx_v_end); if (unlikely(!__pyx_t_7)) __PYX_ERR(1, 414, __pyx_L1_error)
>                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> pandas/_libs/lib.c:8224:14: note: '__pyx_v_end' was declared here
>    Py_ssize_t __pyx_v_end;
>               ^~~~~~~~~~~
> pandas/_libs/lib.c:8524:17: warning: '__pyx_v_start' may be used uninitialized in this function [-Wmaybe-uninitialized]
>      __pyx_t_7 = PyInt_FromSsize_t(__pyx_v_start); if (unlikely(!__pyx_t_7)) __PYX_ERR(1, 412, __pyx_L1_error)
>                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> pandas/_libs/lib.c:8223:14: note: '__pyx_v_start' was declared here
>    Py_ssize_t __pyx_v_start;
>               ^~~~~~~~~~~~~
> pandas/_libs/lib.c: In function '__pyx_pf_6pandas_5_libs_3lib_100maybe_convert_objects.isra.84':
> pandas/_libs/lib.c:27865:21: warning: '__pyx_pybuffernd_itimedeltas.diminfo[0].strides' may be used uninitialized in this function [-Wmaybe-uninitialized]
>    __Pyx_LocalBuf_ND __pyx_pybuffernd_itimedeltas;
>                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> pandas/_libs/lib.c:27861:21: warning: '__pyx_pybuffernd_idatetimes.diminfo[0].strides' may be used uninitialized in this function [-Wmaybe-uninitialized]
>    __Pyx_LocalBuf_ND __pyx_pybuffernd_idatetimes;
>                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-UboFgi/python2.7-2.7.16~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -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-2.7/pandas/_libs/lib.o -o build/lib.linux-x86_64-2.7/pandas/_libs/lib.so
> cythoning pandas/_libs/tslibs/timezones.pyx to pandas/_libs/tslibs/timezones.c
> /usr/lib/python2.7/dist-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/pandas/_libs/tslibs/timezones.pxd
>   tree = Parsing.p_module(s, pxd, full_module_name)
> building 'pandas._libs.tslibs.timezones' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/tslibs/timezones.c -o build/temp.linux-x86_64-2.7/pandas/_libs/tslibs/timezones.o -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/tslibs/timezones.c:613:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-UboFgi/python2.7-2.7.16~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -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-2.7/pandas/_libs/tslibs/timezones.o -o build/lib.linux-x86_64-2.7/pandas/_libs/tslibs/timezones.so
> cythoning pandas/_libs/tslibs/parsing.pyx to pandas/_libs/tslibs/parsing.c
> /usr/lib/python2.7/dist-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/pandas/_libs/tslibs/parsing.pyx
>   tree = Parsing.p_module(s, pxd, full_module_name)
> building 'pandas._libs.tslibs.parsing' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/tslibs/parsing.c -o build/temp.linux-x86_64-2.7/pandas/_libs/tslibs/parsing.o -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/tslibs/parsing.c:615:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-UboFgi/python2.7-2.7.16~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -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-2.7/pandas/_libs/tslibs/parsing.o -o build/lib.linux-x86_64-2.7/pandas/_libs/tslibs/parsing.so
> cythoning pandas/_libs/window.pyx to pandas/_libs/window.cpp
> /usr/lib/python2.7/dist-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/pandas/_libs/window.pyx
>   tree = Parsing.p_module(s, pxd, full_module_name)
> building 'pandas._libs.window' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/window.cpp -o build/temp.linux-x86_64-2.7/pandas/_libs/window.o -Wno-unused-function
> cc1plus: warning: command line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/window.cpp:633:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> pandas/_libs/window.cpp: In function 'PyObject* __pyx_pf_6pandas_5_libs_6window_26roll_window(PyObject*, PyArrayObject*, PyArrayObject*, int, int)':
> pandas/_libs/window.cpp:38560:21: warning: '__pyx_pybuffernd_tot_wgt.__Pyx_LocalBuf_ND::diminfo[0].__Pyx_Buf_DimInfo::strides' may be used uninitialized in this function [-Wmaybe-uninitialized]
>    __Pyx_LocalBuf_ND __pyx_pybuffernd_tot_wgt;
>                      ^~~~~~~~~~~~~~~~~~~~~~~~
> x86_64-linux-gnu-g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-UboFgi/python2.7-2.7.16~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -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-2.7/pandas/_libs/window.o -o build/lib.linux-x86_64-2.7/pandas/_libs/window.so
> cythoning pandas/io/msgpack/_unpacker.pyx to pandas/io/msgpack/_unpacker.cpp
> /usr/lib/python2.7/dist-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/pandas/io/msgpack/_unpacker.pyx
>   tree = Parsing.p_module(s, pxd, full_module_name)
> building 'pandas.io.msgpack._unpacker' extension
> creating build/temp.linux-x86_64-2.7/pandas/io/msgpack
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D__LITTLE_ENDIAN__=1 -Ipandas/_libs/src/msgpack -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/io/msgpack/_unpacker.cpp -o build/temp.linux-x86_64-2.7/pandas/io/msgpack/_unpacker.o -Wno-unused-function
> cc1plus: warning: command line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++
> pandas/io/msgpack/_unpacker.cpp: In function 'PyObject* __pyx_pf_6pandas_2io_7msgpack_9_unpacker_2unpackb(PyObject*, PyObject*, PyObject*, PyObject*, int, PyObject*, PyObject*, PyObject*, PyObject*, Py_ssize_t, Py_ssize_t, Py_ssize_t, Py_ssize_t, Py_ssize_t)':
> pandas/io/msgpack/_unpacker.cpp:2627:31: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'Py_ssize_t' {aka 'long int'} [-Wsign-compare]
>      __pyx_t_2 = ((__pyx_v_off < __pyx_v_buf_len) != 0);
>                    ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
> pandas/io/msgpack/_unpacker.cpp: In function 'PyObject* __pyx_f_6pandas_2io_7msgpack_9_unpacker_8Unpacker_read_from_file(__pyx_obj_6pandas_2io_7msgpack_9_unpacker_Unpacker*)':
> pandas/io/msgpack/_unpacker.cpp:4701:19: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'Py_ssize_t' {aka 'long int'} [-Wsign-compare]
>    if (((__pyx_t_2 < __pyx_t_3) != 0)) {
>          ~~~~~~~~~~^~~~~~~~~~~
> pandas/io/msgpack/_unpacker.cpp: In function 'PyObject* __pyx_pf_6pandas_2io_7msgpack_9_unpacker_8Unpacker_8read_bytes(__pyx_obj_6pandas_2io_7msgpack_9_unpacker_Unpacker*, Py_ssize_t)':
> pandas/io/msgpack/_unpacker.cpp:5332:19: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
>    if (((__pyx_t_1 < __pyx_t_2) != 0)) {
>          ~~~~~~~~~~^~~~~~~~~~~
> x86_64-linux-gnu-g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-UboFgi/python2.7-2.7.16~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -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-2.7/pandas/io/msgpack/_unpacker.o -o build/lib.linux-x86_64-2.7/pandas/io/msgpack/_unpacker.so
> cythoning pandas/_libs/tslibs/period.pyx to pandas/_libs/tslibs/period.c
> /usr/lib/python2.7/dist-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/pandas/_libs/tslibs/period.pyx
>   tree = Parsing.p_module(s, pxd, full_module_name)
> building 'pandas._libs.tslibs.period' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/tslibs/period.c -o build/temp.linux-x86_64-2.7/pandas/_libs/tslibs/period.o -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/tslibs/period.c:614:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/src/datetime/np_datetime.c -o build/temp.linux-x86_64-2.7/pandas/_libs/src/datetime/np_datetime.o -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/src/datetime/np_datetime.c:22:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> pandas/_libs/src/datetime/np_datetime.c: In function 'pandas_datetimestruct_to_datetime':
> pandas/_libs/src/datetime/np_datetime.c:518:5: warning: implicit declaration of function 'convert_datetimestruct_to_datetime'; did you mean 'pandas_datetimestruct_to_datetime'? [-Wimplicit-function-declaration]
>      convert_datetimestruct_to_datetime(fr, d, &result);
>      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>      pandas_datetimestruct_to_datetime
> pandas/_libs/src/datetime/np_datetime.c: In function 'pandas_timedelta_to_timedeltastruct':
> pandas/_libs/src/datetime/np_datetime.c:530:5: warning: implicit declaration of function 'convert_timedelta_to_timedeltastruct'; did you mean 'pandas_timedelta_to_timedeltastruct'? [-Wimplicit-function-declaration]
>      convert_timedelta_to_timedeltastruct(fr, val, result);
>      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>      pandas_timedelta_to_timedeltastruct
> In file included from pandas/_libs/src/datetime/np_datetime.c:20:
> At top level:
> /usr/include/python2.7/datetime.h:188:25: warning: 'PyDateTimeAPI' defined but not used [-Wunused-variable]
>  static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>                          ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/src/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-2.7/pandas/_libs/src/datetime/np_datetime_strings.o -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/src/datetime/np_datetime_strings.c:29:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/src/period_helper.c -o build/temp.linux-x86_64-2.7/pandas/_libs/src/period_helper.o -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from pandas/_libs/src/period_helper.h:21,
>                  from pandas/_libs/src/period_helper.c:16:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-UboFgi/python2.7-2.7.16~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -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-2.7/pandas/_libs/tslibs/period.o build/temp.linux-x86_64-2.7/pandas/_libs/src/datetime/np_datetime.o build/temp.linux-x86_64-2.7/pandas/_libs/src/datetime/np_datetime_strings.o build/temp.linux-x86_64-2.7/pandas/_libs/src/period_helper.o -o build/lib.linux-x86_64-2.7/pandas/_libs/tslibs/period.so
> cythoning pandas/_libs/missing.pyx to pandas/_libs/missing.c
> /usr/lib/python2.7/dist-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/pandas/_libs/missing.pxd
>   tree = Parsing.p_module(s, pxd, full_module_name)
> building 'pandas._libs.missing' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/missing.c -o build/temp.linux-x86_64-2.7/pandas/_libs/missing.o -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/missing.c:614:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-UboFgi/python2.7-2.7.16~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -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-2.7/pandas/_libs/missing.o -o build/lib.linux-x86_64-2.7/pandas/_libs/missing.so
> cythoning pandas/_libs/reduction.pyx to pandas/_libs/reduction.c
> /usr/lib/python2.7/dist-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/pandas/_libs/reduction.pyx
>   tree = Parsing.p_module(s, pxd, full_module_name)
> building 'pandas._libs.reduction' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/reduction.c -o build/temp.linux-x86_64-2.7/pandas/_libs/reduction.o -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/reduction.c:615:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-UboFgi/python2.7-2.7.16~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -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-2.7/pandas/_libs/reduction.o -o build/lib.linux-x86_64-2.7/pandas/_libs/reduction.so
> cythoning pandas/_libs/skiplist.pyx to pandas/_libs/skiplist.c
> /usr/lib/python2.7/dist-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/pandas/_libs/skiplist.pxd
>   tree = Parsing.p_module(s, pxd, full_module_name)
> building 'pandas._libs.skiplist' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/skiplist.c -o build/temp.linux-x86_64-2.7/pandas/_libs/skiplist.o -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/skiplist.c:613:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-UboFgi/python2.7-2.7.16~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -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-2.7/pandas/_libs/skiplist.o -o build/lib.linux-x86_64-2.7/pandas/_libs/skiplist.so
> cythoning pandas/_libs/parsers.pyx to pandas/_libs/parsers.c
> /usr/lib/python2.7/dist-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/pandas/_libs/parsers.pyx
>   tree = Parsing.p_module(s, pxd, full_module_name)
> building 'pandas._libs.parsers' extension
> creating build/temp.linux-x86_64-2.7/pandas/_libs/src/parser
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/parsers.c -o build/temp.linux-x86_64-2.7/pandas/_libs/parsers.o -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/parsers.c:615:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> pandas/_libs/parsers.c: In function '__pyx_f_6pandas_5_libs_7parsers_10TextReader__get_header':
> pandas/_libs/parsers.c:9482:26: warning: '__pyx_v_data_line' may be used uninitialized in this function [-Wmaybe-uninitialized]
>    __pyx_t_5numpy_int64_t __pyx_v_data_line;
>                           ^~~~~~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/src/parser/tokenizer.c -o build/temp.linux-x86_64-2.7/pandas/_libs/src/parser/tokenizer.o -Wno-unused-function
> pandas/_libs/src/parser/tokenizer.c: In function 'make_stream_space':
> pandas/_libs/src/parser/tokenizer.c:265:40: warning: pointer targets in passing argument 3 of 'grow_buffer' differ in signedness [-Wpointer-sign]
>                                         (size_t*)&self->stream_cap, nbytes * 2,
>                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~
> pandas/_libs/src/parser/tokenizer.c:72:14: note: expected 'int64_t *' {aka 'long int *'} but argument is of type 'size_t *' {aka 'long unsigned int *'}
>  static void *grow_buffer(void *buffer, int64_t length, int64_t *capacity,
>               ^~~~~~~~~~~
> pandas/_libs/src/parser/tokenizer.c:292:30: warning: pointer targets in passing argument 3 of 'grow_buffer' differ in signedness [-Wpointer-sign]
>                               (size_t*)&self->words_cap, nbytes,
>                               ^~~~~~~~~~~~~~~~~~~~~~~~~
> pandas/_libs/src/parser/tokenizer.c:72:14: note: expected 'int64_t *' {aka 'long int *'} but argument is of type 'size_t *' {aka 'long unsigned int *'}
>  static void *grow_buffer(void *buffer, int64_t length, int64_t *capacity,
>               ^~~~~~~~~~~
> pandas/_libs/src/parser/tokenizer.c:323:28: warning: pointer targets in passing argument 3 of 'grow_buffer' differ in signedness [-Wpointer-sign]
>                             (size_t*)&self->lines_cap, nbytes,
>                             ^~~~~~~~~~~~~~~~~~~~~~~~~
> pandas/_libs/src/parser/tokenizer.c:72:14: note: expected 'int64_t *' {aka 'long int *'} but argument is of type 'size_t *' {aka 'long unsigned int *'}
>  static void *grow_buffer(void *buffer, int64_t length, int64_t *capacity,
>               ^~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/src/parser/io.c -o build/temp.linux-x86_64-2.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 -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-UboFgi/python2.7-2.7.16~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -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-2.7/pandas/_libs/parsers.o build/temp.linux-x86_64-2.7/pandas/_libs/src/parser/tokenizer.o build/temp.linux-x86_64-2.7/pandas/_libs/src/parser/io.o -o build/lib.linux-x86_64-2.7/pandas/_libs/parsers.so
> cythoning pandas/_libs/properties.pyx to pandas/_libs/properties.c
> /usr/lib/python2.7/dist-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/pandas/_libs/properties.pyx
>   tree = Parsing.p_module(s, pxd, full_module_name)
> building 'pandas._libs.properties' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/properties.c -o build/temp.linux-x86_64-2.7/pandas/_libs/properties.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-UboFgi/python2.7-2.7.16~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -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-2.7/pandas/_libs/properties.o -o build/lib.linux-x86_64-2.7/pandas/_libs/properties.so
> cythoning pandas/_libs/writers.pyx to pandas/_libs/writers.c
> /usr/lib/python2.7/dist-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/pandas/_libs/writers.pyx
>   tree = Parsing.p_module(s, pxd, full_module_name)
> building 'pandas._libs.writers' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/writers.c -o build/temp.linux-x86_64-2.7/pandas/_libs/writers.o -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/writers.c:614:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-UboFgi/python2.7-2.7.16~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -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-2.7/pandas/_libs/writers.o -o build/lib.linux-x86_64-2.7/pandas/_libs/writers.so
> cythoning pandas/_libs/indexing.pyx to pandas/_libs/indexing.c
> /usr/lib/python2.7/dist-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/pandas/_libs/indexing.pyx
>   tree = Parsing.p_module(s, pxd, full_module_name)
> building 'pandas._libs.indexing' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/indexing.c -o build/temp.linux-x86_64-2.7/pandas/_libs/indexing.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-UboFgi/python2.7-2.7.16~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -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-2.7/pandas/_libs/indexing.o -o build/lib.linux-x86_64-2.7/pandas/_libs/indexing.so
> cythoning pandas/_libs/index.pyx to pandas/_libs/index.c
> /usr/lib/python2.7/dist-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/pandas/_libs/index.pyx
>   tree = Parsing.p_module(s, pxd, full_module_name)
> building 'pandas._libs.index' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/index.c -o build/temp.linux-x86_64-2.7/pandas/_libs/index.o -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/index.c:614:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> pandas/_libs/index.c: In function '__pyx_f_6pandas_5_libs_5index_11IndexEngine_get_loc':
> pandas/_libs/index.c:9722:15: warning: '__pyx_v_mid' may be used uninitialized in this function [-Wmaybe-uninitialized]
>    __pyx_t_5 = PyInt_FromSsize_t(__pyx_v_mid); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 390, __pyx_L1_error)
>                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> pandas/_libs/index.c:9497:14: note: '__pyx_v_mid' was declared here
>    Py_ssize_t __pyx_v_mid;
>               ^~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/src/datetime/np_datetime.c -o build/temp.linux-x86_64-2.7/pandas/_libs/src/datetime/np_datetime.o -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/src/datetime/np_datetime.c:22:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> pandas/_libs/src/datetime/np_datetime.c: In function 'pandas_datetimestruct_to_datetime':
> pandas/_libs/src/datetime/np_datetime.c:518:5: warning: implicit declaration of function 'convert_datetimestruct_to_datetime'; did you mean 'pandas_datetimestruct_to_datetime'? [-Wimplicit-function-declaration]
>      convert_datetimestruct_to_datetime(fr, d, &result);
>      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>      pandas_datetimestruct_to_datetime
> pandas/_libs/src/datetime/np_datetime.c: In function 'pandas_timedelta_to_timedeltastruct':
> pandas/_libs/src/datetime/np_datetime.c:530:5: warning: implicit declaration of function 'convert_timedelta_to_timedeltastruct'; did you mean 'pandas_timedelta_to_timedeltastruct'? [-Wimplicit-function-declaration]
>      convert_timedelta_to_timedeltastruct(fr, val, result);
>      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>      pandas_timedelta_to_timedeltastruct
> In file included from pandas/_libs/src/datetime/np_datetime.c:20:
> At top level:
> /usr/include/python2.7/datetime.h:188:25: warning: 'PyDateTimeAPI' defined but not used [-Wunused-variable]
>  static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>                          ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/src/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-2.7/pandas/_libs/src/datetime/np_datetime_strings.o -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/src/datetime/np_datetime_strings.c:29:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-UboFgi/python2.7-2.7.16~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -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-2.7/pandas/_libs/index.o build/temp.linux-x86_64-2.7/pandas/_libs/src/datetime/np_datetime.o build/temp.linux-x86_64-2.7/pandas/_libs/src/datetime/np_datetime_strings.o -o build/lib.linux-x86_64-2.7/pandas/_libs/index.so
> cythoning pandas/io/msgpack/_packer.pyx to pandas/io/msgpack/_packer.cpp
> /usr/lib/python2.7/dist-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/pandas/io/msgpack/_packer.pyx
>   tree = Parsing.p_module(s, pxd, full_module_name)
> building 'pandas.io.msgpack._packer' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D__LITTLE_ENDIAN__=1 -Ipandas/_libs/src/msgpack -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/io/msgpack/_packer.cpp -o build/temp.linux-x86_64-2.7/pandas/io/msgpack/_packer.o -Wno-unused-function
> cc1plus: warning: command line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++
> x86_64-linux-gnu-g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-UboFgi/python2.7-2.7.16~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -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-2.7/pandas/io/msgpack/_packer.o -o build/lib.linux-x86_64-2.7/pandas/io/msgpack/_packer.so
> cythoning pandas/_libs/hashing.pyx to pandas/_libs/hashing.c
> /usr/lib/python2.7/dist-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/pandas/_libs/hashing.pyx
>   tree = Parsing.p_module(s, pxd, full_module_name)
> building 'pandas._libs.hashing' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/hashing.c -o build/temp.linux-x86_64-2.7/pandas/_libs/hashing.o -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/hashing.c:613:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-UboFgi/python2.7-2.7.16~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -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-2.7/pandas/_libs/hashing.o -o build/lib.linux-x86_64-2.7/pandas/_libs/hashing.so
> cythoning pandas/_libs/groupby.pyx to pandas/_libs/groupby.c
> /usr/lib/python2.7/dist-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/pandas/_libs/groupby.pyx
>   tree = Parsing.p_module(s, pxd, full_module_name)
> building 'pandas._libs.groupby' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/groupby.c -o build/temp.linux-x86_64-2.7/pandas/_libs/groupby.o -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/groupby.c:613:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> pandas/_libs/groupby.c: In function '__pyx_pf_6pandas_5_libs_7groupby_44group_last_int64':
> pandas/_libs/groupby.c:26558:40: warning: self-comparison always evaluates to true [-Wtautological-compare]
>              __pyx_t_24 = ((__pyx_v_val == __pyx_v_val) != 0);
>                                         ^~
> pandas/_libs/groupby.c: In function '__pyx_pf_6pandas_5_libs_7groupby_46group_nth_int64':
> pandas/_libs/groupby.c:27315:40: warning: self-comparison always evaluates to true [-Wtautological-compare]
>              __pyx_t_24 = ((__pyx_v_val == __pyx_v_val) != 0);
>                                         ^~
> pandas/_libs/groupby.c: In function '__pyx_pf_6pandas_5_libs_7groupby_6group_shift_indexer.isra.84':
> pandas/_libs/groupby.c:10727:7: warning: '__pyx_v_offset' may be used uninitialized in this function [-Wmaybe-uninitialized]
>    int __pyx_v_offset;
>        ^~~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-UboFgi/python2.7-2.7.16~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -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-2.7/pandas/_libs/groupby.o -o build/lib.linux-x86_64-2.7/pandas/_libs/groupby.so
> cythoning pandas/_libs/reshape.pyx to pandas/_libs/reshape.c
> /usr/lib/python2.7/dist-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /<<PKGBUILDDIR>>/pandas/_libs/reshape.pyx
>   tree = Parsing.p_module(s, pxd, full_module_name)
> building 'pandas._libs.reshape' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/reshape.c -o build/temp.linux-x86_64-2.7/pandas/_libs/reshape.o -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/reshape.c:613:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-UboFgi/python2.7-2.7.16~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -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-2.7/pandas/_libs/reshape.o -o build/lib.linux-x86_64-2.7/pandas/_libs/reshape.so
> building 'pandas._libs.json' extension
> creating build/temp.linux-x86_64-2.7/pandas/_libs/src/ujson
> creating build/temp.linux-x86_64-2.7/pandas/_libs/src/ujson/python
> creating build/temp.linux-x86_64-2.7/pandas/_libs/src/ujson/lib
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/ujson/python -Ipandas/_libs/src/ujson/lib -Ipandas/_libs/src/datetime -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/src/ujson/python/ujson.c -o build/temp.linux-x86_64-2.7/pandas/_libs/src/ujson/python/ujson.o -D_GNU_SOURCE -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/ujson/python -Ipandas/_libs/src/ujson/lib -Ipandas/_libs/src/datetime -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/src/ujson/python/objToJSON.c -o build/temp.linux-x86_64-2.7/pandas/_libs/src/ujson/python/objToJSON.o -D_GNU_SOURCE -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/src/ujson/python/objToJSON.c:44:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/ujson/python -Ipandas/_libs/src/ujson/lib -Ipandas/_libs/src/datetime -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/src/ujson/python/JSONtoObj.c -o build/temp.linux-x86_64-2.7/pandas/_libs/src/ujson/python/JSONtoObj.o -D_GNU_SOURCE -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/src/ujson/python/JSONtoObj.c:44:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/ujson/python -Ipandas/_libs/src/ujson/lib -Ipandas/_libs/src/datetime -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/src/ujson/lib/ultrajsonenc.c -o build/temp.linux-x86_64-2.7/pandas/_libs/src/ujson/lib/ultrajsonenc.o -D_GNU_SOURCE -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/ujson/python -Ipandas/_libs/src/ujson/lib -Ipandas/_libs/src/datetime -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/src/ujson/lib/ultrajsondec.c -o build/temp.linux-x86_64-2.7/pandas/_libs/src/ujson/lib/ultrajsondec.o -D_GNU_SOURCE -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/ujson/python -Ipandas/_libs/src/ujson/lib -Ipandas/_libs/src/datetime -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/src/datetime/np_datetime.c -o build/temp.linux-x86_64-2.7/pandas/_libs/src/datetime/np_datetime.o -D_GNU_SOURCE -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/src/datetime/np_datetime.c:22:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> pandas/_libs/src/datetime/np_datetime.c: In function 'pandas_datetimestruct_to_datetime':
> pandas/_libs/src/datetime/np_datetime.c:518:5: warning: implicit declaration of function 'convert_datetimestruct_to_datetime'; did you mean 'pandas_datetimestruct_to_datetime'? [-Wimplicit-function-declaration]
>      convert_datetimestruct_to_datetime(fr, d, &result);
>      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>      pandas_datetimestruct_to_datetime
> pandas/_libs/src/datetime/np_datetime.c: In function 'pandas_timedelta_to_timedeltastruct':
> pandas/_libs/src/datetime/np_datetime.c:530:5: warning: implicit declaration of function 'convert_timedelta_to_timedeltastruct'; did you mean 'pandas_timedelta_to_timedeltastruct'? [-Wimplicit-function-declaration]
>      convert_timedelta_to_timedeltastruct(fr, val, result);
>      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>      pandas_timedelta_to_timedeltastruct
> In file included from pandas/_libs/src/datetime/np_datetime.c:20:
> At top level:
> /usr/include/python2.7/datetime.h:188:25: warning: 'PyDateTimeAPI' defined but not used [-Wunused-variable]
>  static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>                          ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/ujson/python -Ipandas/_libs/src/ujson/lib -Ipandas/_libs/src/datetime -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/_libs/src/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-2.7/pandas/_libs/src/datetime/np_datetime_strings.o -D_GNU_SOURCE -Wno-unused-function
> In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/src/datetime/np_datetime_strings.c:29:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-UboFgi/python2.7-2.7.16~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -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-2.7/pandas/_libs/src/ujson/python/ujson.o build/temp.linux-x86_64-2.7/pandas/_libs/src/ujson/python/objToJSON.o build/temp.linux-x86_64-2.7/pandas/_libs/src/ujson/python/JSONtoObj.o build/temp.linux-x86_64-2.7/pandas/_libs/src/ujson/lib/ultrajsonenc.o build/temp.linux-x86_64-2.7/pandas/_libs/src/ujson/lib/ultrajsondec.o build/temp.linux-x86_64-2.7/pandas/_libs/src/datetime/np_datetime.o build/temp.linux-x86_64-2.7/pandas/_libs/src/datetime/np_datetime_strings.o -o build/lib.linux-x86_64-2.7/pandas/_libs/json.so
> building 'pandas.util._move' extension
> creating build/temp.linux-x86_64-2.7/pandas/util
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/util/move.c -o build/temp.linux-x86_64-2.7/pandas/util/move.o
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-UboFgi/python2.7-2.7.16~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -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-2.7/pandas/util/move.o -o build/lib.linux-x86_64-2.7/pandas/util/_move.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/python2.7
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas
> copying build/lib.linux-x86_64-2.7/pandas/__version.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core
> copying build/lib.linux-x86_64-2.7/pandas/core/strings.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core
> copying build/lib.linux-x86_64-2.7/pandas/core/generic.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core
> copying build/lib.linux-x86_64-2.7/pandas/core/sorting.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/computation
> copying build/lib.linux-x86_64-2.7/pandas/core/computation/engines.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/computation
> copying build/lib.linux-x86_64-2.7/pandas/core/computation/scope.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/computation
> copying build/lib.linux-x86_64-2.7/pandas/core/computation/ops.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/computation
> copying build/lib.linux-x86_64-2.7/pandas/core/computation/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/computation
> copying build/lib.linux-x86_64-2.7/pandas/core/computation/expressions.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/computation
> copying build/lib.linux-x86_64-2.7/pandas/core/computation/check.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/computation
> copying build/lib.linux-x86_64-2.7/pandas/core/computation/common.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/computation
> copying build/lib.linux-x86_64-2.7/pandas/core/computation/eval.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/computation
> copying build/lib.linux-x86_64-2.7/pandas/core/computation/api.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/computation
> copying build/lib.linux-x86_64-2.7/pandas/core/computation/expr.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/computation
> copying build/lib.linux-x86_64-2.7/pandas/core/computation/align.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/computation
> copying build/lib.linux-x86_64-2.7/pandas/core/computation/pytables.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/computation
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/util
> copying build/lib.linux-x86_64-2.7/pandas/core/util/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/util
> copying build/lib.linux-x86_64-2.7/pandas/core/util/hashing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/util
> copying build/lib.linux-x86_64-2.7/pandas/core/resample.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core
> copying build/lib.linux-x86_64-2.7/pandas/core/window.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core
> copying build/lib.linux-x86_64-2.7/pandas/core/datetools.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core
> copying build/lib.linux-x86_64-2.7/pandas/core/index.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core
> copying build/lib.linux-x86_64-2.7/pandas/core/categorical.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core
> copying build/lib.linux-x86_64-2.7/pandas/core/config_init.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core
> copying build/lib.linux-x86_64-2.7/pandas/core/series.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/dtypes
> copying build/lib.linux-x86_64-2.7/pandas/core/dtypes/generic.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/dtypes
> copying build/lib.linux-x86_64-2.7/pandas/core/dtypes/concat.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/dtypes
> copying build/lib.linux-x86_64-2.7/pandas/core/dtypes/dtypes.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/dtypes
> copying build/lib.linux-x86_64-2.7/pandas/core/dtypes/inference.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/dtypes
> copying build/lib.linux-x86_64-2.7/pandas/core/dtypes/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/dtypes
> copying build/lib.linux-x86_64-2.7/pandas/core/dtypes/missing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/dtypes
> copying build/lib.linux-x86_64-2.7/pandas/core/dtypes/cast.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/dtypes
> copying build/lib.linux-x86_64-2.7/pandas/core/dtypes/common.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/dtypes
> copying build/lib.linux-x86_64-2.7/pandas/core/dtypes/api.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/dtypes
> copying build/lib.linux-x86_64-2.7/pandas/core/dtypes/base.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/dtypes
> copying build/lib.linux-x86_64-2.7/pandas/core/ops.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/sparse
> copying build/lib.linux-x86_64-2.7/pandas/core/sparse/series.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/sparse
> copying build/lib.linux-x86_64-2.7/pandas/core/sparse/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/sparse
> copying build/lib.linux-x86_64-2.7/pandas/core/sparse/array.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/sparse
> copying build/lib.linux-x86_64-2.7/pandas/core/sparse/frame.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/sparse
> copying build/lib.linux-x86_64-2.7/pandas/core/sparse/scipy_sparse.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/sparse
> copying build/lib.linux-x86_64-2.7/pandas/core/sparse/api.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/sparse
> copying build/lib.linux-x86_64-2.7/pandas/core/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core
> copying build/lib.linux-x86_64-2.7/pandas/core/config.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core
> copying build/lib.linux-x86_64-2.7/pandas/core/nanops.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core
> copying build/lib.linux-x86_64-2.7/pandas/core/missing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/groupby
> copying build/lib.linux-x86_64-2.7/pandas/core/groupby/groupby.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/groupby
> copying build/lib.linux-x86_64-2.7/pandas/core/groupby/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/groupby
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/indexes
> copying build/lib.linux-x86_64-2.7/pandas/core/indexes/interval.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/indexes
> copying build/lib.linux-x86_64-2.7/pandas/core/indexes/category.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/indexes
> copying build/lib.linux-x86_64-2.7/pandas/core/indexes/multi.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/indexes
> copying build/lib.linux-x86_64-2.7/pandas/core/indexes/period.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/indexes
> copying build/lib.linux-x86_64-2.7/pandas/core/indexes/datetimes.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/indexes
> copying build/lib.linux-x86_64-2.7/pandas/core/indexes/accessors.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/indexes
> copying build/lib.linux-x86_64-2.7/pandas/core/indexes/frozen.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/indexes
> copying build/lib.linux-x86_64-2.7/pandas/core/indexes/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/indexes
> copying build/lib.linux-x86_64-2.7/pandas/core/indexes/timedeltas.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/indexes
> copying build/lib.linux-x86_64-2.7/pandas/core/indexes/numeric.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/indexes
> copying build/lib.linux-x86_64-2.7/pandas/core/indexes/datetimelike.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/indexes
> copying build/lib.linux-x86_64-2.7/pandas/core/indexes/api.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/indexes
> copying build/lib.linux-x86_64-2.7/pandas/core/indexes/range.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/indexes
> copying build/lib.linux-x86_64-2.7/pandas/core/indexes/base.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/indexes
> copying build/lib.linux-x86_64-2.7/pandas/core/frame.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/tools
> copying build/lib.linux-x86_64-2.7/pandas/core/tools/datetimes.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/tools
> copying build/lib.linux-x86_64-2.7/pandas/core/tools/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/tools
> copying build/lib.linux-x86_64-2.7/pandas/core/tools/timedeltas.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/tools
> copying build/lib.linux-x86_64-2.7/pandas/core/tools/numeric.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/tools
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/arrays
> copying build/lib.linux-x86_64-2.7/pandas/core/arrays/categorical.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/arrays
> copying build/lib.linux-x86_64-2.7/pandas/core/arrays/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/arrays
> copying build/lib.linux-x86_64-2.7/pandas/core/arrays/base.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/arrays
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/reshape
> copying build/lib.linux-x86_64-2.7/pandas/core/reshape/merge.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/reshape
> copying build/lib.linux-x86_64-2.7/pandas/core/reshape/concat.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/reshape
> copying build/lib.linux-x86_64-2.7/pandas/core/reshape/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/reshape
> copying build/lib.linux-x86_64-2.7/pandas/core/reshape/reshape.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/reshape
> copying build/lib.linux-x86_64-2.7/pandas/core/reshape/api.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/reshape
> copying build/lib.linux-x86_64-2.7/pandas/core/reshape/tile.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/reshape
> copying build/lib.linux-x86_64-2.7/pandas/core/reshape/pivot.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/reshape
> copying build/lib.linux-x86_64-2.7/pandas/core/reshape/util.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/reshape
> copying build/lib.linux-x86_64-2.7/pandas/core/reshape/melt.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/reshape
> copying build/lib.linux-x86_64-2.7/pandas/core/common.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core
> copying build/lib.linux-x86_64-2.7/pandas/core/internals.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core
> copying build/lib.linux-x86_64-2.7/pandas/core/indexing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core
> copying build/lib.linux-x86_64-2.7/pandas/core/api.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core
> copying build/lib.linux-x86_64-2.7/pandas/core/accessor.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core
> copying build/lib.linux-x86_64-2.7/pandas/core/base.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core
> copying build/lib.linux-x86_64-2.7/pandas/core/panel.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core
> copying build/lib.linux-x86_64-2.7/pandas/core/algorithms.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core
> copying build/lib.linux-x86_64-2.7/pandas/core/apply.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tseries
> copying build/lib.linux-x86_64-2.7/pandas/tseries/converter.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tseries
> copying build/lib.linux-x86_64-2.7/pandas/tseries/plotting.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tseries
> copying build/lib.linux-x86_64-2.7/pandas/tseries/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tseries
> copying build/lib.linux-x86_64-2.7/pandas/tseries/offsets.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tseries
> copying build/lib.linux-x86_64-2.7/pandas/tseries/holiday.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tseries
> copying build/lib.linux-x86_64-2.7/pandas/tseries/frequencies.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tseries
> copying build/lib.linux-x86_64-2.7/pandas/tseries/api.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tseries
> copying build/lib.linux-x86_64-2.7/pandas/lib.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/computation
> copying build/lib.linux-x86_64-2.7/pandas/computation/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/computation
> copying build/lib.linux-x86_64-2.7/pandas/computation/expressions.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/computation
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/util
> copying build/lib.linux-x86_64-2.7/pandas/util/_validators.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/util
> copying build/lib.linux-x86_64-2.7/pandas/util/_tester.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/util
> copying build/lib.linux-x86_64-2.7/pandas/util/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/util
> copying build/lib.linux-x86_64-2.7/pandas/util/_print_versions.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/util
> copying build/lib.linux-x86_64-2.7/pandas/util/testing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/util
> copying build/lib.linux-x86_64-2.7/pandas/util/_doctools.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/util
> copying build/lib.linux-x86_64-2.7/pandas/util/_move.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/util
> copying build/lib.linux-x86_64-2.7/pandas/util/_test_decorators.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/util
> copying build/lib.linux-x86_64-2.7/pandas/util/decorators.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/util
> copying build/lib.linux-x86_64-2.7/pandas/util/_depr_module.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/util
> copying build/lib.linux-x86_64-2.7/pandas/util/_decorators.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/util
> copying build/lib.linux-x86_64-2.7/pandas/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests
> copying build/lib.linux-x86_64-2.7/pandas/tests/test_lib.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests
> copying build/lib.linux-x86_64-2.7/pandas/tests/test_panel.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series
> copying build/lib.linux-x86_64-2.7/pandas/tests/series/test_timeseries.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series
> copying build/lib.linux-x86_64-2.7/pandas/tests/series/test_validate.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series
> copying build/lib.linux-x86_64-2.7/pandas/tests/series/test_constructors.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series
> copying build/lib.linux-x86_64-2.7/pandas/tests/series/test_rank.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series
> copying build/lib.linux-x86_64-2.7/pandas/tests/series/test_arithmetic.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series
> copying build/lib.linux-x86_64-2.7/pandas/tests/series/test_asof.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series
> copying build/lib.linux-x86_64-2.7/pandas/tests/series/test_subclass.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series
> copying build/lib.linux-x86_64-2.7/pandas/tests/series/test_missing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series
> copying build/lib.linux-x86_64-2.7/pandas/tests/series/test_apply.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series
> copying build/lib.linux-x86_64-2.7/pandas/tests/series/test_dtypes.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series
> copying build/lib.linux-x86_64-2.7/pandas/tests/series/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series
> copying build/lib.linux-x86_64-2.7/pandas/tests/series/test_datetime_values.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series
> copying build/lib.linux-x86_64-2.7/pandas/tests/series/test_combine_concat.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series
> copying build/lib.linux-x86_64-2.7/pandas/tests/series/test_sorting.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series
> copying build/lib.linux-x86_64-2.7/pandas/tests/series/test_quantile.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series
> copying build/lib.linux-x86_64-2.7/pandas/tests/series/common.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series
> copying build/lib.linux-x86_64-2.7/pandas/tests/series/test_replace.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series
> copying build/lib.linux-x86_64-2.7/pandas/tests/series/test_operators.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series
> copying build/lib.linux-x86_64-2.7/pandas/tests/series/test_io.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series
> copying build/lib.linux-x86_64-2.7/pandas/tests/series/test_internals.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series
> copying build/lib.linux-x86_64-2.7/pandas/tests/series/test_api.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series
> copying build/lib.linux-x86_64-2.7/pandas/tests/series/test_period.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series
> copying build/lib.linux-x86_64-2.7/pandas/tests/series/test_repr.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series
> copying build/lib.linux-x86_64-2.7/pandas/tests/series/test_analytics.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing
> copying build/lib.linux-x86_64-2.7/pandas/tests/series/indexing/test_alter_index.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing
> copying build/lib.linux-x86_64-2.7/pandas/tests/series/indexing/test_iloc.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing
> copying build/lib.linux-x86_64-2.7/pandas/tests/series/indexing/test_indexing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing
> copying build/lib.linux-x86_64-2.7/pandas/tests/series/indexing/test_numeric.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing
> copying build/lib.linux-x86_64-2.7/pandas/tests/series/indexing/test_callable.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing
> copying build/lib.linux-x86_64-2.7/pandas/tests/series/indexing/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing
> copying build/lib.linux-x86_64-2.7/pandas/tests/series/indexing/conftest.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing
> copying build/lib.linux-x86_64-2.7/pandas/tests/series/indexing/test_loc.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing
> copying build/lib.linux-x86_64-2.7/pandas/tests/series/indexing/test_datetime.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing
> copying build/lib.linux-x86_64-2.7/pandas/tests/series/indexing/test_boolean.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing
> copying build/lib.linux-x86_64-2.7/pandas/tests/series/test_alter_axes.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series
> copying build/lib.linux-x86_64-2.7/pandas/tests/series/test_timezones.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs
> copying build/lib.linux-x86_64-2.7/pandas/tests/tslibs/test_liboffsets.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs
> copying build/lib.linux-x86_64-2.7/pandas/tests/tslibs/test_libfrequencies.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs
> copying build/lib.linux-x86_64-2.7/pandas/tests/tslibs/test_period_asfreq.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs
> copying build/lib.linux-x86_64-2.7/pandas/tests/tslibs/test_ccalendar.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs
> copying build/lib.linux-x86_64-2.7/pandas/tests/tslibs/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs
> copying build/lib.linux-x86_64-2.7/pandas/tests/tslibs/test_parsing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs
> copying build/lib.linux-x86_64-2.7/pandas/tests/tslibs/test_array_to_datetime.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs
> copying build/lib.linux-x86_64-2.7/pandas/tests/tslibs/test_conversion.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs
> copying build/lib.linux-x86_64-2.7/pandas/tests/tslibs/test_timezones.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries
> copying build/lib.linux-x86_64-2.7/pandas/tests/tseries/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets
> copying build/lib.linux-x86_64-2.7/pandas/tests/tseries/offsets/test_yqm_offsets.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets
> copying build/lib.linux-x86_64-2.7/pandas/tests/tseries/offsets/test_offsets.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets
> copying build/lib.linux-x86_64-2.7/pandas/tests/tseries/offsets/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets
> copying build/lib.linux-x86_64-2.7/pandas/tests/tseries/offsets/test_ticks.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets
> copying build/lib.linux-x86_64-2.7/pandas/tests/tseries/offsets/conftest.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets
> copying build/lib.linux-x86_64-2.7/pandas/tests/tseries/offsets/common.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets
> copying build/lib.linux-x86_64-2.7/pandas/tests/tseries/offsets/test_fiscal.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets
> copying build/lib.linux-x86_64-2.7/pandas/tests/tseries/test_frequencies.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries
> copying build/lib.linux-x86_64-2.7/pandas/tests/tseries/test_holiday.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries
> copying build/lib.linux-x86_64-2.7/pandas/tests/tseries/conftest.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries
> copying build/lib.linux-x86_64-2.7/pandas/tests/test_compat.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals
> copying build/lib.linux-x86_64-2.7/pandas/tests/internals/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals
> copying build/lib.linux-x86_64-2.7/pandas/tests/internals/test_internals.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals
> copying build/lib.linux-x86_64-2.7/pandas/tests/test_config.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation
> copying build/lib.linux-x86_64-2.7/pandas/tests/computation/test_compat.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation
> copying build/lib.linux-x86_64-2.7/pandas/tests/computation/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation
> copying build/lib.linux-x86_64-2.7/pandas/tests/computation/test_eval.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util
> copying build/lib.linux-x86_64-2.7/pandas/tests/util/test_testing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util
> copying build/lib.linux-x86_64-2.7/pandas/tests/util/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util
> copying build/lib.linux-x86_64-2.7/pandas/tests/util/test_util.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util
> copying build/lib.linux-x86_64-2.7/pandas/tests/util/test_hashing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util
> copying build/lib.linux-x86_64-2.7/pandas/tests/test_resample.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests
> copying build/lib.linux-x86_64-2.7/pandas/tests/test_register_accessor.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests
> copying build/lib.linux-x86_64-2.7/pandas/tests/test_nanops.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-2.7/pandas/tests/frame/test_mutate_columns.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-2.7/pandas/tests/frame/test_timeseries.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-2.7/pandas/tests/frame/test_validate.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-2.7/pandas/tests/frame/test_query_eval.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-2.7/pandas/tests/frame/test_block_internals.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-2.7/pandas/tests/frame/test_constructors.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-2.7/pandas/tests/frame/test_rank.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-2.7/pandas/tests/frame/test_arithmetic.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-2.7/pandas/tests/frame/test_indexing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-2.7/pandas/tests/frame/test_repr_info.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-2.7/pandas/tests/frame/test_asof.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-2.7/pandas/tests/frame/test_nonunique_indexes.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-2.7/pandas/tests/frame/test_subclass.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-2.7/pandas/tests/frame/test_missing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-2.7/pandas/tests/frame/test_apply.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-2.7/pandas/tests/frame/test_dtypes.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-2.7/pandas/tests/frame/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-2.7/pandas/tests/frame/test_reshape.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-2.7/pandas/tests/frame/test_combine_concat.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-2.7/pandas/tests/frame/test_sorting.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-2.7/pandas/tests/frame/test_to_csv.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-2.7/pandas/tests/frame/test_axis_select_reindex.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-2.7/pandas/tests/frame/test_quantile.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-2.7/pandas/tests/frame/common.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-2.7/pandas/tests/frame/test_replace.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-2.7/pandas/tests/frame/test_sort_values_level_as_str.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-2.7/pandas/tests/frame/test_operators.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-2.7/pandas/tests/frame/test_join.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-2.7/pandas/tests/frame/test_convert_to.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-2.7/pandas/tests/frame/test_api.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-2.7/pandas/tests/frame/test_period.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-2.7/pandas/tests/frame/test_analytics.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-2.7/pandas/tests/frame/test_alter_axes.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-2.7/pandas/tests/frame/test_timezones.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes
> copying build/lib.linux-x86_64-2.7/pandas/tests/dtypes/test_cast.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes
> copying build/lib.linux-x86_64-2.7/pandas/tests/dtypes/test_missing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes
> copying build/lib.linux-x86_64-2.7/pandas/tests/dtypes/test_dtypes.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes
> copying build/lib.linux-x86_64-2.7/pandas/tests/dtypes/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes
> copying build/lib.linux-x86_64-2.7/pandas/tests/dtypes/test_inference.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes
> copying build/lib.linux-x86_64-2.7/pandas/tests/dtypes/test_common.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes
> copying build/lib.linux-x86_64-2.7/pandas/tests/dtypes/test_generic.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes
> copying build/lib.linux-x86_64-2.7/pandas/tests/dtypes/test_concat.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series
> copying build/lib.linux-x86_64-2.7/pandas/tests/sparse/series/test_indexing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series
> copying build/lib.linux-x86_64-2.7/pandas/tests/sparse/series/test_series.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series
> copying build/lib.linux-x86_64-2.7/pandas/tests/sparse/series/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series
> copying build/lib.linux-x86_64-2.7/pandas/tests/sparse/test_indexing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse
> copying build/lib.linux-x86_64-2.7/pandas/tests/sparse/test_arithmetics.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame
> copying build/lib.linux-x86_64-2.7/pandas/tests/sparse/frame/test_indexing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame
> copying build/lib.linux-x86_64-2.7/pandas/tests/sparse/frame/test_frame.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame
> copying build/lib.linux-x86_64-2.7/pandas/tests/sparse/frame/test_apply.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame
> copying build/lib.linux-x86_64-2.7/pandas/tests/sparse/frame/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame
> copying build/lib.linux-x86_64-2.7/pandas/tests/sparse/frame/test_to_csv.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame
> copying build/lib.linux-x86_64-2.7/pandas/tests/sparse/frame/test_to_from_scipy.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame
> copying build/lib.linux-x86_64-2.7/pandas/tests/sparse/frame/test_analytics.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame
> copying build/lib.linux-x86_64-2.7/pandas/tests/sparse/test_libsparse.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse
> copying build/lib.linux-x86_64-2.7/pandas/tests/sparse/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse
> copying build/lib.linux-x86_64-2.7/pandas/tests/sparse/test_reshape.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse
> copying build/lib.linux-x86_64-2.7/pandas/tests/sparse/test_combine_concat.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse
> copying build/lib.linux-x86_64-2.7/pandas/tests/sparse/common.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse
> copying build/lib.linux-x86_64-2.7/pandas/tests/sparse/test_groupby.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse
> copying build/lib.linux-x86_64-2.7/pandas/tests/sparse/test_pivot.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse
> copying build/lib.linux-x86_64-2.7/pandas/tests/sparse/test_array.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse
> copying build/lib.linux-x86_64-2.7/pandas/tests/sparse/test_format.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse
> copying build/lib.linux-x86_64-2.7/pandas/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests
> copying build/lib.linux-x86_64-2.7/pandas/tests/test_take.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests
> copying build/lib.linux-x86_64-2.7/pandas/tests/test_sorting.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests
> copying build/lib.linux-x86_64-2.7/pandas/tests/test_base.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/test_stata.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/test_s3.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/json/test_pandas.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/json/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/json/test_json_table_schema.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/json/test_ujson.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/json/test_readlines.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/json/test_compression.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/json/test_normalize.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/test_pickle.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/sas
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/sas/test_sas7bdat.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/sas
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/sas/test_sas.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/sas
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/sas/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/sas
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/sas/test_xport.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/sas
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/test_feather.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/generate_legacy_storage_files.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/test_pytables.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/test_common.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/conftest.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/formats/test_to_html.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/formats/test_css.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/formats/test_eng_formatting.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/formats/test_to_excel.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/formats/test_printing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/formats/test_style.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/formats/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/formats/test_to_csv.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/formats/test_format.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/formats/test_to_latex.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/test_gbq.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/test_sql.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack/test_pack.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack/test_case.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack/test_unpack_raw.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack/test_buffer.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack/test_limits.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack/test_sequnpack.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack/test_read_size.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack/test_extension.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack/test_subtype.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack/test_newspec.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack/test_seq.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack/test_except.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack/common.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack/test_obj.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack/test_format.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/msgpack/test_unpack.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/test_clipboard.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/parser/mangle_dupes.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/parser/test_textreader.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/parser/index_col.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/parser/dtypes.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/parser/python_parser_only.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/parser/test_network.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/parser/header.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/parser/usecols.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/parser/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/parser/dialect.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/parser/common.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/parser/test_parsers.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/parser/parse_dates.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/parser/compression.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/parser/converters.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/parser/na_values.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/parser/comment.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/parser/test_read_fwf.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/parser/test_unsupported.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/parser/skiprows.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/parser/quoting.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/parser/c_parser_only.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/parser/multithread.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/test_html.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/test_packers.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/test_parquet.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io
> copying build/lib.linux-x86_64-2.7/pandas/tests/io/test_excel.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic
> copying build/lib.linux-x86_64-2.7/pandas/tests/generic/test_panel.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic
> copying build/lib.linux-x86_64-2.7/pandas/tests/generic/test_series.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic
> copying build/lib.linux-x86_64-2.7/pandas/tests/generic/test_frame.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic
> copying build/lib.linux-x86_64-2.7/pandas/tests/generic/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic
> copying build/lib.linux-x86_64-2.7/pandas/tests/generic/test_generic.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic
> copying build/lib.linux-x86_64-2.7/pandas/tests/generic/test_label_or_level_utils.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby
> copying build/lib.linux-x86_64-2.7/pandas/tests/groupby/test_whitelist.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby
> copying build/lib.linux-x86_64-2.7/pandas/tests/groupby/test_timegrouper.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby
> copying build/lib.linux-x86_64-2.7/pandas/tests/groupby/test_filters.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby
> copying build/lib.linux-x86_64-2.7/pandas/tests/groupby/test_rank.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby
> copying build/lib.linux-x86_64-2.7/pandas/tests/groupby/test_function.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby
> copying build/lib.linux-x86_64-2.7/pandas/tests/groupby/test_apply.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby
> copying build/lib.linux-x86_64-2.7/pandas/tests/groupby/test_bin_groupby.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby
> copying build/lib.linux-x86_64-2.7/pandas/tests/groupby/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby
> copying build/lib.linux-x86_64-2.7/pandas/tests/groupby/test_nth.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby
> copying build/lib.linux-x86_64-2.7/pandas/tests/groupby/test_value_counts.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby
> copying build/lib.linux-x86_64-2.7/pandas/tests/groupby/test_index_as_string.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby
> copying build/lib.linux-x86_64-2.7/pandas/tests/groupby/test_transform.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby
> copying build/lib.linux-x86_64-2.7/pandas/tests/groupby/conftest.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby
> copying build/lib.linux-x86_64-2.7/pandas/tests/groupby/test_categorical.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby
> copying build/lib.linux-x86_64-2.7/pandas/tests/groupby/test_groupby.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby
> copying build/lib.linux-x86_64-2.7/pandas/tests/groupby/test_counting.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate
> copying build/lib.linux-x86_64-2.7/pandas/tests/groupby/aggregate/test_other.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate
> copying build/lib.linux-x86_64-2.7/pandas/tests/groupby/aggregate/test_cython.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate
> copying build/lib.linux-x86_64-2.7/pandas/tests/groupby/aggregate/test_aggregate.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate
> copying build/lib.linux-x86_64-2.7/pandas/tests/groupby/aggregate/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate
> copying build/lib.linux-x86_64-2.7/pandas/tests/groupby/test_grouping.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting
> copying build/lib.linux-x86_64-2.7/pandas/tests/plotting/test_boxplot_method.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting
> copying build/lib.linux-x86_64-2.7/pandas/tests/plotting/test_converter.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting
> copying build/lib.linux-x86_64-2.7/pandas/tests/plotting/test_series.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting
> copying build/lib.linux-x86_64-2.7/pandas/tests/plotting/test_deprecated.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting
> copying build/lib.linux-x86_64-2.7/pandas/tests/plotting/test_frame.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting
> copying build/lib.linux-x86_64-2.7/pandas/tests/plotting/test_misc.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting
> copying build/lib.linux-x86_64-2.7/pandas/tests/plotting/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting
> copying build/lib.linux-x86_64-2.7/pandas/tests/plotting/test_datetimelike.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting
> copying build/lib.linux-x86_64-2.7/pandas/tests/plotting/test_hist_method.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting
> copying build/lib.linux-x86_64-2.7/pandas/tests/plotting/common.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting
> copying build/lib.linux-x86_64-2.7/pandas/tests/plotting/test_groupby.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting
> copying build/lib.linux-x86_64-2.7/pandas/tests/test_common.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/timedeltas/test_timedelta_range.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/timedeltas/test_partial_slicing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/timedeltas/test_scalar_compat.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/timedeltas/test_arithmetic.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/timedeltas/test_tools.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/timedeltas/test_indexing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/timedeltas/test_setops.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/timedeltas/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/timedeltas/test_timedelta.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/timedeltas/test_astype.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/timedeltas/test_construction.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/timedeltas/test_formats.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/timedeltas/test_ops.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/period/test_partial_slicing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/period/test_asfreq.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/period/test_scalar_compat.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/period/test_arithmetic.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/period/test_tools.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/period/test_indexing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/period/test_setops.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/period/test_period_range.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/period/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/period/test_period.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/period/test_astype.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/period/test_construction.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/period/test_formats.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/period/test_ops.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/test_numeric.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/test_multi.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/test_base.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/test_category.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/test_frozen.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/conftest.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/common.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimelike.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes/test_partial_slicing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes/test_scalar_compat.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes/test_arithmetic.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes/test_tools.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes/test_indexing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes/test_setops.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes/test_date_range.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes/test_missing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes/test_misc.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes/test_datetimelike.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes/test_datetime.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes/test_astype.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes/test_construction.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes/test_formats.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes/test_timezones.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/datetimes/test_ops.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/interval/test_interval_range.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/interval/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/interval/test_interval_tree.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/interval/test_interval.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/interval/test_interval_new.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/interval/test_astype.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/interval/test_construction.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexes/test_range.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes
> copying build/lib.linux-x86_64-2.7/pandas/tests/test_errors.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tools
> copying build/lib.linux-x86_64-2.7/pandas/tests/tools/test_numeric.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tools
> copying build/lib.linux-x86_64-2.7/pandas/tests/tools/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tools
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp
> copying build/lib.linux-x86_64-2.7/pandas/tests/scalar/timestamp/test_arithmetic.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp
> copying build/lib.linux-x86_64-2.7/pandas/tests/scalar/timestamp/test_unary_ops.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp
> copying build/lib.linux-x86_64-2.7/pandas/tests/scalar/timestamp/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp
> copying build/lib.linux-x86_64-2.7/pandas/tests/scalar/timestamp/test_timestamp.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp
> copying build/lib.linux-x86_64-2.7/pandas/tests/scalar/timestamp/test_rendering.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp
> copying build/lib.linux-x86_64-2.7/pandas/tests/scalar/timestamp/test_comparisons.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp
> copying build/lib.linux-x86_64-2.7/pandas/tests/scalar/timestamp/test_timezones.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period
> copying build/lib.linux-x86_64-2.7/pandas/tests/scalar/period/test_asfreq.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period
> copying build/lib.linux-x86_64-2.7/pandas/tests/scalar/period/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period
> copying build/lib.linux-x86_64-2.7/pandas/tests/scalar/period/test_period.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period
> copying build/lib.linux-x86_64-2.7/pandas/tests/scalar/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta
> copying build/lib.linux-x86_64-2.7/pandas/tests/scalar/timedelta/test_arithmetic.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta
> copying build/lib.linux-x86_64-2.7/pandas/tests/scalar/timedelta/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta
> copying build/lib.linux-x86_64-2.7/pandas/tests/scalar/timedelta/test_timedelta.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta
> copying build/lib.linux-x86_64-2.7/pandas/tests/scalar/timedelta/test_construction.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta
> copying build/lib.linux-x86_64-2.7/pandas/tests/scalar/timedelta/test_formats.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/interval
> copying build/lib.linux-x86_64-2.7/pandas/tests/scalar/interval/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/interval
> copying build/lib.linux-x86_64-2.7/pandas/tests/scalar/interval/test_interval.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/interval
> copying build/lib.linux-x86_64-2.7/pandas/tests/scalar/test_nat.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape
> copying build/lib.linux-x86_64-2.7/pandas/tests/reshape/test_union_categoricals.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape
> copying build/lib.linux-x86_64-2.7/pandas/tests/reshape/test_tile.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape
> copying build/lib.linux-x86_64-2.7/pandas/tests/reshape/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape
> copying build/lib.linux-x86_64-2.7/pandas/tests/reshape/test_util.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape
> copying build/lib.linux-x86_64-2.7/pandas/tests/reshape/test_reshape.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape
> copying build/lib.linux-x86_64-2.7/pandas/tests/reshape/test_pivot.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge
> copying build/lib.linux-x86_64-2.7/pandas/tests/reshape/merge/test_merge_ordered.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge
> copying build/lib.linux-x86_64-2.7/pandas/tests/reshape/merge/test_merge.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge
> copying build/lib.linux-x86_64-2.7/pandas/tests/reshape/merge/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge
> copying build/lib.linux-x86_64-2.7/pandas/tests/reshape/merge/test_merge_asof.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge
> copying build/lib.linux-x86_64-2.7/pandas/tests/reshape/merge/test_join.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge
> copying build/lib.linux-x86_64-2.7/pandas/tests/reshape/merge/test_merge_index_as_string.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge
> copying build/lib.linux-x86_64-2.7/pandas/tests/reshape/test_melt.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape
> copying build/lib.linux-x86_64-2.7/pandas/tests/reshape/test_concat.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape
> copying build/lib.linux-x86_64-2.7/pandas/tests/test_algos.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests
> copying build/lib.linux-x86_64-2.7/pandas/tests/test_window.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests
> copying build/lib.linux-x86_64-2.7/pandas/tests/test_expressions.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/api
> copying build/lib.linux-x86_64-2.7/pandas/tests/api/test_types.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/api
> copying build/lib.linux-x86_64-2.7/pandas/tests/api/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/api
> copying build/lib.linux-x86_64-2.7/pandas/tests/api/test_api.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/api
> copying build/lib.linux-x86_64-2.7/pandas/tests/test_join.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal
> copying build/lib.linux-x86_64-2.7/pandas/tests/extension/decimal/test_decimal.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal
> copying build/lib.linux-x86_64-2.7/pandas/tests/extension/decimal/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal
> copying build/lib.linux-x86_64-2.7/pandas/tests/extension/decimal/array.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category
> copying build/lib.linux-x86_64-2.7/pandas/tests/extension/category/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category
> copying build/lib.linux-x86_64-2.7/pandas/tests/extension/category/test_categorical.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json
> copying build/lib.linux-x86_64-2.7/pandas/tests/extension/json/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json
> copying build/lib.linux-x86_64-2.7/pandas/tests/extension/json/array.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json
> copying build/lib.linux-x86_64-2.7/pandas/tests/extension/json/test_json.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json
> copying build/lib.linux-x86_64-2.7/pandas/tests/extension/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension
> copying build/lib.linux-x86_64-2.7/pandas/tests/extension/test_external_block.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/base
> copying build/lib.linux-x86_64-2.7/pandas/tests/extension/base/groupby.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/base
> copying build/lib.linux-x86_64-2.7/pandas/tests/extension/base/interface.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/base
> copying build/lib.linux-x86_64-2.7/pandas/tests/extension/base/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/base
> copying build/lib.linux-x86_64-2.7/pandas/tests/extension/base/constructors.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/base
> copying build/lib.linux-x86_64-2.7/pandas/tests/extension/base/missing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/base
> copying build/lib.linux-x86_64-2.7/pandas/tests/extension/base/getitem.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/base
> copying build/lib.linux-x86_64-2.7/pandas/tests/extension/base/reshaping.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/base
> copying build/lib.linux-x86_64-2.7/pandas/tests/extension/base/methods.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/base
> copying build/lib.linux-x86_64-2.7/pandas/tests/extension/base/base.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/base
> copying build/lib.linux-x86_64-2.7/pandas/tests/extension/base/dtype.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/base
> copying build/lib.linux-x86_64-2.7/pandas/tests/extension/base/casting.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/base
> copying build/lib.linux-x86_64-2.7/pandas/tests/extension/base/setitem.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/base
> copying build/lib.linux-x86_64-2.7/pandas/tests/extension/test_common.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension
> copying build/lib.linux-x86_64-2.7/pandas/tests/extension/conftest.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexing/test_panel.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexing/test_floats.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexing/test_indexing_slow.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexing/test_iloc.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexing/test_indexing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexing/test_partial.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexing/test_callable.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexing/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexing/common.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexing/test_categorical.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexing/test_timedelta.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexing/test_chaining_and_caching.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexing/test_scalar.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexing/test_multiindex.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexing/test_loc.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/interval
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexing/interval/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/interval
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexing/interval/test_interval.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/interval
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexing/interval/test_interval_new.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/interval
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexing/test_ix.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexing/test_datetime.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing
> copying build/lib.linux-x86_64-2.7/pandas/tests/indexing/test_coercion.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical
> copying build/lib.linux-x86_64-2.7/pandas/tests/categorical/test_constructors.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical
> copying build/lib.linux-x86_64-2.7/pandas/tests/categorical/test_indexing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical
> copying build/lib.linux-x86_64-2.7/pandas/tests/categorical/test_warnings.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical
> copying build/lib.linux-x86_64-2.7/pandas/tests/categorical/test_subclass.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical
> copying build/lib.linux-x86_64-2.7/pandas/tests/categorical/test_missing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical
> copying build/lib.linux-x86_64-2.7/pandas/tests/categorical/test_dtypes.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical
> copying build/lib.linux-x86_64-2.7/pandas/tests/categorical/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical
> copying build/lib.linux-x86_64-2.7/pandas/tests/categorical/test_sorting.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical
> copying build/lib.linux-x86_64-2.7/pandas/tests/categorical/test_algos.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical
> copying build/lib.linux-x86_64-2.7/pandas/tests/categorical/conftest.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical
> copying build/lib.linux-x86_64-2.7/pandas/tests/categorical/common.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical
> copying build/lib.linux-x86_64-2.7/pandas/tests/categorical/test_operators.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical
> copying build/lib.linux-x86_64-2.7/pandas/tests/categorical/test_api.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical
> copying build/lib.linux-x86_64-2.7/pandas/tests/categorical/test_repr.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical
> copying build/lib.linux-x86_64-2.7/pandas/tests/categorical/test_analytics.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical
> copying build/lib.linux-x86_64-2.7/pandas/tests/test_strings.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests
> copying build/lib.linux-x86_64-2.7/pandas/tests/test_multilevel.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests
> copying build/lib.linux-x86_64-2.7/pandas/tests/test_downstream.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-2.7/pandas/_libs/tslib.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-2.7/pandas/_libs/index.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-2.7/pandas/_libs/lib.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/_libs
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/_libs/tslibs
> copying build/lib.linux-x86_64-2.7/pandas/_libs/tslibs/nattype.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/_libs/tslibs
> copying build/lib.linux-x86_64-2.7/pandas/_libs/tslibs/frequencies.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/_libs/tslibs
> copying build/lib.linux-x86_64-2.7/pandas/_libs/tslibs/offsets.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/_libs/tslibs
> copying build/lib.linux-x86_64-2.7/pandas/_libs/tslibs/timedeltas.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/_libs/tslibs
> copying build/lib.linux-x86_64-2.7/pandas/_libs/tslibs/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/_libs/tslibs
> copying build/lib.linux-x86_64-2.7/pandas/_libs/tslibs/timezones.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/_libs/tslibs
> copying build/lib.linux-x86_64-2.7/pandas/_libs/tslibs/resolution.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/_libs/tslibs
> copying build/lib.linux-x86_64-2.7/pandas/_libs/tslibs/ccalendar.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/_libs/tslibs
> copying build/lib.linux-x86_64-2.7/pandas/_libs/tslibs/np_datetime.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/_libs/tslibs
> copying build/lib.linux-x86_64-2.7/pandas/_libs/tslibs/fields.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/_libs/tslibs
> copying build/lib.linux-x86_64-2.7/pandas/_libs/tslibs/strptime.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/_libs/tslibs
> copying build/lib.linux-x86_64-2.7/pandas/_libs/tslibs/conversion.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/_libs/tslibs
> copying build/lib.linux-x86_64-2.7/pandas/_libs/tslibs/period.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/_libs/tslibs
> copying build/lib.linux-x86_64-2.7/pandas/_libs/tslibs/parsing.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/_libs/tslibs
> copying build/lib.linux-x86_64-2.7/pandas/_libs/tslibs/timestamps.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/_libs/tslibs
> copying build/lib.linux-x86_64-2.7/pandas/_libs/algos.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-2.7/pandas/_libs/indexing.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-2.7/pandas/_libs/reduction.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-2.7/pandas/_libs/sparse.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-2.7/pandas/_libs/window.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-2.7/pandas/_libs/join.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-2.7/pandas/_libs/groupby.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-2.7/pandas/_libs/missing.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-2.7/pandas/_libs/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-2.7/pandas/_libs/interval.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-2.7/pandas/_libs/internals.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-2.7/pandas/_libs/properties.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-2.7/pandas/_libs/parsers.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-2.7/pandas/_libs/reshape.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-2.7/pandas/_libs/ops.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-2.7/pandas/_libs/hashtable.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-2.7/pandas/_libs/skiplist.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-2.7/pandas/_libs/hashing.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-2.7/pandas/_libs/writers.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-2.7/pandas/_libs/testing.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-2.7/pandas/_libs/json.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-2.7/pandas/testing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io
> copying build/lib.linux-x86_64-2.7/pandas/io/clipboards.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/clipboard
> copying build/lib.linux-x86_64-2.7/pandas/io/clipboard/clipboards.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/clipboard
> copying build/lib.linux-x86_64-2.7/pandas/io/clipboard/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/clipboard
> copying build/lib.linux-x86_64-2.7/pandas/io/clipboard/windows.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/clipboard
> copying build/lib.linux-x86_64-2.7/pandas/io/clipboard/exceptions.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/clipboard
> copying build/lib.linux-x86_64-2.7/pandas/io/gbq.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io
> copying build/lib.linux-x86_64-2.7/pandas/io/date_converters.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io
> copying build/lib.linux-x86_64-2.7/pandas/io/html.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/json
> copying build/lib.linux-x86_64-2.7/pandas/io/json/normalize.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/json
> copying build/lib.linux-x86_64-2.7/pandas/io/json/table_schema.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/json
> copying build/lib.linux-x86_64-2.7/pandas/io/json/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/json
> copying build/lib.linux-x86_64-2.7/pandas/io/json/json.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/json
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/sas
> copying build/lib.linux-x86_64-2.7/pandas/io/sas/_sas.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/sas
> copying build/lib.linux-x86_64-2.7/pandas/io/sas/sas7bdat.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/sas
> copying build/lib.linux-x86_64-2.7/pandas/io/sas/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/sas
> copying build/lib.linux-x86_64-2.7/pandas/io/sas/sas_constants.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/sas
> copying build/lib.linux-x86_64-2.7/pandas/io/sas/sasreader.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/sas
> copying build/lib.linux-x86_64-2.7/pandas/io/sas/sas_xport.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/sas
> copying build/lib.linux-x86_64-2.7/pandas/io/s3.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io
> copying build/lib.linux-x86_64-2.7/pandas/io/stata.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io
> copying build/lib.linux-x86_64-2.7/pandas/io/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io
> copying build/lib.linux-x86_64-2.7/pandas/io/feather_format.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io
> copying build/lib.linux-x86_64-2.7/pandas/io/parsers.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io
> copying build/lib.linux-x86_64-2.7/pandas/io/parquet.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io
> copying build/lib.linux-x86_64-2.7/pandas/io/common.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io
> copying build/lib.linux-x86_64-2.7/pandas/io/excel.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/formats
> copying build/lib.linux-x86_64-2.7/pandas/io/formats/csvs.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/formats
> copying build/lib.linux-x86_64-2.7/pandas/io/formats/console.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/formats
> copying build/lib.linux-x86_64-2.7/pandas/io/formats/html.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/formats
> copying build/lib.linux-x86_64-2.7/pandas/io/formats/format.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/formats
> copying build/lib.linux-x86_64-2.7/pandas/io/formats/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/formats
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/formats/templates
> copying build/lib.linux-x86_64-2.7/pandas/io/formats/templates/html.tpl -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/formats/templates
> copying build/lib.linux-x86_64-2.7/pandas/io/formats/latex.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/formats
> copying build/lib.linux-x86_64-2.7/pandas/io/formats/excel.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/formats
> copying build/lib.linux-x86_64-2.7/pandas/io/formats/terminal.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/formats
> copying build/lib.linux-x86_64-2.7/pandas/io/formats/css.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/formats
> copying build/lib.linux-x86_64-2.7/pandas/io/formats/style.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/formats
> copying build/lib.linux-x86_64-2.7/pandas/io/formats/printing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/formats
> copying build/lib.linux-x86_64-2.7/pandas/io/packers.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io
> copying build/lib.linux-x86_64-2.7/pandas/io/api.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io
> copying build/lib.linux-x86_64-2.7/pandas/io/sql.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/msgpack
> copying build/lib.linux-x86_64-2.7/pandas/io/msgpack/_unpacker.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/msgpack
> copying build/lib.linux-x86_64-2.7/pandas/io/msgpack/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/msgpack
> copying build/lib.linux-x86_64-2.7/pandas/io/msgpack/_version.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/msgpack
> copying build/lib.linux-x86_64-2.7/pandas/io/msgpack/exceptions.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/msgpack
> copying build/lib.linux-x86_64-2.7/pandas/io/msgpack/_packer.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/msgpack
> copying build/lib.linux-x86_64-2.7/pandas/io/pickle.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io
> copying build/lib.linux-x86_64-2.7/pandas/io/pytables.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io
> copying build/lib.linux-x86_64-2.7/pandas/_version.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas
> copying build/lib.linux-x86_64-2.7/pandas/parser.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/plotting
> copying build/lib.linux-x86_64-2.7/pandas/plotting/_misc.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/plotting
> copying build/lib.linux-x86_64-2.7/pandas/plotting/_tools.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/plotting
> copying build/lib.linux-x86_64-2.7/pandas/plotting/_core.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/plotting
> copying build/lib.linux-x86_64-2.7/pandas/plotting/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/plotting
> copying build/lib.linux-x86_64-2.7/pandas/plotting/_compat.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/plotting
> copying build/lib.linux-x86_64-2.7/pandas/plotting/_timeseries.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/plotting
> copying build/lib.linux-x86_64-2.7/pandas/plotting/_style.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/plotting
> copying build/lib.linux-x86_64-2.7/pandas/plotting/_converter.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/plotting
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/compat
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/compat/numpy
> copying build/lib.linux-x86_64-2.7/pandas/compat/numpy/function.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/compat/numpy
> copying build/lib.linux-x86_64-2.7/pandas/compat/numpy/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/compat/numpy
> copying build/lib.linux-x86_64-2.7/pandas/compat/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/compat
> copying build/lib.linux-x86_64-2.7/pandas/compat/chainmap.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/compat
> copying build/lib.linux-x86_64-2.7/pandas/compat/pickle_compat.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/compat
> copying build/lib.linux-x86_64-2.7/pandas/compat/chainmap_impl.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/compat
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tools
> copying build/lib.linux-x86_64-2.7/pandas/tools/merge.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tools
> copying build/lib.linux-x86_64-2.7/pandas/tools/plotting.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tools
> copying build/lib.linux-x86_64-2.7/pandas/tools/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tools
> copying build/lib.linux-x86_64-2.7/pandas/conftest.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/types
> copying build/lib.linux-x86_64-2.7/pandas/types/concat.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/types
> copying build/lib.linux-x86_64-2.7/pandas/types/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/types
> copying build/lib.linux-x86_64-2.7/pandas/types/common.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/types
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/errors
> copying build/lib.linux-x86_64-2.7/pandas/errors/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/errors
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/formats
> copying build/lib.linux-x86_64-2.7/pandas/formats/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/formats
> copying build/lib.linux-x86_64-2.7/pandas/formats/style.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/formats
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/api
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/api/extensions
> copying build/lib.linux-x86_64-2.7/pandas/api/extensions/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/api/extensions
> copying build/lib.linux-x86_64-2.7/pandas/api/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/api
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/api/types
> copying build/lib.linux-x86_64-2.7/pandas/api/types/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/api/types
> copying build/lib.linux-x86_64-2.7/pandas/tslib.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas
> copying build/lib.linux-x86_64-2.7/pandas/json.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/__version.py to __version.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/strings.py to strings.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/generic.py to generic.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/sorting.py to sorting.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/computation/engines.py to engines.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/computation/scope.py to scope.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/computation/ops.py to ops.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/computation/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/computation/expressions.py to expressions.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/computation/check.py to check.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/computation/common.py to common.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/computation/eval.py to eval.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/computation/api.py to api.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/computation/expr.py to expr.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/computation/align.py to align.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/computation/pytables.py to pytables.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/util/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/util/hashing.py to hashing.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/resample.py to resample.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/window.py to window.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/datetools.py to datetools.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/index.py to index.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/categorical.py to categorical.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/config_init.py to config_init.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/series.py to series.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/dtypes/generic.py to generic.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/dtypes/concat.py to concat.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/dtypes/dtypes.py to dtypes.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/dtypes/inference.py to inference.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/dtypes/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/dtypes/missing.py to missing.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/dtypes/cast.py to cast.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/dtypes/common.py to common.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/dtypes/api.py to api.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/dtypes/base.py to base.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/ops.py to ops.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/sparse/series.py to series.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/sparse/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/sparse/array.py to array.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/sparse/frame.py to frame.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/sparse/scipy_sparse.py to scipy_sparse.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/sparse/api.py to api.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/config.py to config.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/nanops.py to nanops.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/missing.py to missing.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/groupby/groupby.py to groupby.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/groupby/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/indexes/interval.py to interval.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/indexes/category.py to category.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/indexes/multi.py to multi.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/indexes/period.py to period.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/indexes/datetimes.py to datetimes.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/indexes/accessors.py to accessors.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/indexes/frozen.py to frozen.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/indexes/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/indexes/timedeltas.py to timedeltas.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/indexes/numeric.py to numeric.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/indexes/datetimelike.py to datetimelike.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/indexes/api.py to api.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/indexes/range.py to range.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/indexes/base.py to base.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/frame.py to frame.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/tools/datetimes.py to datetimes.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/tools/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/tools/timedeltas.py to timedeltas.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/tools/numeric.py to numeric.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/arrays/categorical.py to categorical.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/arrays/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/arrays/base.py to base.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/reshape/merge.py to merge.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/reshape/concat.py to concat.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/reshape/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/reshape/reshape.py to reshape.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/reshape/api.py to api.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/reshape/tile.py to tile.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/reshape/pivot.py to pivot.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/reshape/util.py to util.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/reshape/melt.py to melt.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/common.py to common.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/internals.py to internals.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/indexing.py to indexing.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/api.py to api.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/accessor.py to accessor.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/base.py to base.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/panel.py to panel.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/algorithms.py to algorithms.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/apply.py to apply.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tseries/converter.py to converter.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tseries/plotting.py to plotting.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tseries/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tseries/offsets.py to offsets.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tseries/holiday.py to holiday.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tseries/frequencies.py to frequencies.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tseries/api.py to api.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/lib.py to lib.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/computation/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/computation/expressions.py to expressions.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/util/_validators.py to _validators.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/util/_tester.py to _tester.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/util/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/util/_print_versions.py to _print_versions.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/util/testing.py to testing.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/util/_doctools.py to _doctools.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/util/_test_decorators.py to _test_decorators.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/util/decorators.py to decorators.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/util/_depr_module.py to _depr_module.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/util/_decorators.py to _decorators.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_lib.py to test_lib.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py to test_panel.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timeseries.py to test_timeseries.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_validate.py to test_validate.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py to test_constructors.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py to test_rank.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py to test_arithmetic.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_asof.py to test_asof.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_subclass.py to test_subclass.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py to test_missing.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_apply.py to test_apply.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py to test_dtypes.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_datetime_values.py to test_datetime_values.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_combine_concat.py to test_combine_concat.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_sorting.py to test_sorting.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_quantile.py to test_quantile.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/common.py to common.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_replace.py to test_replace.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py to test_operators.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_io.py to test_io.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_internals.py to test_internals.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py to test_api.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_period.py to test_period.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_repr.py to test_repr.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py to test_analytics.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py to test_alter_index.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_iloc.py to test_iloc.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_indexing.py to test_indexing.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_numeric.py to test_numeric.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_callable.py to test_callable.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/conftest.py to conftest.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_loc.py to test_loc.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_datetime.py to test_datetime.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py to test_boolean.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_alter_axes.py to test_alter_axes.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timezones.py to test_timezones.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_liboffsets.py to test_liboffsets.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_libfrequencies.py to test_libfrequencies.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_period_asfreq.py to test_period_asfreq.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_ccalendar.py to test_ccalendar.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_parsing.py to test_parsing.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py to test_array_to_datetime.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_conversion.py to test_conversion.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py to test_timezones.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py to test_yqm_offsets.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py to test_offsets.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py to test_ticks.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/conftest.py to conftest.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/common.py to common.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py to test_fiscal.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_frequencies.py to test_frequencies.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_holiday.py to test_holiday.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/conftest.py to conftest.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_compat.py to test_compat.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py to test_internals.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_config.py to test_config.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_compat.py to test_compat.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py to test_eval.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py to test_testing.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_util.py to test_util.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_hashing.py to test_hashing.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py to test_resample.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_register_accessor.py to test_register_accessor.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py to test_nanops.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_mutate_columns.py to test_mutate_columns.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timeseries.py to test_timeseries.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_validate.py to test_validate.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py to test_query_eval.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_block_internals.py to test_block_internals.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py to test_constructors.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_rank.py to test_rank.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_arithmetic.py to test_arithmetic.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py to test_indexing.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_repr_info.py to test_repr_info.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_asof.py to test_asof.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_nonunique_indexes.py to test_nonunique_indexes.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_subclass.py to test_subclass.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_missing.py to test_missing.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py to test_apply.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py to test_dtypes.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_reshape.py to test_reshape.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_combine_concat.py to test_combine_concat.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_sorting.py to test_sorting.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py to test_to_csv.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py to test_axis_select_reindex.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_quantile.py to test_quantile.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/common.py to common.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_replace.py to test_replace.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py to test_sort_values_level_as_str.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py to test_operators.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_join.py to test_join.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_convert_to.py to test_convert_to.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_api.py to test_api.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_period.py to test_period.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py to test_analytics.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_alter_axes.py to test_alter_axes.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timezones.py to test_timezones.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py to test_cast.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_missing.py to test_missing.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py to test_dtypes.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py to test_inference.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py to test_common.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_generic.py to test_generic.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_concat.py to test_concat.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_indexing.py to test_indexing.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py to test_series.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py to test_indexing.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_arithmetics.py to test_arithmetics.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_indexing.py to test_indexing.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py to test_frame.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_apply.py to test_apply.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_csv.py to test_to_csv.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py to test_to_from_scipy.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_analytics.py to test_analytics.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_libsparse.py to test_libsparse.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_reshape.py to test_reshape.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_combine_concat.py to test_combine_concat.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/common.py to common.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_groupby.py to test_groupby.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_pivot.py to test_pivot.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py to test_array.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_format.py to test_format.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_take.py to test_take.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_sorting.py to test_sorting.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py to test_base.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py to test_stata.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_s3.py to test_s3.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py to test_pandas.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py to test_json_table_schema.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py to test_ujson.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_readlines.py to test_readlines.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_compression.py to test_compression.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_normalize.py to test_normalize.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_pickle.py to test_pickle.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/sas/test_sas7bdat.py to test_sas7bdat.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/sas/test_sas.py to test_sas.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/sas/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/sas/test_xport.py to test_xport.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_feather.py to test_feather.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/generate_legacy_storage_files.py to generate_legacy_storage_files.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_pytables.py to test_pytables.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py to test_common.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/conftest.py to conftest.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_html.py to test_to_html.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py to test_css.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_eng_formatting.py to test_eng_formatting.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py to test_to_excel.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_printing.py to test_printing.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py to test_style.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_csv.py to test_to_csv.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py to test_format.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_latex.py to test_to_latex.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_gbq.py to test_gbq.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_sql.py to test_sql.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_pack.py to test_pack.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_case.py to test_case.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_unpack_raw.py to test_unpack_raw.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_buffer.py to test_buffer.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_limits.py to test_limits.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_sequnpack.py to test_sequnpack.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_read_size.py to test_read_size.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_extension.py to test_extension.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_subtype.py to test_subtype.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_newspec.py to test_newspec.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_seq.py to test_seq.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_except.py to test_except.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/common.py to common.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_obj.py to test_obj.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_format.py to test_format.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_unpack.py to test_unpack.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_clipboard.py to test_clipboard.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/mangle_dupes.py to mangle_dupes.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_textreader.py to test_textreader.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/index_col.py to index_col.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/dtypes.py to dtypes.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/python_parser_only.py to python_parser_only.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_network.py to test_network.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/header.py to header.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/usecols.py to usecols.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/dialect.py to dialect.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/common.py to common.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py to test_parsers.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/parse_dates.py to parse_dates.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/compression.py to compression.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/converters.py to converters.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/na_values.py to na_values.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/comment.py to comment.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_read_fwf.py to test_read_fwf.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_unsupported.py to test_unsupported.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/skiprows.py to skiprows.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/quoting.py to quoting.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/c_parser_only.py to c_parser_only.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/multithread.py to multithread.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py to test_html.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_packers.py to test_packers.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_parquet.py to test_parquet.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py to test_excel.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_panel.py to test_panel.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_series.py to test_series.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_frame.py to test_frame.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_generic.py to test_generic.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_label_or_level_utils.py to test_label_or_level_utils.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py to test_whitelist.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_timegrouper.py to test_timegrouper.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_filters.py to test_filters.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py to test_rank.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py to test_function.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_apply.py to test_apply.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_bin_groupby.py to test_bin_groupby.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_nth.py to test_nth.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_value_counts.py to test_value_counts.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_index_as_string.py to test_index_as_string.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py to test_transform.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/conftest.py to conftest.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_categorical.py to test_categorical.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py to test_groupby.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_counting.py to test_counting.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_other.py to test_other.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_cython.py to test_cython.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py to test_aggregate.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_grouping.py to test_grouping.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_boxplot_method.py to test_boxplot_method.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_converter.py to test_converter.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_series.py to test_series.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_deprecated.py to test_deprecated.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py to test_frame.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_misc.py to test_misc.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py to test_datetimelike.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_hist_method.py to test_hist_method.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/common.py to common.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_groupby.py to test_groupby.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py to test_common.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta_range.py to test_timedelta_range.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_partial_slicing.py to test_partial_slicing.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_scalar_compat.py to test_scalar_compat.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py to test_arithmetic.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_tools.py to test_tools.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_indexing.py to test_indexing.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_setops.py to test_setops.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py to test_timedelta.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_astype.py to test_astype.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_construction.py to test_construction.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_formats.py to test_formats.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py to test_ops.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_partial_slicing.py to test_partial_slicing.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_asfreq.py to test_asfreq.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_scalar_compat.py to test_scalar_compat.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py to test_arithmetic.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_tools.py to test_tools.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_indexing.py to test_indexing.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_setops.py to test_setops.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period_range.py to test_period_range.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py to test_period.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_astype.py to test_astype.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py to test_construction.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_formats.py to test_formats.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_ops.py to test_ops.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py to test_numeric.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py to test_multi.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py to test_base.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py to test_category.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_frozen.py to test_frozen.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/conftest.py to conftest.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/common.py to common.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimelike.py to datetimelike.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py to test_partial_slicing.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py to test_scalar_compat.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py to test_arithmetic.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py to test_tools.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py to test_indexing.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_setops.py to test_setops.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py to test_date_range.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_missing.py to test_missing.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_misc.py to test_misc.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py to test_datetimelike.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py to test_datetime.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_astype.py to test_astype.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_construction.py to test_construction.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_formats.py to test_formats.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py to test_timezones.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py to test_ops.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py to test_interval_range.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py to test_interval_tree.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py to test_interval.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py to test_interval_new.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py to test_astype.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py to test_construction.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py to test_range.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_errors.py to test_errors.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tools/test_numeric.py to test_numeric.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tools/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_arithmetic.py to test_arithmetic.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py to test_unary_ops.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py to test_timestamp.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py to test_rendering.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_comparisons.py to test_comparisons.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py to test_timezones.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_asfreq.py to test_asfreq.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py to test_period.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py to test_arithmetic.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py to test_timedelta.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py to test_construction.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_formats.py to test_formats.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/interval/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/interval/test_interval.py to test_interval.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/test_nat.py to test_nat.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_union_categoricals.py to test_union_categoricals.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py to test_tile.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_util.py to test_util.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py to test_reshape.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py to test_pivot.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge_ordered.py to test_merge_ordered.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py to test_merge.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py to test_merge_asof.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_join.py to test_join.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py to test_merge_index_as_string.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_melt.py to test_melt.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py to test_concat.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py to test_algos.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py to test_window.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_expressions.py to test_expressions.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/api/test_types.py to test_types.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/api/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/api/test_api.py to test_api.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_join.py to test_join.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py to test_decimal.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/array.py to array.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py to test_categorical.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/array.py to array.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py to test_json.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/test_external_block.py to test_external_block.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/base/groupby.py to groupby.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/base/interface.py to interface.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/base/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/base/constructors.py to constructors.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/base/missing.py to missing.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/base/getitem.py to getitem.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/base/reshaping.py to reshaping.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/base/methods.py to methods.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/base/base.py to base.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/base/dtype.py to dtype.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/base/casting.py to casting.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/base/setitem.py to setitem.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/test_common.py to test_common.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/conftest.py to conftest.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_panel.py to test_panel.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_floats.py to test_floats.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing_slow.py to test_indexing_slow.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_iloc.py to test_iloc.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py to test_indexing.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_partial.py to test_partial.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_callable.py to test_callable.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/common.py to common.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_categorical.py to test_categorical.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_timedelta.py to test_timedelta.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_chaining_and_caching.py to test_chaining_and_caching.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_scalar.py to test_scalar.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_multiindex.py to test_multiindex.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py to test_loc.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/interval/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/interval/test_interval.py to test_interval.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/interval/test_interval_new.py to test_interval_new.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_ix.py to test_ix.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_datetime.py to test_datetime.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py to test_coercion.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_constructors.py to test_constructors.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_indexing.py to test_indexing.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_warnings.py to test_warnings.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_subclass.py to test_subclass.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_missing.py to test_missing.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_dtypes.py to test_dtypes.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_sorting.py to test_sorting.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_algos.py to test_algos.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/conftest.py to conftest.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/common.py to common.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_operators.py to test_operators.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_api.py to test_api.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_repr.py to test_repr.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_analytics.py to test_analytics.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py to test_strings.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py to test_multilevel.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_downstream.py to test_downstream.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/_libs/tslibs/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/_libs/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/testing.py to testing.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/clipboards.py to clipboards.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/clipboard/clipboards.py to clipboards.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/clipboard/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/clipboard/windows.py to windows.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/clipboard/exceptions.py to exceptions.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/gbq.py to gbq.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/date_converters.py to date_converters.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/html.py to html.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/json/normalize.py to normalize.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/json/table_schema.py to table_schema.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/json/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/json/json.py to json.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/sas/sas7bdat.py to sas7bdat.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/sas/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/sas/sas_constants.py to sas_constants.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/sas/sasreader.py to sasreader.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/sas/sas_xport.py to sas_xport.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/s3.py to s3.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/stata.py to stata.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/feather_format.py to feather_format.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/parsers.py to parsers.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/parquet.py to parquet.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/common.py to common.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/excel.py to excel.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/formats/csvs.py to csvs.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/formats/console.py to console.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/formats/html.py to html.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/formats/format.py to format.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/formats/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/formats/latex.py to latex.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/formats/excel.py to excel.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/formats/terminal.py to terminal.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/formats/css.py to css.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/formats/style.py to style.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/formats/printing.py to printing.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/packers.py to packers.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/api.py to api.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/sql.py to sql.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/msgpack/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/msgpack/_version.py to _version.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/msgpack/exceptions.py to exceptions.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/pickle.py to pickle.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/pytables.py to pytables.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/_version.py to _version.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/parser.py to parser.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/plotting/_misc.py to _misc.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/plotting/_tools.py to _tools.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/plotting/_core.py to _core.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/plotting/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/plotting/_compat.py to _compat.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/plotting/_timeseries.py to _timeseries.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/plotting/_style.py to _style.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/plotting/_converter.py to _converter.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/compat/numpy/function.py to function.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/compat/numpy/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/compat/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/compat/chainmap.py to chainmap.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/compat/pickle_compat.py to pickle_compat.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/compat/chainmap_impl.py to chainmap_impl.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tools/merge.py to merge.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tools/plotting.py to plotting.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tools/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/conftest.py to conftest.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/types/concat.py to concat.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/types/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/types/common.py to common.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/errors/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/formats/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/formats/style.py to style.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/api/extensions/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/api/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/api/types/__init__.py to __init__.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tslib.py to tslib.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/json.py to json.pyc
> running install_egg_info
> running egg_info
> creating pandas.egg-info
> writing requirements to pandas.egg-info/requires.txt
> writing pandas.egg-info/PKG-INFO
> writing top-level names to pandas.egg-info/top_level.txt
> writing dependency_links to pandas.egg-info/dependency_links.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/python2.7/dist-packages/pandas-0.23.3.egg-info
> Skipping SOURCES.txt
> running install_scripts
> 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/lib.linux-x86_64-3.7
> creating build/lib.linux-x86_64-3.7/pandas
> copying pandas/__version.py -> build/lib.linux-x86_64-3.7/pandas
> copying pandas/lib.py -> build/lib.linux-x86_64-3.7/pandas
> copying pandas/__init__.py -> build/lib.linux-x86_64-3.7/pandas
> copying pandas/testing.py -> build/lib.linux-x86_64-3.7/pandas
> copying pandas/_version.py -> build/lib.linux-x86_64-3.7/pandas
> copying pandas/parser.py -> build/lib.linux-x86_64-3.7/pandas
> copying pandas/conftest.py -> build/lib.linux-x86_64-3.7/pandas
> copying pandas/tslib.py -> build/lib.linux-x86_64-3.7/pandas
> copying pandas/json.py -> build/lib.linux-x86_64-3.7/pandas
> creating 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/generic.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/resample.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/datetools.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/categorical.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/series.py -> build/lib.linux-x86_64-3.7/pandas/core
> copying pandas/core/ops.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/config.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/missing.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/common.py -> build/lib.linux-x86_64-3.7/pandas/core
> copying pandas/core/internals.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/api.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/base.py -> build/lib.linux-x86_64-3.7/pandas/core
> copying pandas/core/panel.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/apply.py -> build/lib.linux-x86_64-3.7/pandas/core
> creating 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/plotting.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/offsets.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/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
> creating build/lib.linux-x86_64-3.7/pandas/computation
> copying pandas/computation/__init__.py -> build/lib.linux-x86_64-3.7/pandas/computation
> copying pandas/computation/expressions.py -> build/lib.linux-x86_64-3.7/pandas/computation
> creating 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/__init__.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/testing.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/_test_decorators.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/_depr_module.py -> build/lib.linux-x86_64-3.7/pandas/util
> copying pandas/util/_decorators.py -> build/lib.linux-x86_64-3.7/pandas/util
> creating 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/test_panel.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_config.py -> build/lib.linux-x86_64-3.7/pandas/tests
> copying pandas/tests/test_resample.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_nanops.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_take.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_base.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
> copying pandas/tests/test_errors.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_window.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_join.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_multilevel.py -> build/lib.linux-x86_64-3.7/pandas/tests
> copying pandas/tests/test_downstream.py -> build/lib.linux-x86_64-3.7/pandas/tests
> 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/io
> copying pandas/io/clipboards.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/date_converters.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/s3.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/__init__.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/parsers.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/common.py -> build/lib.linux-x86_64-3.7/pandas/io
> copying pandas/io/excel.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/api.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/pickle.py -> build/lib.linux-x86_64-3.7/pandas/io
> copying pandas/io/pytables.py -> build/lib.linux-x86_64-3.7/pandas/io
> creating build/lib.linux-x86_64-3.7/pandas/plotting
> copying pandas/plotting/_misc.py -> build/lib.linux-x86_64-3.7/pandas/plotting
> copying pandas/plotting/_tools.py -> 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/_compat.py -> build/lib.linux-x86_64-3.7/pandas/plotting
> copying pandas/plotting/_timeseries.py -> build/lib.linux-x86_64-3.7/pandas/plotting
> copying pandas/plotting/_style.py -> build/lib.linux-x86_64-3.7/pandas/plotting
> copying pandas/plotting/_converter.py -> build/lib.linux-x86_64-3.7/pandas/plotting
> creating 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/pickle_compat.py -> build/lib.linux-x86_64-3.7/pandas/compat
> copying pandas/compat/chainmap_impl.py -> build/lib.linux-x86_64-3.7/pandas/compat
> creating build/lib.linux-x86_64-3.7/pandas/tools
> copying pandas/tools/merge.py -> build/lib.linux-x86_64-3.7/pandas/tools
> copying pandas/tools/plotting.py -> build/lib.linux-x86_64-3.7/pandas/tools
> copying pandas/tools/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tools
> creating build/lib.linux-x86_64-3.7/pandas/types
> copying pandas/types/concat.py -> build/lib.linux-x86_64-3.7/pandas/types
> copying pandas/types/__init__.py -> build/lib.linux-x86_64-3.7/pandas/types
> copying pandas/types/common.py -> build/lib.linux-x86_64-3.7/pandas/types
> 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/formats
> copying pandas/formats/__init__.py -> build/lib.linux-x86_64-3.7/pandas/formats
> copying pandas/formats/style.py -> build/lib.linux-x86_64-3.7/pandas/formats
> 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/core/computation
> copying pandas/core/computation/engines.py -> 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/ops.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/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/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
> copying pandas/core/computation/api.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/align.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
> 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/dtypes
> copying pandas/core/dtypes/generic.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/dtypes.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/__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/cast.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/api.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/sparse
> copying pandas/core/sparse/series.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/array.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/scipy_sparse.py -> 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
> creating 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/__init__.py -> build/lib.linux-x86_64-3.7/pandas/core/groupby
> creating 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/category.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/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/accessors.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/__init__.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/numeric.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/api.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/base.py -> build/lib.linux-x86_64-3.7/pandas/core/indexes
> 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/arrays
> copying pandas/core/arrays/categorical.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/base.py -> build/lib.linux-x86_64-3.7/pandas/core/arrays
> creating 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/concat.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/reshape.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/tile.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
> copying pandas/core/reshape/util.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
> creating 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
> copying pandas/tests/series/test_validate.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_rank.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_asof.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_missing.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_dtypes.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_datetime_values.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_sorting.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/common.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_operators.py -> 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_internals.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_period.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_analytics.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_timezones.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_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
> copying pandas/tests/tslibs/test_period_asfreq.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/__init__.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_conversion.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
> 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
> copying pandas/tests/tseries/test_frequencies.py -> build/lib.linux-x86_64-3.7/pandas/tests/tseries
> copying pandas/tests/tseries/test_holiday.py -> build/lib.linux-x86_64-3.7/pandas/tests/tseries
> copying pandas/tests/tseries/conftest.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/computation
> copying pandas/tests/computation/test_compat.py -> 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
> creating build/lib.linux-x86_64-3.7/pandas/tests/util
> copying pandas/tests/util/test_testing.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_util.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
> creating 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/test_timeseries.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_query_eval.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_constructors.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_arithmetic.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_repr_info.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_subclass.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_apply.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/__init__.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_combine_concat.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_to_csv.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_quantile.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_replace.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_operators.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_convert_to.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_period.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_alter_axes.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
> creating build/lib.linux-x86_64-3.7/pandas/tests/dtypes
> copying pandas/tests/dtypes/test_cast.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_dtypes.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_inference.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
> copying pandas/tests/dtypes/test_generic.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
> creating 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
> copying pandas/tests/sparse/test_arithmetics.py -> build/lib.linux-x86_64-3.7/pandas/tests/sparse
> copying pandas/tests/sparse/test_libsparse.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_reshape.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/common.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/test_pivot.py -> build/lib.linux-x86_64-3.7/pandas/tests/sparse
> copying pandas/tests/sparse/test_array.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
> 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_s3.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_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/generate_legacy_storage_files.py -> build/lib.linux-x86_64-3.7/pandas/tests/io
> copying pandas/tests/io/test_pytables.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/conftest.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
> copying pandas/tests/io/test_sql.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/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/test_parquet.py -> build/lib.linux-x86_64-3.7/pandas/tests/io
> copying pandas/tests/io/test_excel.py -> build/lib.linux-x86_64-3.7/pandas/tests/io
> creating build/lib.linux-x86_64-3.7/pandas/tests/generic
> copying pandas/tests/generic/test_panel.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
> copying pandas/tests/generic/test_frame.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_generic.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
> creating 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_timegrouper.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_rank.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_apply.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_value_counts.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
> copying pandas/tests/groupby/test_transform.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_categorical.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_counting.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
> creating 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_converter.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_deprecated.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/test_misc.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_datetimelike.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_groupby.py -> build/lib.linux-x86_64-3.7/pandas/tests/plotting
> creating 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_multi.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_base.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/test_frozen.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/common.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/test_range.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes
> creating 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
> copying pandas/tests/tools/__init__.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/__init__.py -> 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
> creating 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_tile.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_reshape.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/test_melt.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
> creating 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
> 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
> creating 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_common.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
> creating build/lib.linux-x86_64-3.7/pandas/tests/indexing
> copying pandas/tests/indexing/test_panel.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_indexing_slow.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.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_callable.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/common.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_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/test_scalar.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexing
> copying pandas/tests/indexing/test_multiindex.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_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
> copying pandas/tests/indexing/test_coercion.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexing
> creating build/lib.linux-x86_64-3.7/pandas/tests/categorical
> copying pandas/tests/categorical/test_constructors.py -> build/lib.linux-x86_64-3.7/pandas/tests/categorical
> copying pandas/tests/categorical/test_indexing.py -> build/lib.linux-x86_64-3.7/pandas/tests/categorical
> copying pandas/tests/categorical/test_warnings.py -> build/lib.linux-x86_64-3.7/pandas/tests/categorical
> copying pandas/tests/categorical/test_subclass.py -> build/lib.linux-x86_64-3.7/pandas/tests/categorical
> copying pandas/tests/categorical/test_missing.py -> build/lib.linux-x86_64-3.7/pandas/tests/categorical
> copying pandas/tests/categorical/test_dtypes.py -> build/lib.linux-x86_64-3.7/pandas/tests/categorical
> copying pandas/tests/categorical/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/categorical
> copying pandas/tests/categorical/test_sorting.py -> build/lib.linux-x86_64-3.7/pandas/tests/categorical
> copying pandas/tests/categorical/test_algos.py -> build/lib.linux-x86_64-3.7/pandas/tests/categorical
> copying pandas/tests/categorical/conftest.py -> build/lib.linux-x86_64-3.7/pandas/tests/categorical
> copying pandas/tests/categorical/common.py -> build/lib.linux-x86_64-3.7/pandas/tests/categorical
> copying pandas/tests/categorical/test_operators.py -> build/lib.linux-x86_64-3.7/pandas/tests/categorical
> copying pandas/tests/categorical/test_api.py -> build/lib.linux-x86_64-3.7/pandas/tests/categorical
> copying pandas/tests/categorical/test_repr.py -> build/lib.linux-x86_64-3.7/pandas/tests/categorical
> copying pandas/tests/categorical/test_analytics.py -> build/lib.linux-x86_64-3.7/pandas/tests/categorical
> creating 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/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_callable.py -> 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/conftest.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_datetime.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
> creating 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_offsets.py -> 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_ticks.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/common.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
> creating 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
> copying pandas/tests/sparse/series/__init__.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_indexing.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/test_apply.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_to_csv.py -> 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_analytics.py -> build/lib.linux-x86_64-3.7/pandas/tests/sparse/frame
> creating 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
> 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_ujson.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_compression.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
> creating 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
> 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
> creating 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_css.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_excel.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_style.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_to_csv.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_to_latex.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_pack.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_unpack_raw.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/__init__.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_sequnpack.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
> 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_subtype.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_seq.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_obj.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_unpack.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/msgpack
> creating build/lib.linux-x86_64-3.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/mangle_dupes.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/index_col.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/dtypes.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/python_parser_only.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/header.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/usecols.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/dialect.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/common.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/test_parsers.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/parse_dates.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/compression.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/converters.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/na_values.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/comment.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_unsupported.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/skiprows.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/quoting.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/c_parser_only.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/multithread.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/parser
> creating 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_cython.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
> copying pandas/tests/groupby/aggregate/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/groupby/aggregate
> creating 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/test_partial_slicing.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_arithmetic.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
> 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_setops.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_timedelta.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_construction.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_ops.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_asfreq.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/test_arithmetic.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_indexing.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_period_range.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_period.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_construction.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_ops.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_partial_slicing.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/test_arithmetic.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_indexing.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_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_misc.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_datetimelike.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
> 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_construction.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_ops.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/datetimes
> creating 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/__init__.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.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_construction.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/interval
> creating 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
> 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/__init__.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_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
> creating 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/__init__.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_arithmetic.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_timedelta.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_formats.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_interval.py -> build/lib.linux-x86_64-3.7/pandas/tests/scalar/interval
> 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/test_merge.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_join.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
> creating 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/__init__.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/category
> copying pandas/tests/extension/category/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/extension/category
> copying pandas/tests/extension/category/test_categorical.py -> build/lib.linux-x86_64-3.7/pandas/tests/extension/category
> 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/base
> copying pandas/tests/extension/base/groupby.py -> 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/__init__.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/missing.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/reshaping.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/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/setitem.py -> build/lib.linux-x86_64-3.7/pandas/tests/extension/base
> 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.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
> 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/clipboard
> copying pandas/io/clipboard/clipboards.py -> 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/exceptions.py -> build/lib.linux-x86_64-3.7/pandas/io/clipboard
> creating 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/table_schema.py -> 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/json.py -> build/lib.linux-x86_64-3.7/pandas/io/json
> 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/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/html.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/__init__.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/excel.py -> build/lib.linux-x86_64-3.7/pandas/io/formats
> copying pandas/io/formats/terminal.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/style.py -> 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
> 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/compat/numpy
> copying pandas/compat/numpy/function.py -> 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
> 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/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.23.3'
> running build_ext
> skipping 'pandas/_libs/algos.c' Cython extension (up-to-date)
> 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 -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/algos.c:613:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> 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
> skipping 'pandas/_libs/groupby.c' Cython extension (up-to-date)
> building 'pandas._libs.groupby' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/groupby.c:613:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> pandas/_libs/groupby.c: In function '__pyx_pf_6pandas_5_libs_7groupby_44group_last_int64':
> pandas/_libs/groupby.c:26558:40: warning: self-comparison always evaluates to true [-Wtautological-compare]
>              __pyx_t_24 = ((__pyx_v_val == __pyx_v_val) != 0);
>                                         ^~
> pandas/_libs/groupby.c: In function '__pyx_pf_6pandas_5_libs_7groupby_46group_nth_int64':
> pandas/_libs/groupby.c:27315:40: warning: self-comparison always evaluates to true [-Wtautological-compare]
>              __pyx_t_24 = ((__pyx_v_val == __pyx_v_val) != 0);
>                                         ^~
> pandas/_libs/groupby.c: In function '__pyx_pf_6pandas_5_libs_7groupby_6group_shift_indexer.isra.85':
> pandas/_libs/groupby.c:10727:7: warning: '__pyx_v_offset' may be used uninitialized in this function [-Wmaybe-uninitialized]
>    int __pyx_v_offset;
>        ^~~~~~~~~~~~~~
> 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
> skipping 'pandas/_libs/hashing.c' Cython extension (up-to-date)
> building 'pandas._libs.hashing' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -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
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/hashing.c:613:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> 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
> skipping 'pandas/_libs/hashtable.c' Cython extension (up-to-date)
> building 'pandas._libs.hashtable' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/hashtable.c:614:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> pandas/_libs/hashtable.c: In function '__pyx_pf_6pandas_5_libs_9hashtable_15UInt64HashTable_22get_labels':
> pandas/_libs/hashtable.c:14468:38: warning: self-comparison always evaluates to false [-Wtautological-compare]
>            __pyx_t_15 = ((__pyx_v_val != __pyx_v_val) != 0);
>                                       ^~
> pandas/_libs/hashtable.c: In function '__pyx_pf_6pandas_5_libs_9hashtable_14Int64HashTable_22get_labels':
> pandas/_libs/hashtable.c:18177:38: warning: self-comparison always evaluates to false [-Wtautological-compare]
>            __pyx_t_15 = ((__pyx_v_val != __pyx_v_val) != 0);
>                                       ^~
> pandas/_libs/hashtable.c: In function '__pyx_f_6pandas_5_libs_9hashtable_15StringHashTable_get_item':
> pandas/_libs/hashtable.c:20229:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
>    __pyx_t_5 = get_c_string(__pyx_v_val); if (unlikely(__pyx_t_5 == ((char *)NULL))) __PYX_ERR(0, 1249, __pyx_L1_error)
>              ^
> pandas/_libs/hashtable.c: In function '__pyx_f_6pandas_5_libs_9hashtable_15StringHashTable_set_item':
> pandas/_libs/hashtable.c:20473:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
>    __pyx_t_8 = get_c_string(__pyx_t_1); if (unlikely(__pyx_t_8 == ((char *)NULL))) __PYX_ERR(0, 1263, __pyx_L1_error)
>              ^
> pandas/_libs/hashtable.c: In function '__pyx_pf_6pandas_5_libs_9hashtable_15StringHashTable_10get_indexer':
> pandas/_libs/hashtable.c:20839:16: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
>      __pyx_t_12 = get_c_string(__pyx_v_val); if (unlikely(__pyx_t_12 == ((char *)NULL))) __PYX_ERR(0, 1286, __pyx_L1_error)
>                 ^
> pandas/_libs/hashtable.c: In function '__pyx_pf_6pandas_5_libs_9hashtable_15StringHashTable_12unique':
> pandas/_libs/hashtable.c:21174:16: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
>      __pyx_t_11 = get_c_string(__pyx_v_val); if (unlikely(__pyx_t_11 == ((char *)NULL))) __PYX_ERR(0, 1316, __pyx_L1_error)
>                 ^
> pandas/_libs/hashtable.c: In function '__pyx_pf_6pandas_5_libs_9hashtable_15StringHashTable_16lookup':
> pandas/_libs/hashtable.c:21804:18: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
>        __pyx_t_13 = get_c_string(__pyx_v_val); if (unlikely(__pyx_t_13 == ((char *)NULL))) __PYX_ERR(0, 1357, __pyx_L1_error)
>                   ^
> pandas/_libs/hashtable.c:21827:18: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
>        __pyx_t_13 = get_c_string(__pyx_t_6); if (unlikely(__pyx_t_13 == ((char *)NULL))) __PYX_ERR(0, 1359, __pyx_L1_error)
>                   ^
> pandas/_libs/hashtable.c: In function '__pyx_pf_6pandas_5_libs_9hashtable_15StringHashTable_18map_locations':
> pandas/_libs/hashtable.c:22169:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
>        __pyx_t_8 = get_c_string(__pyx_v_val); if (unlikely(__pyx_t_8 == ((char *)NULL))) __PYX_ERR(0, 1390, __pyx_L1_error)
>                  ^
> pandas/_libs/hashtable.c:22192:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
>        __pyx_t_8 = get_c_string(__pyx_t_4); if (unlikely(__pyx_t_8 == ((char *)NULL))) __PYX_ERR(0, 1392, __pyx_L1_error)
>                  ^
> pandas/_libs/hashtable.c: In function '__pyx_pf_6pandas_5_libs_9hashtable_15StringHashTable_20get_labels':
> pandas/_libs/hashtable.c:22709:18: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
>        __pyx_t_14 = get_c_string(__pyx_v_val); if (unlikely(__pyx_t_14 == ((char *)NULL))) __PYX_ERR(0, 1431, __pyx_L1_error)
>                   ^
> pandas/_libs/hashtable.c: In function '__pyx_pf_6pandas_5_libs_9hashtable_10ismember_uint64':
> pandas/_libs/hashtable.c:29127:39: warning: self-comparison always evaluates to false [-Wtautological-compare]
>              __pyx_t_17 = (__pyx_v_val != __pyx_v_val);
>                                        ^~
> pandas/_libs/hashtable.c: In function '__pyx_pf_6pandas_5_libs_9hashtable_22ismember_int64':
> pandas/_libs/hashtable.c:32461:39: warning: self-comparison always evaluates to false [-Wtautological-compare]
>              __pyx_t_17 = (__pyx_v_val != __pyx_v_val);
>                                        ^~
> 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
> skipping 'pandas/_libs/index.c' Cython extension (up-to-date)
> building 'pandas._libs.index' extension
> creating build/temp.linux-x86_64-3.7/pandas/_libs/src
> creating build/temp.linux-x86_64-3.7/pandas/_libs/src/datetime
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -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
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/index.c:614:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> pandas/_libs/index.c: In function '__pyx_f_6pandas_5_libs_5index_11IndexEngine_get_loc':
> pandas/_libs/index.c:528:40: warning: '__pyx_v_mid' may be used uninitialized in this function [-Wmaybe-uninitialized]
>    #define PyInt_FromSsize_t            PyLong_FromSsize_t
>                                         ^~~~~~~~~~~~~~~~~~
> pandas/_libs/index.c:9497:14: note: '__pyx_v_mid' was declared here
>    Py_ssize_t __pyx_v_mid;
>               ^~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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/datetime/np_datetime.c -o build/temp.linux-x86_64-3.7/pandas/_libs/src/datetime/np_datetime.o -Wno-unused-function
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/src/datetime/np_datetime.c:22:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> pandas/_libs/src/datetime/np_datetime.c: In function 'pandas_datetimestruct_to_datetime':
> pandas/_libs/src/datetime/np_datetime.c:518:5: warning: implicit declaration of function 'convert_datetimestruct_to_datetime'; did you mean 'pandas_datetimestruct_to_datetime'? [-Wimplicit-function-declaration]
>      convert_datetimestruct_to_datetime(fr, d, &result);
>      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>      pandas_datetimestruct_to_datetime
> pandas/_libs/src/datetime/np_datetime.c: In function 'pandas_timedelta_to_timedeltastruct':
> pandas/_libs/src/datetime/np_datetime.c:530:5: warning: implicit declaration of function 'convert_timedelta_to_timedeltastruct'; did you mean 'pandas_timedelta_to_timedeltastruct'? [-Wimplicit-function-declaration]
>      convert_timedelta_to_timedeltastruct(fr, val, result);
>      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>      pandas_timedelta_to_timedeltastruct
> In file included from pandas/_libs/src/datetime/np_datetime.c:20:
> At top level:
> /usr/include/python3.7m/datetime.h:204:25: warning: 'PyDateTimeAPI' defined but not used [-Wunused-variable]
>  static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>                          ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-3.7/pandas/_libs/src/datetime/np_datetime_strings.o -Wno-unused-function
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/src/datetime/np_datetime_strings.c:29:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> 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/src/datetime/np_datetime.o build/temp.linux-x86_64-3.7/pandas/_libs/src/datetime/np_datetime_strings.o -o build/lib.linux-x86_64-3.7/pandas/_libs/index.cpython-37m-x86_64-linux-gnu.so
> skipping 'pandas/_libs/indexing.c' Cython extension (up-to-date)
> building 'pandas._libs.indexing' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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
> skipping 'pandas/_libs/internals.c' Cython extension (up-to-date)
> building 'pandas._libs.internals' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/internals.c:614:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> pandas/_libs/internals.c: In function '__pyx_gb_6pandas_5_libs_9internals_12generator':
> pandas/_libs/internals.c:9334:36: warning: '__pyx_t_23' may be used uninitialized in this function [-Wmaybe-uninitialized]
>          __pyx_cur_scope->__pyx_t_9 = __pyx_t_23;
>          ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
> pandas/_libs/internals.c:9331:36: warning: '__pyx_t_11' may be used uninitialized in this function [-Wmaybe-uninitialized]
>          __pyx_cur_scope->__pyx_t_5 = __pyx_t_11;
>          ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
> pandas/_libs/internals.c:9328:36: warning: '__pyx_t_6' may be used uninitialized in this function [-Wmaybe-uninitialized]
>          __pyx_cur_scope->__pyx_t_4 = __pyx_t_6;
>          ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
> pandas/_libs/internals.c:9333:36: warning: '__pyx_t_15' may be used uninitialized in this function [-Wmaybe-uninitialized]
>          __pyx_cur_scope->__pyx_t_8 = __pyx_t_15;
>          ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
> pandas/_libs/internals.c:9332:36: warning: '__pyx_t_12' may be used uninitialized in this function [-Wmaybe-uninitialized]
>          __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
> skipping 'pandas/_libs/interval.c' Cython extension (up-to-date)
> building 'pandas._libs.interval' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/interval.c:613:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> 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
> skipping 'pandas/_libs/join.c' Cython extension (up-to-date)
> building 'pandas._libs.join' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/join.c:613:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> 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
> skipping 'pandas/_libs/lib.c' Cython extension (up-to-date)
> building 'pandas._libs.lib' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -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
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/lib.c:613:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> pandas/_libs/lib.c: In function '__pyx_pf_6pandas_5_libs_3lib_100maybe_convert_objects.isra.86':
> pandas/_libs/lib.c:27865:21: warning: '__pyx_pybuffernd_itimedeltas.diminfo[0].strides' may be used uninitialized in this function [-Wmaybe-uninitialized]
>    __Pyx_LocalBuf_ND __pyx_pybuffernd_itimedeltas;
>                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> pandas/_libs/lib.c:27861:21: warning: '__pyx_pybuffernd_idatetimes.diminfo[0].strides' may be used uninitialized in this function [-Wmaybe-uninitialized]
>    __Pyx_LocalBuf_ND __pyx_pybuffernd_idatetimes;
>                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> pandas/_libs/lib.c: In function '__pyx_pw_6pandas_5_libs_3lib_27maybe_booleans_to_slice':
> pandas/_libs/lib.c:528:40: warning: '__pyx_v_end' may be used uninitialized in this function [-Wmaybe-uninitialized]
>    #define PyInt_FromSsize_t            PyLong_FromSsize_t
>                                         ^~~~~~~~~~~~~~~~~~
> pandas/_libs/lib.c:8224:14: note: '__pyx_v_end' was declared here
>    Py_ssize_t __pyx_v_end;
>               ^~~~~~~~~~~
> pandas/_libs/lib.c:528:40: warning: '__pyx_v_start' may be used uninitialized in this function [-Wmaybe-uninitialized]
>    #define PyInt_FromSsize_t            PyLong_FromSsize_t
>                                         ^~~~~~~~~~~~~~~~~~
> pandas/_libs/lib.c:8223:14: note: '__pyx_v_start' was declared here
>    Py_ssize_t __pyx_v_start;
>               ^~~~~~~~~~~~~
> 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 -o build/lib.linux-x86_64-3.7/pandas/_libs/lib.cpython-37m-x86_64-linux-gnu.so
> skipping 'pandas/_libs/missing.c' Cython extension (up-to-date)
> building 'pandas._libs.missing' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -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
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/missing.c:614:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> 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
> skipping 'pandas/_libs/parsers.c' Cython extension (up-to-date)
> building 'pandas._libs.parsers' extension
> creating build/temp.linux-x86_64-3.7/pandas/_libs/src/parser
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/parsers.c:615:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> pandas/_libs/parsers.c: In function '__pyx_f_6pandas_5_libs_7parsers_10TextReader__get_header':
> pandas/_libs/parsers.c:9482:26: warning: '__pyx_v_data_line' may be used uninitialized in this function [-Wmaybe-uninitialized]
>    __pyx_t_5numpy_int64_t __pyx_v_data_line;
>                           ^~~~~~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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
> pandas/_libs/src/parser/tokenizer.c: In function 'make_stream_space':
> pandas/_libs/src/parser/tokenizer.c:265:40: warning: pointer targets in passing argument 3 of 'grow_buffer' differ in signedness [-Wpointer-sign]
>                                         (size_t*)&self->stream_cap, nbytes * 2,
>                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~
> pandas/_libs/src/parser/tokenizer.c:72:14: note: expected 'int64_t *' {aka 'long int *'} but argument is of type 'size_t *' {aka 'long unsigned int *'}
>  static void *grow_buffer(void *buffer, int64_t length, int64_t *capacity,
>               ^~~~~~~~~~~
> pandas/_libs/src/parser/tokenizer.c:292:30: warning: pointer targets in passing argument 3 of 'grow_buffer' differ in signedness [-Wpointer-sign]
>                               (size_t*)&self->words_cap, nbytes,
>                               ^~~~~~~~~~~~~~~~~~~~~~~~~
> pandas/_libs/src/parser/tokenizer.c:72:14: note: expected 'int64_t *' {aka 'long int *'} but argument is of type 'size_t *' {aka 'long unsigned int *'}
>  static void *grow_buffer(void *buffer, int64_t length, int64_t *capacity,
>               ^~~~~~~~~~~
> pandas/_libs/src/parser/tokenizer.c:323:28: warning: pointer targets in passing argument 3 of 'grow_buffer' differ in signedness [-Wpointer-sign]
>                             (size_t*)&self->lines_cap, nbytes,
>                             ^~~~~~~~~~~~~~~~~~~~~~~~~
> pandas/_libs/src/parser/tokenizer.c:72:14: note: expected 'int64_t *' {aka 'long int *'} but argument is of type 'size_t *' {aka 'long unsigned int *'}
>  static void *grow_buffer(void *buffer, int64_t length, int64_t *capacity,
>               ^~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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
> skipping 'pandas/_libs/reduction.c' Cython extension (up-to-date)
> building 'pandas._libs.reduction' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/reduction.c:615:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> 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
> skipping 'pandas/_libs/ops.c' Cython extension (up-to-date)
> building 'pandas._libs.ops' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/ops.c:614:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> 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
> skipping 'pandas/_libs/tslibs/period.c' Cython extension (up-to-date)
> building 'pandas._libs.tslibs.period' extension
> creating build/temp.linux-x86_64-3.7/pandas/_libs/tslibs
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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/period.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/period.o -Wno-unused-function
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/tslibs/period.c:614:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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/datetime/np_datetime.c -o build/temp.linux-x86_64-3.7/pandas/_libs/src/datetime/np_datetime.o -Wno-unused-function
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/src/datetime/np_datetime.c:22:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> pandas/_libs/src/datetime/np_datetime.c: In function 'pandas_datetimestruct_to_datetime':
> pandas/_libs/src/datetime/np_datetime.c:518:5: warning: implicit declaration of function 'convert_datetimestruct_to_datetime'; did you mean 'pandas_datetimestruct_to_datetime'? [-Wimplicit-function-declaration]
>      convert_datetimestruct_to_datetime(fr, d, &result);
>      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>      pandas_datetimestruct_to_datetime
> pandas/_libs/src/datetime/np_datetime.c: In function 'pandas_timedelta_to_timedeltastruct':
> pandas/_libs/src/datetime/np_datetime.c:530:5: warning: implicit declaration of function 'convert_timedelta_to_timedeltastruct'; did you mean 'pandas_timedelta_to_timedeltastruct'? [-Wimplicit-function-declaration]
>      convert_timedelta_to_timedeltastruct(fr, val, result);
>      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>      pandas_timedelta_to_timedeltastruct
> In file included from pandas/_libs/src/datetime/np_datetime.c:20:
> At top level:
> /usr/include/python3.7m/datetime.h:204:25: warning: 'PyDateTimeAPI' defined but not used [-Wunused-variable]
>  static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>                          ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-3.7/pandas/_libs/src/datetime/np_datetime_strings.o -Wno-unused-function
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/src/datetime/np_datetime_strings.c:29:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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/period_helper.c -o build/temp.linux-x86_64-3.7/pandas/_libs/src/period_helper.o -Wno-unused-function
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from pandas/_libs/src/period_helper.h:21,
>                  from pandas/_libs/src/period_helper.c:16:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> 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/src/datetime/np_datetime.o build/temp.linux-x86_64-3.7/pandas/_libs/src/datetime/np_datetime_strings.o build/temp.linux-x86_64-3.7/pandas/_libs/src/period_helper.o -o build/lib.linux-x86_64-3.7/pandas/_libs/tslibs/period.cpython-37m-x86_64-linux-gnu.so
> skipping 'pandas/_libs/properties.c' Cython extension (up-to-date)
> building 'pandas._libs.properties' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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
> skipping 'pandas/_libs/reshape.c' Cython extension (up-to-date)
> building 'pandas._libs.reshape' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/reshape.c:613:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> 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
> skipping 'pandas/_libs/skiplist.c' Cython extension (up-to-date)
> building 'pandas._libs.skiplist' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/skiplist.c:613:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> 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
> skipping 'pandas/_libs/sparse.c' Cython extension (up-to-date)
> building 'pandas._libs.sparse' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/sparse.c:613:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> 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
> skipping 'pandas/_libs/tslib.c' Cython extension (up-to-date)
> building 'pandas._libs.tslib' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -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
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/tslib.c:613:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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/datetime/np_datetime.c -o build/temp.linux-x86_64-3.7/pandas/_libs/src/datetime/np_datetime.o -Wno-unused-function
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/src/datetime/np_datetime.c:22:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> pandas/_libs/src/datetime/np_datetime.c: In function 'pandas_datetimestruct_to_datetime':
> pandas/_libs/src/datetime/np_datetime.c:518:5: warning: implicit declaration of function 'convert_datetimestruct_to_datetime'; did you mean 'pandas_datetimestruct_to_datetime'? [-Wimplicit-function-declaration]
>      convert_datetimestruct_to_datetime(fr, d, &result);
>      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>      pandas_datetimestruct_to_datetime
> pandas/_libs/src/datetime/np_datetime.c: In function 'pandas_timedelta_to_timedeltastruct':
> pandas/_libs/src/datetime/np_datetime.c:530:5: warning: implicit declaration of function 'convert_timedelta_to_timedeltastruct'; did you mean 'pandas_timedelta_to_timedeltastruct'? [-Wimplicit-function-declaration]
>      convert_timedelta_to_timedeltastruct(fr, val, result);
>      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>      pandas_timedelta_to_timedeltastruct
> In file included from pandas/_libs/src/datetime/np_datetime.c:20:
> At top level:
> /usr/include/python3.7m/datetime.h:204:25: warning: 'PyDateTimeAPI' defined but not used [-Wunused-variable]
>  static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>                          ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-3.7/pandas/_libs/src/datetime/np_datetime_strings.o -Wno-unused-function
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/src/datetime/np_datetime_strings.c:29:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> 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/src/datetime/np_datetime.o build/temp.linux-x86_64-3.7/pandas/_libs/src/datetime/np_datetime_strings.o -o build/lib.linux-x86_64-3.7/pandas/_libs/tslib.cpython-37m-x86_64-linux-gnu.so
> skipping 'pandas/_libs/tslibs/ccalendar.c' Cython extension (up-to-date)
> building 'pandas._libs.tslibs.ccalendar' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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/ccalendar.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/ccalendar.o -Wno-unused-function
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/tslibs/ccalendar.c:613:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> 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
> skipping 'pandas/_libs/tslibs/conversion.c' Cython extension (up-to-date)
> building 'pandas._libs.tslibs.conversion' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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/conversion.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/conversion.o -Wno-unused-function
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/tslibs/conversion.c:614:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> pandas/_libs/tslibs/conversion.c: In function '__pyx_pf_6pandas_5_libs_6tslibs_10conversion_12tz_localize_to_utc.isra.31':
> pandas/_libs/tslibs/conversion.c:10282:21: warning: '__pyx_pybuffernd_dst_hours.diminfo[0].strides' may be used uninitialized in this function [-Wmaybe-uninitialized]
>    __Pyx_LocalBuf_ND __pyx_pybuffernd_dst_hours;
>                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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/datetime/np_datetime.c -o build/temp.linux-x86_64-3.7/pandas/_libs/src/datetime/np_datetime.o -Wno-unused-function
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/src/datetime/np_datetime.c:22:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> pandas/_libs/src/datetime/np_datetime.c: In function 'pandas_datetimestruct_to_datetime':
> pandas/_libs/src/datetime/np_datetime.c:518:5: warning: implicit declaration of function 'convert_datetimestruct_to_datetime'; did you mean 'pandas_datetimestruct_to_datetime'? [-Wimplicit-function-declaration]
>      convert_datetimestruct_to_datetime(fr, d, &result);
>      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>      pandas_datetimestruct_to_datetime
> pandas/_libs/src/datetime/np_datetime.c: In function 'pandas_timedelta_to_timedeltastruct':
> pandas/_libs/src/datetime/np_datetime.c:530:5: warning: implicit declaration of function 'convert_timedelta_to_timedeltastruct'; did you mean 'pandas_timedelta_to_timedeltastruct'? [-Wimplicit-function-declaration]
>      convert_timedelta_to_timedeltastruct(fr, val, result);
>      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>      pandas_timedelta_to_timedeltastruct
> In file included from pandas/_libs/src/datetime/np_datetime.c:20:
> At top level:
> /usr/include/python3.7m/datetime.h:204:25: warning: 'PyDateTimeAPI' defined but not used [-Wunused-variable]
>  static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>                          ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-3.7/pandas/_libs/src/datetime/np_datetime_strings.o -Wno-unused-function
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/src/datetime/np_datetime_strings.c:29:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> 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/src/datetime/np_datetime.o build/temp.linux-x86_64-3.7/pandas/_libs/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
> skipping 'pandas/_libs/tslibs/fields.c' Cython extension (up-to-date)
> building 'pandas._libs.tslibs.fields' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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/fields.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/fields.o -Wno-unused-function
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/tslibs/fields.c:613:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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/datetime/np_datetime.c -o build/temp.linux-x86_64-3.7/pandas/_libs/src/datetime/np_datetime.o -Wno-unused-function
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/src/datetime/np_datetime.c:22:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> pandas/_libs/src/datetime/np_datetime.c: In function 'pandas_datetimestruct_to_datetime':
> pandas/_libs/src/datetime/np_datetime.c:518:5: warning: implicit declaration of function 'convert_datetimestruct_to_datetime'; did you mean 'pandas_datetimestruct_to_datetime'? [-Wimplicit-function-declaration]
>      convert_datetimestruct_to_datetime(fr, d, &result);
>      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>      pandas_datetimestruct_to_datetime
> pandas/_libs/src/datetime/np_datetime.c: In function 'pandas_timedelta_to_timedeltastruct':
> pandas/_libs/src/datetime/np_datetime.c:530:5: warning: implicit declaration of function 'convert_timedelta_to_timedeltastruct'; did you mean 'pandas_timedelta_to_timedeltastruct'? [-Wimplicit-function-declaration]
>      convert_timedelta_to_timedeltastruct(fr, val, result);
>      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>      pandas_timedelta_to_timedeltastruct
> In file included from pandas/_libs/src/datetime/np_datetime.c:20:
> At top level:
> /usr/include/python3.7m/datetime.h:204:25: warning: 'PyDateTimeAPI' defined but not used [-Wunused-variable]
>  static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>                          ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-3.7/pandas/_libs/src/datetime/np_datetime_strings.o -Wno-unused-function
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/src/datetime/np_datetime_strings.c:29:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> 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/src/datetime/np_datetime.o build/temp.linux-x86_64-3.7/pandas/_libs/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
> skipping 'pandas/_libs/tslibs/frequencies.c' Cython extension (up-to-date)
> building 'pandas._libs.tslibs.frequencies' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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/frequencies.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/frequencies.o -Wno-unused-function
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/tslibs/frequencies.c:613:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> 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
> skipping 'pandas/_libs/tslibs/nattype.c' Cython extension (up-to-date)
> building 'pandas._libs.tslibs.nattype' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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/nattype.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/nattype.o -Wno-unused-function
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/tslibs/nattype.c:613:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> 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
> skipping 'pandas/_libs/tslibs/np_datetime.c' Cython extension (up-to-date)
> building 'pandas._libs.tslibs.np_datetime' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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/np_datetime.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/np_datetime.o -Wno-unused-function
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/tslibs/np_datetime.c:614:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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/datetime/np_datetime.c -o build/temp.linux-x86_64-3.7/pandas/_libs/src/datetime/np_datetime.o -Wno-unused-function
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/src/datetime/np_datetime.c:22:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> pandas/_libs/src/datetime/np_datetime.c: In function 'pandas_datetimestruct_to_datetime':
> pandas/_libs/src/datetime/np_datetime.c:518:5: warning: implicit declaration of function 'convert_datetimestruct_to_datetime'; did you mean 'pandas_datetimestruct_to_datetime'? [-Wimplicit-function-declaration]
>      convert_datetimestruct_to_datetime(fr, d, &result);
>      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>      pandas_datetimestruct_to_datetime
> pandas/_libs/src/datetime/np_datetime.c: In function 'pandas_timedelta_to_timedeltastruct':
> pandas/_libs/src/datetime/np_datetime.c:530:5: warning: implicit declaration of function 'convert_timedelta_to_timedeltastruct'; did you mean 'pandas_timedelta_to_timedeltastruct'? [-Wimplicit-function-declaration]
>      convert_timedelta_to_timedeltastruct(fr, val, result);
>      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>      pandas_timedelta_to_timedeltastruct
> In file included from pandas/_libs/src/datetime/np_datetime.c:20:
> At top level:
> /usr/include/python3.7m/datetime.h:204:25: warning: 'PyDateTimeAPI' defined but not used [-Wunused-variable]
>  static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>                          ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-3.7/pandas/_libs/src/datetime/np_datetime_strings.o -Wno-unused-function
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/src/datetime/np_datetime_strings.c:29:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> 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/src/datetime/np_datetime.o build/temp.linux-x86_64-3.7/pandas/_libs/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
> skipping 'pandas/_libs/tslibs/offsets.c' Cython extension (up-to-date)
> building 'pandas._libs.tslibs.offsets' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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/offsets.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/offsets.o -Wno-unused-function
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/tslibs/offsets.c:614:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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/datetime/np_datetime.c -o build/temp.linux-x86_64-3.7/pandas/_libs/src/datetime/np_datetime.o -Wno-unused-function
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/src/datetime/np_datetime.c:22:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> pandas/_libs/src/datetime/np_datetime.c: In function 'pandas_datetimestruct_to_datetime':
> pandas/_libs/src/datetime/np_datetime.c:518:5: warning: implicit declaration of function 'convert_datetimestruct_to_datetime'; did you mean 'pandas_datetimestruct_to_datetime'? [-Wimplicit-function-declaration]
>      convert_datetimestruct_to_datetime(fr, d, &result);
>      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>      pandas_datetimestruct_to_datetime
> pandas/_libs/src/datetime/np_datetime.c: In function 'pandas_timedelta_to_timedeltastruct':
> pandas/_libs/src/datetime/np_datetime.c:530:5: warning: implicit declaration of function 'convert_timedelta_to_timedeltastruct'; did you mean 'pandas_timedelta_to_timedeltastruct'? [-Wimplicit-function-declaration]
>      convert_timedelta_to_timedeltastruct(fr, val, result);
>      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>      pandas_timedelta_to_timedeltastruct
> In file included from pandas/_libs/src/datetime/np_datetime.c:20:
> At top level:
> /usr/include/python3.7m/datetime.h:204:25: warning: 'PyDateTimeAPI' defined but not used [-Wunused-variable]
>  static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>                          ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-3.7/pandas/_libs/src/datetime/np_datetime_strings.o -Wno-unused-function
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/src/datetime/np_datetime_strings.c:29:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> 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/src/datetime/np_datetime.o build/temp.linux-x86_64-3.7/pandas/_libs/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
> skipping 'pandas/_libs/tslibs/parsing.c' Cython extension (up-to-date)
> building 'pandas._libs.tslibs.parsing' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/tslibs/parsing.c:615:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> 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 -o build/lib.linux-x86_64-3.7/pandas/_libs/tslibs/parsing.cpython-37m-x86_64-linux-gnu.so
> skipping 'pandas/_libs/tslibs/resolution.c' Cython extension (up-to-date)
> building 'pandas._libs.tslibs.resolution' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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/resolution.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/resolution.o -Wno-unused-function
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/tslibs/resolution.c:613:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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/datetime/np_datetime.c -o build/temp.linux-x86_64-3.7/pandas/_libs/src/datetime/np_datetime.o -Wno-unused-function
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/src/datetime/np_datetime.c:22:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> pandas/_libs/src/datetime/np_datetime.c: In function 'pandas_datetimestruct_to_datetime':
> pandas/_libs/src/datetime/np_datetime.c:518:5: warning: implicit declaration of function 'convert_datetimestruct_to_datetime'; did you mean 'pandas_datetimestruct_to_datetime'? [-Wimplicit-function-declaration]
>      convert_datetimestruct_to_datetime(fr, d, &result);
>      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>      pandas_datetimestruct_to_datetime
> pandas/_libs/src/datetime/np_datetime.c: In function 'pandas_timedelta_to_timedeltastruct':
> pandas/_libs/src/datetime/np_datetime.c:530:5: warning: implicit declaration of function 'convert_timedelta_to_timedeltastruct'; did you mean 'pandas_timedelta_to_timedeltastruct'? [-Wimplicit-function-declaration]
>      convert_timedelta_to_timedeltastruct(fr, val, result);
>      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>      pandas_timedelta_to_timedeltastruct
> In file included from pandas/_libs/src/datetime/np_datetime.c:20:
> At top level:
> /usr/include/python3.7m/datetime.h:204:25: warning: 'PyDateTimeAPI' defined but not used [-Wunused-variable]
>  static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>                          ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-3.7/pandas/_libs/src/datetime/np_datetime_strings.o -Wno-unused-function
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/src/datetime/np_datetime_strings.c:29:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> 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/src/datetime/np_datetime.o build/temp.linux-x86_64-3.7/pandas/_libs/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
> skipping 'pandas/_libs/tslibs/strptime.c' Cython extension (up-to-date)
> building 'pandas._libs.tslibs.strptime' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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/strptime.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/strptime.o -Wno-unused-function
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/tslibs/strptime.c:614:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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/datetime/np_datetime.c -o build/temp.linux-x86_64-3.7/pandas/_libs/src/datetime/np_datetime.o -Wno-unused-function
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/src/datetime/np_datetime.c:22:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> pandas/_libs/src/datetime/np_datetime.c: In function 'pandas_datetimestruct_to_datetime':
> pandas/_libs/src/datetime/np_datetime.c:518:5: warning: implicit declaration of function 'convert_datetimestruct_to_datetime'; did you mean 'pandas_datetimestruct_to_datetime'? [-Wimplicit-function-declaration]
>      convert_datetimestruct_to_datetime(fr, d, &result);
>      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>      pandas_datetimestruct_to_datetime
> pandas/_libs/src/datetime/np_datetime.c: In function 'pandas_timedelta_to_timedeltastruct':
> pandas/_libs/src/datetime/np_datetime.c:530:5: warning: implicit declaration of function 'convert_timedelta_to_timedeltastruct'; did you mean 'pandas_timedelta_to_timedeltastruct'? [-Wimplicit-function-declaration]
>      convert_timedelta_to_timedeltastruct(fr, val, result);
>      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>      pandas_timedelta_to_timedeltastruct
> In file included from pandas/_libs/src/datetime/np_datetime.c:20:
> At top level:
> /usr/include/python3.7m/datetime.h:204:25: warning: 'PyDateTimeAPI' defined but not used [-Wunused-variable]
>  static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>                          ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-3.7/pandas/_libs/src/datetime/np_datetime_strings.o -Wno-unused-function
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/src/datetime/np_datetime_strings.c:29:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> 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/src/datetime/np_datetime.o build/temp.linux-x86_64-3.7/pandas/_libs/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
> skipping 'pandas/_libs/tslibs/timedeltas.c' Cython extension (up-to-date)
> building 'pandas._libs.tslibs.timedeltas' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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/timedeltas.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/timedeltas.o -Wno-unused-function
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/tslibs/timedeltas.c:614:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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/datetime/np_datetime.c -o build/temp.linux-x86_64-3.7/pandas/_libs/src/datetime/np_datetime.o -Wno-unused-function
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/src/datetime/np_datetime.c:22:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> pandas/_libs/src/datetime/np_datetime.c: In function 'pandas_datetimestruct_to_datetime':
> pandas/_libs/src/datetime/np_datetime.c:518:5: warning: implicit declaration of function 'convert_datetimestruct_to_datetime'; did you mean 'pandas_datetimestruct_to_datetime'? [-Wimplicit-function-declaration]
>      convert_datetimestruct_to_datetime(fr, d, &result);
>      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>      pandas_datetimestruct_to_datetime
> pandas/_libs/src/datetime/np_datetime.c: In function 'pandas_timedelta_to_timedeltastruct':
> pandas/_libs/src/datetime/np_datetime.c:530:5: warning: implicit declaration of function 'convert_timedelta_to_timedeltastruct'; did you mean 'pandas_timedelta_to_timedeltastruct'? [-Wimplicit-function-declaration]
>      convert_timedelta_to_timedeltastruct(fr, val, result);
>      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>      pandas_timedelta_to_timedeltastruct
> In file included from pandas/_libs/src/datetime/np_datetime.c:20:
> At top level:
> /usr/include/python3.7m/datetime.h:204:25: warning: 'PyDateTimeAPI' defined but not used [-Wunused-variable]
>  static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>                          ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-3.7/pandas/_libs/src/datetime/np_datetime_strings.o -Wno-unused-function
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/src/datetime/np_datetime_strings.c:29:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> 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/src/datetime/np_datetime.o build/temp.linux-x86_64-3.7/pandas/_libs/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
> skipping 'pandas/_libs/tslibs/timestamps.c' Cython extension (up-to-date)
> building 'pandas._libs.tslibs.timestamps' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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/timestamps.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/timestamps.o -Wno-unused-function
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/tslibs/timestamps.c:613:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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/datetime/np_datetime.c -o build/temp.linux-x86_64-3.7/pandas/_libs/src/datetime/np_datetime.o -Wno-unused-function
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/src/datetime/np_datetime.c:22:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> pandas/_libs/src/datetime/np_datetime.c: In function 'pandas_datetimestruct_to_datetime':
> pandas/_libs/src/datetime/np_datetime.c:518:5: warning: implicit declaration of function 'convert_datetimestruct_to_datetime'; did you mean 'pandas_datetimestruct_to_datetime'? [-Wimplicit-function-declaration]
>      convert_datetimestruct_to_datetime(fr, d, &result);
>      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>      pandas_datetimestruct_to_datetime
> pandas/_libs/src/datetime/np_datetime.c: In function 'pandas_timedelta_to_timedeltastruct':
> pandas/_libs/src/datetime/np_datetime.c:530:5: warning: implicit declaration of function 'convert_timedelta_to_timedeltastruct'; did you mean 'pandas_timedelta_to_timedeltastruct'? [-Wimplicit-function-declaration]
>      convert_timedelta_to_timedeltastruct(fr, val, result);
>      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>      pandas_timedelta_to_timedeltastruct
> In file included from pandas/_libs/src/datetime/np_datetime.c:20:
> At top level:
> /usr/include/python3.7m/datetime.h:204:25: warning: 'PyDateTimeAPI' defined but not used [-Wunused-variable]
>  static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>                          ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-3.7/pandas/_libs/src/datetime/np_datetime_strings.o -Wno-unused-function
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/src/datetime/np_datetime_strings.c:29:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> 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/src/datetime/np_datetime.o build/temp.linux-x86_64-3.7/pandas/_libs/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
> skipping 'pandas/_libs/tslibs/timezones.c' Cython extension (up-to-date)
> building 'pandas._libs.tslibs.timezones' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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/timezones.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/timezones.o -Wno-unused-function
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/tslibs/timezones.c:613:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> 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
> skipping 'pandas/_libs/testing.c' Cython extension (up-to-date)
> building 'pandas._libs.testing' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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
> skipping 'pandas/_libs/window.cpp' Cython extension (up-to-date)
> building 'pandas._libs.window' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/window.cpp:633:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> pandas/_libs/window.cpp: In function 'PyObject* __pyx_pf_6pandas_5_libs_6window_26roll_window(PyObject*, PyArrayObject*, PyArrayObject*, int, int)':
> pandas/_libs/window.cpp:38560:21: warning: '__pyx_pybuffernd_tot_wgt.__Pyx_LocalBuf_ND::diminfo[0].__Pyx_Buf_DimInfo::strides' may be used uninitialized in this function [-Wmaybe-uninitialized]
>    __Pyx_LocalBuf_ND __pyx_pybuffernd_tot_wgt;
>                      ^~~~~~~~~~~~~~~~~~~~~~~~
> 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
> skipping 'pandas/_libs/writers.c' Cython extension (up-to-date)
> building 'pandas._libs.writers' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/writers.c:614:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> 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
> skipping 'pandas/io/sas/sas.c' Cython extension (up-to-date)
> 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 -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/io/sas/sas.c:613:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> pandas/io/sas/sas.c: In function '__pyx_f_6pandas_2io_3sas_4_sas_rdc_decompress':
> pandas/io/sas/sas.c:4118:65: warning: '__pyx_v_ctrl_bits' may be used uninitialized in this function [-Wmaybe-uninitialized]
>      __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
> skipping 'pandas/io/msgpack/_packer.cpp' Cython extension (up-to-date)
> building 'pandas.io.msgpack._packer' extension
> creating build/temp.linux-x86_64-3.7/pandas/io/msgpack
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D__LITTLE_ENDIAN__=1 -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
> skipping 'pandas/io/msgpack/_unpacker.cpp' Cython extension (up-to-date)
> building 'pandas.io.msgpack._unpacker' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D__LITTLE_ENDIAN__=1 -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
> pandas/io/msgpack/_unpacker.cpp: In function 'PyObject* __pyx_pf_6pandas_2io_7msgpack_9_unpacker_2unpackb(PyObject*, PyObject*, PyObject*, PyObject*, int, PyObject*, PyObject*, PyObject*, PyObject*, Py_ssize_t, Py_ssize_t, Py_ssize_t, Py_ssize_t, Py_ssize_t)':
> pandas/io/msgpack/_unpacker.cpp:2421:104: warning: 'int PyObject_AsReadBuffer(PyObject*, const void**, Py_ssize_t*)' is deprecated [-Wdeprecated-declarations]
>    __pyx_t_1 = PyObject_AsReadBuffer(__pyx_v_packed, ((void const **)(&__pyx_v_buf)), (&__pyx_v_buf_len)); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 124, __pyx_L1_error)
>                                                                                                         ^
> In file included from /usr/include/python3.7m/Python.h:147,
>                  from pandas/io/msgpack/_unpacker.cpp:4:
> /usr/include/python3.7m/abstract.h:489:17: note: declared here
>  PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj,
>                  ^~~~~~~~~~~~~~~~~~~~~
> pandas/io/msgpack/_unpacker.cpp:2421:104: warning: 'int PyObject_AsReadBuffer(PyObject*, const void**, Py_ssize_t*)' is deprecated [-Wdeprecated-declarations]
>    __pyx_t_1 = PyObject_AsReadBuffer(__pyx_v_packed, ((void const **)(&__pyx_v_buf)), (&__pyx_v_buf_len)); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 124, __pyx_L1_error)
>                                                                                                         ^
> In file included from /usr/include/python3.7m/Python.h:147,
>                  from pandas/io/msgpack/_unpacker.cpp:4:
> /usr/include/python3.7m/abstract.h:489:17: note: declared here
>  PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj,
>                  ^~~~~~~~~~~~~~~~~~~~~
> pandas/io/msgpack/_unpacker.cpp:2627:31: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'Py_ssize_t' {aka 'long int'} [-Wsign-compare]
>      __pyx_t_2 = ((__pyx_v_off < __pyx_v_buf_len) != 0);
>                    ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
> pandas/io/msgpack/_unpacker.cpp: In function 'PyObject* __pyx_f_6pandas_2io_7msgpack_9_unpacker_8Unpacker_read_from_file(__pyx_obj_6pandas_2io_7msgpack_9_unpacker_Unpacker*)':
> pandas/io/msgpack/_unpacker.cpp:4701:19: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'Py_ssize_t' {aka 'long int'} [-Wsign-compare]
>    if (((__pyx_t_2 < __pyx_t_3) != 0)) {
>          ~~~~~~~~~~^~~~~~~~~~~
> pandas/io/msgpack/_unpacker.cpp: In function 'PyObject* __pyx_pf_6pandas_2io_7msgpack_9_unpacker_8Unpacker_8read_bytes(__pyx_obj_6pandas_2io_7msgpack_9_unpacker_Unpacker*, Py_ssize_t)':
> pandas/io/msgpack/_unpacker.cpp:5332:19: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
>    if (((__pyx_t_1 < __pyx_t_2) != 0)) {
>          ~~~~~~~~~~^~~~~~~~~~~
> 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 -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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 -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/src/ujson/python/objToJSON.c:44:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> pandas/_libs/src/ujson/python/objToJSON.c: In function 'PyUnicodeToUTF8':
> pandas/_libs/src/ujson/python/objToJSON.c:429:22: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
>          char *data = PyUnicode_AsUTF8AndSize(obj, &len);
>                       ^~~~~~~~~~~~~~~~~~~~~~~
> pandas/_libs/src/ujson/python/objToJSON.c:435:5: warning: 'PyUnicode_EncodeUTF8' is deprecated [-Wdeprecated-declarations]
>      newObj = PyUnicode_EncodeUTF8(PyUnicode_AS_UNICODE(obj),
>      ^~~~~~
> In file included from /usr/include/python3.7m/Python.h:99,
>                  from pandas/_libs/src/ujson/python/py_defines.h:41,
>                  from pandas/_libs/src/ujson/python/objToJSON.c:42:
> /usr/include/python3.7m/unicodeobject.h:1320:23: note: declared here
>  PyAPI_FUNC(PyObject*) PyUnicode_EncodeUTF8(
>                        ^~~~~~~~~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/src/ujson/python/JSONtoObj.c:44:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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 -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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 -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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/datetime/np_datetime.c -o build/temp.linux-x86_64-3.7/pandas/_libs/src/datetime/np_datetime.o -D_GNU_SOURCE -Wno-unused-function
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/src/datetime/np_datetime.c:22:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> pandas/_libs/src/datetime/np_datetime.c: In function 'pandas_datetimestruct_to_datetime':
> pandas/_libs/src/datetime/np_datetime.c:518:5: warning: implicit declaration of function 'convert_datetimestruct_to_datetime'; did you mean 'pandas_datetimestruct_to_datetime'? [-Wimplicit-function-declaration]
>      convert_datetimestruct_to_datetime(fr, d, &result);
>      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>      pandas_datetimestruct_to_datetime
> pandas/_libs/src/datetime/np_datetime.c: In function 'pandas_timedelta_to_timedeltastruct':
> pandas/_libs/src/datetime/np_datetime.c:530:5: warning: implicit declaration of function 'convert_timedelta_to_timedeltastruct'; did you mean 'pandas_timedelta_to_timedeltastruct'? [-Wimplicit-function-declaration]
>      convert_timedelta_to_timedeltastruct(fr, val, result);
>      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>      pandas_timedelta_to_timedeltastruct
> In file included from pandas/_libs/src/datetime/np_datetime.c:20:
> At top level:
> /usr/include/python3.7m/datetime.h:204:25: warning: 'PyDateTimeAPI' defined but not used [-Wunused-variable]
>  static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>                          ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-3.7/pandas/_libs/src/datetime/np_datetime_strings.o -D_GNU_SOURCE -Wno-unused-function
> In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from pandas/_libs/src/datetime/np_datetime_strings.c:29:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it with " \
>   ^~~~~~~
> 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/src/datetime/np_datetime.o build/temp.linux-x86_64-3.7/pandas/_libs/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 -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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
> 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/usr/lib/python3
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages
> creating /<<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
> creating /<<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/generic.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
> creating /<<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/scope.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/__init__.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/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
> 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/expr.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/pytables.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/computation
> 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/resample.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core
> 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/datetools.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/categorical.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
> copying build/lib.linux-x86_64-3.7/pandas/core/series.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/generic.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/dtypes.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/__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/cast.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/api.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/ops.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core
> creating /<<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/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/array.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/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/api.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/sparse
> 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/config.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
> 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/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/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/groupby
> creating /<<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/category.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/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/accessors.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/__init__.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/numeric.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/api.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/base.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/indexes
> copying build/lib.linux-x86_64-3.7/pandas/core/frame.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
> creating /<<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/__init__.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
> creating /<<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/concat.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/reshape.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/tile.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/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/melt.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/reshape
> 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/internals.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/api.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core
> 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/base.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core
> copying build/lib.linux-x86_64-3.7/pandas/core/panel.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
> copying build/lib.linux-x86_64-3.7/pandas/core/apply.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core
> creating /<<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/plotting.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/offsets.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/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/lib.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/computation
> copying build/lib.linux-x86_64-3.7/pandas/computation/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/computation
> copying build/lib.linux-x86_64-3.7/pandas/computation/expressions.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/computation
> creating /<<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/_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/__init__.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/testing.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/_test_decorators.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/_depr_module.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/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests
> copying build/lib.linux-x86_64-3.7/pandas/tests/test_lib.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests
> copying build/lib.linux-x86_64-3.7/pandas/tests/test_panel.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests
> creating /<<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/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_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_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_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_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_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_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_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_dtypes.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_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/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_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_quantile.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_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_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_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_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_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_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_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_analytics.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/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/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_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/__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/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_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_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/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/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_timezones.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series
> creating /<<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/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_ccalendar.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_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_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_timezones.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs
> 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/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_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/__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_ticks.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/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_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/test_frequencies.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries
> copying build/lib.linux-x86_64-3.7/pandas/tests/tseries/test_holiday.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries
> copying build/lib.linux-x86_64-3.7/pandas/tests/tseries/conftest.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries
> 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/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_config.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests
> creating /<<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
> 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
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util
> copying build/lib.linux-x86_64-3.7/pandas/tests/util/test_testing.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_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_hashing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util
> copying build/lib.linux-x86_64-3.7/pandas/tests/test_resample.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests
> copying build/lib.linux-x86_64-3.7/pandas/tests/test_register_accessor.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests
> 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/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/test_timeseries.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_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_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_constructors.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_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_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_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_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_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_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_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_dtypes.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_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_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_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_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_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_quantile.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_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_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_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_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_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_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_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_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_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_timezones.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes
> copying build/lib.linux-x86_64-3.7/pandas/tests/dtypes/test_cast.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes
> 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_dtypes.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_inference.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/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/test_concat.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes
> creating /<<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/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/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/test_indexing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse
> copying build/lib.linux-x86_64-3.7/pandas/tests/sparse/test_arithmetics.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_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_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/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/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_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_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_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/test_libsparse.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_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_combine_concat.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse
> 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_groupby.py -> /<<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/test_array.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/__init__.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
> 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_base.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
> 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
> 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_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/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_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/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_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_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/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/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/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/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
> 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_pytables.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io
> 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/conftest.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_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_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_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_excel.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_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/__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_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/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_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/test_gbq.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/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_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_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_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/__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_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_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_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/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_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/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_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_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_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_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_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/test_clipboard.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/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_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/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/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/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_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/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/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/__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/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/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_parsers.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/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/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/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/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/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_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_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/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/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/parser/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/multithread.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/test_parquet.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/test_excel.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic
> copying build/lib.linux-x86_64-3.7/pandas/tests/generic/test_panel.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
> 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/__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_generic.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
> creating /<<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_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_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_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_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_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_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_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_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/groupby/test_transform.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_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_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_counting.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_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_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/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/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/test_grouping.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby
> creating /<<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_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_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_deprecated.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/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/__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_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_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_groupby.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting
> 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/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_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/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_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_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_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/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_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/__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_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_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_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_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_ops.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas
> 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_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_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/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_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_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_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_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/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_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_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_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_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_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/test_numeric.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/test_multi.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes
> 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_base.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
> 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/conftest.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
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/datetimelike.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_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_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/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_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_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_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_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_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/__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_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_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/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_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_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_ops.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes
> 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_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/__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_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.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_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/test_range.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes
> copying build/lib.linux-x86_64-3.7/pandas/tests/test_errors.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests
> creating /<<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
> copying build/lib.linux-x86_64-3.7/pandas/tests/tools/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools
> creating /<<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/test_arithmetic.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/__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_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_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
> 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/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/__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_period.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period
> 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/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
> 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_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/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_formats.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_interval.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval
> 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
> creating /<<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_tile.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_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_pivot.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/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/__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_join.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/test_melt.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/test_algos.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests
> copying build/lib.linux-x86_64-3.7/pandas/tests/test_window.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests
> 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/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/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/test_join.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests
> creating /<<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/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/__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/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/category
> copying build/lib.linux-x86_64-3.7/pandas/tests/extension/category/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category
> copying build/lib.linux-x86_64-3.7/pandas/tests/extension/category/test_categorical.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category
> 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/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension
> 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/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/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/__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/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/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/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/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/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/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/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/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/conftest.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexing/test_panel.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_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/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.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_callable.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/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_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_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/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_multiindex.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
> 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.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/test_ix.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing
> 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/indexing/test_coercion.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical
> copying build/lib.linux-x86_64-3.7/pandas/tests/categorical/test_constructors.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical
> copying build/lib.linux-x86_64-3.7/pandas/tests/categorical/test_indexing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical
> copying build/lib.linux-x86_64-3.7/pandas/tests/categorical/test_warnings.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical
> copying build/lib.linux-x86_64-3.7/pandas/tests/categorical/test_subclass.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical
> copying build/lib.linux-x86_64-3.7/pandas/tests/categorical/test_missing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical
> copying build/lib.linux-x86_64-3.7/pandas/tests/categorical/test_dtypes.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical
> copying build/lib.linux-x86_64-3.7/pandas/tests/categorical/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical
> copying build/lib.linux-x86_64-3.7/pandas/tests/categorical/test_sorting.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical
> copying build/lib.linux-x86_64-3.7/pandas/tests/categorical/test_algos.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical
> copying build/lib.linux-x86_64-3.7/pandas/tests/categorical/conftest.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical
> copying build/lib.linux-x86_64-3.7/pandas/tests/categorical/common.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical
> copying build/lib.linux-x86_64-3.7/pandas/tests/categorical/test_operators.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical
> copying build/lib.linux-x86_64-3.7/pandas/tests/categorical/test_api.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical
> copying build/lib.linux-x86_64-3.7/pandas/tests/categorical/test_repr.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical
> copying build/lib.linux-x86_64-3.7/pandas/tests/categorical/test_analytics.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical
> copying build/lib.linux-x86_64-3.7/pandas/tests/test_strings.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests
> 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_downstream.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests
> creating /<<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
> creating /<<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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/hashtable.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/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/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/_libs/__init__.py -> /<<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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/clipboards.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/clipboards.py -> /<<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/exceptions.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/clipboard
> copying build/lib.linux-x86_64-3.7/pandas/io/gbq.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
> copying build/lib.linux-x86_64-3.7/pandas/io/html.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/normalize.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/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/json.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/json
> 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/s3.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/__init__.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
> 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/parquet.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io
> 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/excel.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/csvs.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/formats
> 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/html.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/__init__.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/latex.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/formats/terminal.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/style.py -> /<<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/packers.py -> /<<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/sql.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/_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/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/_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/_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/pickle.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io
> 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/_version.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas
> copying build/lib.linux-x86_64-3.7/pandas/parser.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting
> copying build/lib.linux-x86_64-3.7/pandas/plotting/_misc.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting
> copying build/lib.linux-x86_64-3.7/pandas/plotting/_tools.py -> /<<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
> copying build/lib.linux-x86_64-3.7/pandas/plotting/_compat.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting
> copying build/lib.linux-x86_64-3.7/pandas/plotting/_timeseries.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting
> copying build/lib.linux-x86_64-3.7/pandas/plotting/_style.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting
> copying build/lib.linux-x86_64-3.7/pandas/plotting/_converter.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting
> creating /<<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/function.py -> /<<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/__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/pickle_compat.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/compat
> copying build/lib.linux-x86_64-3.7/pandas/compat/chainmap_impl.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/compat
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tools
> copying build/lib.linux-x86_64-3.7/pandas/tools/merge.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tools
> copying build/lib.linux-x86_64-3.7/pandas/tools/plotting.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tools
> copying build/lib.linux-x86_64-3.7/pandas/tools/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tools
> 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/types
> copying build/lib.linux-x86_64-3.7/pandas/types/concat.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/types
> copying build/lib.linux-x86_64-3.7/pandas/types/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/types
> copying build/lib.linux-x86_64-3.7/pandas/types/common.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/types
> 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/formats
> copying build/lib.linux-x86_64-3.7/pandas/formats/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/formats
> copying build/lib.linux-x86_64-3.7/pandas/formats/style.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/formats
> creating /<<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
> 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/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/tslib.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas
> copying build/lib.linux-x86_64-3.7/pandas/json.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas
> 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/core/strings.py to strings.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/sorting.py to sorting.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/scope.py to scope.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/__init__.py to __init__.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/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/computation/api.py to api.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/align.py to align.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/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/resample.py to resample.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/datetools.py to datetools.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/categorical.py to categorical.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/series.py to series.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/concat.py to concat.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/inference.py to inference.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/cast.py to cast.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/api.py to api.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/ops.py to ops.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/sparse/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/sparse/array.py to array.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/scipy_sparse.py to scipy_sparse.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/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/config.py to config.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/missing.py to missing.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/__init__.py to __init__.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/category.py to category.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/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/accessors.py to accessors.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/__init__.py to __init__.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/numeric.py to numeric.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/api.py to api.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/base.py to base.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/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/arrays/categorical.py to categorical.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/base.py to base.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/concat.py to concat.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/reshape.py to reshape.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/tile.py to tile.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/reshape/util.py to util.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/common.py to common.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/internals.py to internals.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/api.py to api.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/base.py to base.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/panel.py to panel.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/apply.py to apply.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/plotting.py to plotting.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/offsets.py to offsets.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/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/lib.py to lib.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/computation/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/computation/expressions.py to expressions.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/__init__.py to __init__.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/testing.py to testing.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/_test_decorators.py to _test_decorators.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/_depr_module.py to _depr_module.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/__init__.py to __init__.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/test_panel.py to test_panel.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/series/test_validate.py to test_validate.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_rank.py to test_rank.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_asof.py to test_asof.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_missing.py to test_missing.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_dtypes.py to test_dtypes.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_datetime_values.py to test_datetime_values.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_sorting.py to test_sorting.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/common.py to common.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_operators.py to test_operators.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_internals.py to test_internals.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_period.py to test_period.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_analytics.py to test_analytics.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/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_callable.py to test_callable.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/conftest.py to conftest.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_datetime.py to test_datetime.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/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_timezones.py to test_timezones.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/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_ccalendar.py to test_ccalendar.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_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_conversion.py to test_conversion.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/tseries/__init__.py to __init__.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_offsets.py to test_offsets.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_ticks.py to test_ticks.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/common.py to common.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/test_frequencies.py to test_frequencies.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_holiday.py to test_holiday.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/conftest.py to conftest.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/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_config.py to test_config.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/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/util/test_testing.py to test_testing.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_util.py to test_util.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/test_resample.py to test_resample.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/test_nanops.py to test_nanops.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/test_timeseries.py to test_timeseries.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_query_eval.py to test_query_eval.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_constructors.py to test_constructors.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_arithmetic.py to test_arithmetic.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_repr_info.py to test_repr_info.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_subclass.py to test_subclass.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_apply.py to test_apply.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/__init__.py to __init__.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_combine_concat.py to test_combine_concat.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_to_csv.py to test_to_csv.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_quantile.py to test_quantile.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_replace.py to test_replace.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_operators.py to test_operators.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_convert_to.py to test_convert_to.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_period.py to test_period.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_alter_axes.py to test_alter_axes.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/dtypes/test_cast.py to test_cast.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_dtypes.py to test_dtypes.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_inference.py to test_inference.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/dtypes/test_generic.py to test_generic.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/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/series/__init__.py to __init__.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/sparse/test_arithmetics.py to test_arithmetics.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_frame.py to test_frame.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/frame/__init__.py to __init__.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_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_analytics.py to test_analytics.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_libsparse.py to test_libsparse.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_reshape.py to test_reshape.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/common.py to common.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/test_pivot.py to test_pivot.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py to test_array.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/__init__.py to __init__.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/test_sorting.py to test_sorting.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/io/test_stata.py to test_stata.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/json/test_pandas.py to test_pandas.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_ujson.py to test_ujson.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_compression.py to test_compression.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/test_pickle.py to test_pickle.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/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/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/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_pytables.py to test_pytables.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/conftest.py to conftest.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_css.py to test_css.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_excel.py to test_to_excel.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_style.py to test_style.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_to_csv.py to test_to_csv.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_to_latex.py to test_to_latex.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/io/test_sql.py to test_sql.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_case.py to test_case.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_buffer.py to test_buffer.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_limits.py to test_limits.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_read_size.py to test_read_size.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_subtype.py to test_subtype.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_seq.py to test_seq.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_obj.py to test_obj.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_unpack.py to test_unpack.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/parser/mangle_dupes.py to mangle_dupes.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/index_col.py to index_col.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/dtypes.py to dtypes.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/python_parser_only.py to python_parser_only.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/header.py to header.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/usecols.py to usecols.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/dialect.py to dialect.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/common.py to common.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py to test_parsers.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/parse_dates.py to parse_dates.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/compression.py to compression.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/converters.py to converters.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/na_values.py to na_values.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/comment.py to comment.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_unsupported.py to test_unsupported.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/skiprows.py to skiprows.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/quoting.py to quoting.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/c_parser_only.py to c_parser_only.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/multithread.py to multithread.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/test_parquet.py to test_parquet.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py to test_excel.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_panel.py to test_panel.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/generic/test_frame.py to test_frame.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_generic.py to test_generic.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/groupby/test_whitelist.py to test_whitelist.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_filters.py to test_filters.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_function.py to test_function.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_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_value_counts.py to test_value_counts.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/groupby/test_transform.py to test_transform.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_categorical.py to test_categorical.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_counting.py to test_counting.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_cython.py to test_cython.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/aggregate/__init__.py to __init__.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/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_converter.py to test_converter.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_deprecated.py to test_deprecated.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/test_misc.py to test_misc.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_datetimelike.py to test_datetimelike.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_groupby.py to test_groupby.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/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/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_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_arithmetic.py to test_arithmetic.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/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_setops.py to test_setops.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_timedelta.py to test_timedelta.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_construction.py to test_construction.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_ops.py to test_ops.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_asfreq.py to test_asfreq.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/test_arithmetic.py to test_arithmetic.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_indexing.py to test_indexing.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_period_range.py to test_period_range.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_period.py to test_period.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_construction.py to test_construction.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_ops.py to test_ops.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/test_multi.py to test_multi.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_base.py to test_base.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/test_frozen.py to test_frozen.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/common.py to common.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/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_scalar_compat.py to test_scalar_compat.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_tools.py to test_tools.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_setops.py to test_setops.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_misc.py to test_misc.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_datetimelike.py to test_datetimelike.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/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_construction.py to test_construction.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_ops.py to test_ops.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/__init__.py to __init__.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.py to test_interval.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_construction.py to test_construction.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/test_errors.py to test_errors.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/tools/__init__.py to __init__.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/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/__init__.py to __init__.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_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/period/test_asfreq.py to test_asfreq.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_period.py to test_period.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/timedelta/test_arithmetic.py to test_arithmetic.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_timedelta.py to test_timedelta.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_formats.py to test_formats.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_interval.py to test_interval.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/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_tile.py to test_tile.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_reshape.py to test_reshape.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/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/test_merge.py to test_merge.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_join.py to test_join.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/test_melt.py to test_melt.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/test_algos.py to test_algos.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py to test_window.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/api/test_types.py to test_types.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/test_join.py to test_join.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/__init__.py to __init__.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/category/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py to test_categorical.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/__init__.py to __init__.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/base/groupby.py to groupby.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/__init__.py to __init__.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/missing.py to missing.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/reshaping.py to reshaping.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/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/setitem.py to setitem.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/conftest.py to conftest.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_panel.py to test_panel.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_indexing_slow.py to test_indexing_slow.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.py to test_indexing.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_callable.py to test_callable.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/common.py to common.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_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/test_scalar.py to test_scalar.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_multiindex.py to test_multiindex.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/interval/__init__.py to __init__.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/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/test_ix.py to test_ix.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/indexing/test_coercion.py to test_coercion.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_constructors.py to test_constructors.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_indexing.py to test_indexing.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_warnings.py to test_warnings.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_subclass.py to test_subclass.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_missing.py to test_missing.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_dtypes.py to test_dtypes.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_sorting.py to test_sorting.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_algos.py to test_algos.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/conftest.py to conftest.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/common.py to common.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_operators.py to test_operators.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_api.py to test_api.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_repr.py to test_repr.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_analytics.py to test_analytics.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/test_multilevel.py to test_multilevel.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/_libs/tslibs/__init__.py to __init__.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/testing.py to testing.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/clipboard/clipboards.py to clipboards.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/exceptions.py to exceptions.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/date_converters.py to date_converters.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/json/normalize.py to normalize.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/json/__init__.py to __init__.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/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/s3.py to s3.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/__init__.py to __init__.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/parsers.py to parsers.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/common.py to common.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/excel.py to excel.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/html.py to html.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/__init__.py to __init__.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/excel.py to excel.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/formats/terminal.py to terminal.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/style.py to style.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/packers.py to packers.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/sql.py to sql.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/pickle.py to pickle.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/_version.py to _version.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/parser.py to parser.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/plotting/_tools.py to _tools.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/_compat.py to _compat.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_timeseries.py to _timeseries.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_style.py to _style.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_converter.py to _converter.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/compat/numpy/__init__.py to __init__.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/pickle_compat.py to pickle_compat.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/compat/chainmap_impl.py to chainmap_impl.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tools/merge.py to merge.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tools/plotting.py to plotting.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tools/__init__.py to __init__.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/types/concat.py to concat.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/types/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/types/common.py to 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/formats/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/formats/style.py to style.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/__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/tslib.py to tslib.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/json.py to json.cpython-37.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 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'
> 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.23.3.egg-info
> Skipping SOURCES.txt
> running install_scripts
> echo "backend : Agg" >| /<<PKGBUILDDIR>>/build/matplotlibrc
> : # Run unittests here against installed pandas
> echo "2.7" | grep -q '^3' && PY=3 || PY=2.7; \
> export PYTHONPATH=`/bin/ls -d $PWD/debian/tmp/usr/lib/python$PY/*/`; \
> export MPLCONFIGDIR=/<<PKGBUILDDIR>>/build HOME=/<<PKGBUILDDIR>>/build; \
> python2.7 ci/print_versions.py; \
>     cd build/; LOCALE_OVERRIDE=C xvfb-run -a -s "-screen 0 1280x1024x24 -noreset" \
>       python2.7 -m pytest -s -v -m "not single and not network and not disabled "    $PYTHONPATH/pandas;
> 
> INSTALLED VERSIONS
> ------------------
> commit: None
> python: 2.7.16.candidate.1
> python-bits: 64
> OS: Linux
> OS-release: 4.9.0-8-amd64
> machine: x86_64
> processor: 
> byteorder: little
> LC_ALL: POSIX
> LANG: en_US.UTF-8
> LOCALE: None.None
> 
> pandas: 0.23.3
> pytest: 3.10.1
> pip: None
> setuptools: 40.8.0
> Cython: 0.29.2
> numpy: 1.16.1
> scipy: 1.1.0
> pyarrow: None
> xarray: None
> IPython: 5.8.0
> sphinx: 1.8.4
> patsy: None
> dateutil: 2.7.3
> pytz: 2018.9
> blosc: None
> bottleneck: None
> tables: 3.4.4
> numexpr: 2.6.9
> feather: None
> matplotlib: 2.2.3
> openpyxl: 2.4.9
> xlrd: 1.1.0
> xlwt: 1.3.0
> xlsxwriter: 1.1.2
> lxml: 4.3.1
> bs4: 4.7.1
> html5lib: 1.0.1
> sqlalchemy: None
> pymysql: None
> psycopg2: None
> jinja2: 2.10
> s3fs: None
> fastparquet: None
> pandas_gbq: None
> pandas_datareader: None
> ============================= test session starts ==============================
> platform linux2 -- Python 2.7.16rc1, pytest-3.10.1, py-1.7.0, pluggy-0.8.0 -- /usr/bin/python2.7
> cachedir: .pytest_cache
> rootdir: /<<PKGBUILDDIR>>, inifile: setup.cfg
> collecting ... collected 26771 items / 742 deselected / 2 skipped
> 
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestMatch::test_ints PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestMatch::test_strings PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_basic PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_mixed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_datelike PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_factorize_nan PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_factorize_tuple_list[data0-expected_label0-expected_level0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_factorize_tuple_list[data1-expected_label1-expected_level1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_factorize_tuple_list[data2-expected_label2-expected_level2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_complex_sorting PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_uint64_factorize PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_deprecate_order PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_parametrized_factorize_na_value_default[data0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_parametrized_factorize_na_value_default[data1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_parametrized_factorize_na_value_default[data2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_parametrized_factorize_na_value[data0-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_parametrized_factorize_na_value[data1-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_parametrized_factorize_na_value[data2-na_value2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_parametrized_factorize_na_value[data3-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_parametrized_factorize_na_value[data4-a] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_parametrized_factorize_na_value[data5-na_value5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_parametrized_factorize_na_value[data6-na_value6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestUnique::test_ints PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestUnique::test_objects PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestUnique::test_object_refcount_bug PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestUnique::test_on_index_object PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestUnique::test_datetime64_dtype_array_returned PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestUnique::test_timedelta64_dtype_array_returned PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestUnique::test_uint64_overflow PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestUnique::test_nan_in_object_array PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestUnique::test_categorical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestUnique::test_datetime64tz_aware PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestUnique::test_order_of_appearance PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestUnique::test_tuple_with_strings[arg0-expected0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestUnique::test_tuple_with_strings[arg1-expected1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestUnique::test_obj_none_preservation PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestIsin::test_invalid PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestIsin::test_basic PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestIsin::test_i8 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestIsin::test_large PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestIsin::test_categorical_from_codes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestIsin::test_empty[empty0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestIsin::test_empty[empty1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestIsin::test_empty[empty2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestValueCounts::test_value_counts PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestValueCounts::test_value_counts_bins PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestValueCounts::test_value_counts_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestValueCounts::test_value_counts_nat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestValueCounts::test_value_counts_datetime_outofbounds PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestValueCounts::test_categorical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestValueCounts::test_categorical_nans PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestValueCounts::test_categorical_zeroes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestValueCounts::test_dropna PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestValueCounts::test_value_counts_normalized PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestValueCounts::test_value_counts_uint64 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestDuplicated::test_duplicated_with_nas PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestDuplicated::test_numeric_object_likes[case0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestDuplicated::test_numeric_object_likes[case1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestDuplicated::test_numeric_object_likes[case2] XPASS
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestDuplicated::test_numeric_object_likes[case3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestDuplicated::test_numeric_object_likes[case4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestDuplicated::test_datetime_likes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestDuplicated::test_unique_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestDuplicated::test_unique_tuples[arr0-unique0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestDuplicated::test_unique_tuples[arr1-unique1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestDuplicated::test_unique_tuples[arr2-unique2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestGroupVarFloat64::test_group_var_generic_1d PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestGroupVarFloat64::test_group_var_generic_1d_flat_labels PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestGroupVarFloat64::test_group_var_generic_2d_all_finite PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestGroupVarFloat64::test_group_var_generic_2d_some_nan PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestGroupVarFloat64::test_group_var_constant PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestGroupVarFloat64::test_group_var_large_inputs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestGroupVarFloat32::test_group_var_generic_1d PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestGroupVarFloat32::test_group_var_generic_1d_flat_labels PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestGroupVarFloat32::test_group_var_generic_2d_all_finite PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestGroupVarFloat32::test_group_var_generic_2d_some_nan PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestGroupVarFloat32::test_group_var_constant PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_lookup_nan PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_lookup_overflow PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_get_unique PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_vector_resize PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::test_quantile PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::test_unique_label_indices PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestRank::test_scipy_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestRank::test_basic PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestRank::test_uint64_overflow PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestRank::test_too_many_ndims PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::test_pad_backfill_object_segfault PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::test_arrmap PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestTseriesUtil::test_combineFunc PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestTseriesUtil::test_reindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestTseriesUtil::test_isna PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestTseriesUtil::test_groupby PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestTseriesUtil::test_groupby_withnull PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestTseriesUtil::test_backfill PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestTseriesUtil::test_pad PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::test_is_lexsorted PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::test_groupsort_indexer PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::test_infinity_sort PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::test_infinity_against_nan PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::test_ensure_platform_int PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::test_int64_add_overflow PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestMode::test_no_mode PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestMode::test_mode_single PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestMode::test_number_mode PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestMode::test_strobj_mode PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestMode::test_datelike_mode PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestMode::test_timedelta_mode PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestMode::test_mixed_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestMode::test_uint64_overflow PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestMode::test_categorical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_algos.py::TestMode::test_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestPandasDelegate::test_invalid_delegation PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestPandasDelegate::test_memory_usage PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestIndexOps::test_binary_ops_docs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestIndexOps::test_none_comparison PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestIndexOps::test_ndarray_compat_properties PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestIndexOps::test_ops PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestIndexOps::test_nanops PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestIndexOps::test_value_counts_unique_nunique PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestIndexOps::test_value_counts_unique_nunique_null PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestIndexOps::test_value_counts_inferred PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestIndexOps::test_value_counts_bins PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestIndexOps::test_value_counts_datetime64[Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestIndexOps::test_value_counts_datetime64[Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestIndexOps::test_factorize PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestIndexOps::test_factorize_repeated PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestIndexOps::test_duplicated_drop_duplicates_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestIndexOps::test_drop_duplicates_series_vs_dataframe PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestIndexOps::test_fillna PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestIndexOps::test_memory_usage PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestIndexOps::test_searchsorted PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestIndexOps::test_validate_bool_args PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestTranspose::test_binary_ops_docs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestTranspose::test_transpose PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestTranspose::test_transpose_non_default_axes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestTranspose::test_numpy_transpose PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestNoNewAttributesMixin::test_mixin PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-tolist-int8-rdtype0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-tolist-int16-rdtype1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-tolist-int32-rdtype2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-tolist-int64-rdtype3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-tolist-uint8-rdtype4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-tolist-uint16-rdtype5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-tolist-uint32-rdtype6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-tolist-uint64-rdtype7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-tolist-float16-float] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-tolist-float32-float] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-tolist-float64-float] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-tolist-datetime64[ns]-Timestamp] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-tolist-datetime64[ns, US/Eastern]-Timestamp] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-tolist-timedelta64[ns]-Timedelta] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-list-int8-rdtype0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-list-int16-rdtype1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-list-int32-rdtype2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-list-int64-rdtype3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-list-uint8-rdtype4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-list-uint16-rdtype5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-list-uint32-rdtype6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-list-uint64-rdtype7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-list-float16-float] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-list-float32-float] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-list-float64-float] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-list-datetime64[ns]-Timestamp] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-list-datetime64[ns, US/Eastern]-Timestamp] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-list-timedelta64[ns]-Timedelta] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-iter-int8-rdtype0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-iter-int16-rdtype1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-iter-int32-rdtype2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-iter-int64-rdtype3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-iter-uint8-rdtype4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-iter-uint16-rdtype5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-iter-uint32-rdtype6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-iter-uint64-rdtype7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-iter-float16-float] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-iter-float32-float] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-iter-float64-float] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-iter-datetime64[ns]-Timestamp] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-iter-datetime64[ns, US/Eastern]-Timestamp] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-iter-timedelta64[ns]-Timedelta] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-tolist-int8-rdtype0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-tolist-int16-rdtype1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-tolist-int32-rdtype2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-tolist-int64-rdtype3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-tolist-uint8-rdtype4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-tolist-uint16-rdtype5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-tolist-uint32-rdtype6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-tolist-uint64-rdtype7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-tolist-float16-float] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-tolist-float32-float] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-tolist-float64-float] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-tolist-datetime64[ns]-Timestamp] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-tolist-datetime64[ns, US/Eastern]-Timestamp] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-tolist-timedelta64[ns]-Timedelta] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-list-int8-rdtype0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-list-int16-rdtype1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-list-int32-rdtype2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-list-int64-rdtype3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-list-uint8-rdtype4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-list-uint16-rdtype5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-list-uint32-rdtype6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-list-uint64-rdtype7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-list-float16-float] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-list-float32-float] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-list-float64-float] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-list-datetime64[ns]-Timestamp] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-list-datetime64[ns, US/Eastern]-Timestamp] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-list-timedelta64[ns]-Timedelta] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-iter-int8-rdtype0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-iter-int16-rdtype1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-iter-int32-rdtype2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-iter-int64-rdtype3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-iter-uint8-rdtype4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-iter-uint16-rdtype5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-iter-uint32-rdtype6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-iter-uint64-rdtype7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-iter-float16-float] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-iter-float32-float] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-iter-float64-float] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-iter-datetime64[ns]-Timestamp] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-iter-datetime64[ns, US/Eastern]-Timestamp] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-iter-timedelta64[ns]-Timedelta] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_object_and_category[Series-tolist-object-object-a] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_object_and_category[Series-tolist-object-rdtype1-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_object_and_category[Series-tolist-category-object-a] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_object_and_category[Series-tolist-category-rdtype3-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_object_and_category[Series-list-object-object-a] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_object_and_category[Series-list-object-rdtype1-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_object_and_category[Series-list-category-object-a] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_object_and_category[Series-list-category-rdtype3-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_object_and_category[Series-iter-object-object-a] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_object_and_category[Series-iter-object-rdtype1-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_object_and_category[Series-iter-category-object-a] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_object_and_category[Series-iter-category-rdtype3-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_object_and_category[Index-tolist-object-object-a] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_object_and_category[Index-tolist-object-rdtype1-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_object_and_category[Index-tolist-category-object-a] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_object_and_category[Index-tolist-category-rdtype3-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_object_and_category[Index-list-object-object-a] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_object_and_category[Index-list-object-rdtype1-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_object_and_category[Index-list-category-object-a] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_object_and_category[Index-list-category-rdtype3-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_object_and_category[Index-iter-object-object-a] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_object_and_category[Index-iter-object-rdtype1-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_object_and_category[Index-iter-category-object-a] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_object_and_category[Index-iter-category-rdtype3-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_items[int8-rdtype0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_items[int16-rdtype1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_items[int32-rdtype2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_items[int64-rdtype3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_items[uint8-rdtype4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_items[uint16-rdtype5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_items[uint32-rdtype6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_items[uint64-rdtype7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_items[float16-float] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_items[float32-float] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_items[float64-float] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_items[datetime64[ns]-Timestamp] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_items[datetime64[ns, US/Eastern]-Timestamp] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_items[timedelta64[ns]-Timedelta] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Series-int8-rdtype0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Series-int16-rdtype1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Series-int32-rdtype2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Series-int64-rdtype3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Series-uint8-rdtype4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Series-uint16-rdtype5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Series-uint32-rdtype6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Series-uint64-rdtype7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Series-float16-float] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Series-float32-float] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Series-float64-float] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Series-datetime64[ns]-Timestamp] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Series-datetime64[ns, US/Eastern]-Timestamp] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Series-timedelta64[ns]-Timedelta] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Series-object-rdtype14] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Series-category-rdtype15] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Index-int8-rdtype0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Index-int16-rdtype1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Index-int32-rdtype2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Index-int64-rdtype3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Index-uint8-rdtype4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Index-uint16-rdtype5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Index-uint32-rdtype6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Index-uint64-rdtype7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Index-float16-float] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Index-float32-float] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Index-float64-float] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Index-datetime64[ns]-Timestamp] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Index-datetime64[ns, US/Eastern]-Timestamp] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Index-timedelta64[ns]-Timedelta] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Index-object-rdtype14] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Index-category-rdtype15] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_categorial_datetimelike[tolist] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_categorial_datetimelike[list] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_categorial_datetimelike[iter] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iter_box PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::test_values_consistent[array0-ndarray-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::test_values_consistent[array1-ndarray-object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::test_values_consistent[array2-Categorical-category] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::test_values_consistent[array3-ndarray-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::test_values_consistent[array4-DatetimeIndex-datetime64[ns, US/Central]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::test_values_consistent[array5-ndarray-m8[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::test_values_consistent[array6-ndarray-object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::test_values_consistent[array7-ndarray-object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::test_ndarray_values[array0-expected0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::test_ndarray_values[array1-expected1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::test_ndarray_values[array2-expected2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::test_ndarray_values[array3-expected3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::test_ndarray_values[array4-expected4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::test_ndarray_values[array5-expected5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_base.py::test_ndarray_values[array6-expected6] xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_mut_exclusive PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_get_callable_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_any_none PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_all_not_none PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_iterpairs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_split_ranges PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_map_indices_py PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_union PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_difference PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_intersection PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_groupby PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_random_state PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_maybe_match_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_dict_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_standardize_mapping PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_compression_size[None-to_pickle-obj0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_compression_size[None-to_pickle-obj1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_compression_size[None-to_json-obj0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_compression_size[None-to_json-obj1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_compression_size[None-to_csv-obj0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_compression_size[None-to_csv-obj1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_compression_size[gzip-to_pickle-obj0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_compression_size[gzip-to_pickle-obj1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_compression_size[gzip-to_json-obj0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_compression_size[gzip-to_json-obj1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_compression_size[gzip-to_csv-obj0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_compression_size[gzip-to_csv-obj1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_compression_size[bz2-to_pickle-obj0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_compression_size[bz2-to_pickle-obj1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_compression_size[bz2-to_json-obj0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_compression_size[bz2-to_json-obj1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_compression_size[bz2-to_csv-obj0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_compression_size[bz2-to_csv-obj1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_compression_size[zip-to_pickle-obj0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_compression_size[zip-to_pickle-obj1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_compression_size[zip-to_json-obj0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_compression_size[zip-to_json-obj1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_compression_size[zip-to_csv-obj0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_compression_size[zip-to_csv-obj1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_compression_size[xz-to_pickle-obj0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_compression_size[xz-to_pickle-obj1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_compression_size[xz-to_json-obj0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_compression_size[xz-to_json-obj1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_compression_size[xz-to_csv-obj0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_compression_size[xz-to_csv-obj1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_compression_size_fh[gzip-to_csv-obj0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_compression_size_fh[gzip-to_csv-obj1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_compression_size_fh[gzip-to_json-obj0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_compression_size_fh[gzip-to_json-obj1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_compression_size_fh[bz2-to_csv-obj0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_compression_size_fh[bz2-to_csv-obj1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_compression_size_fh[bz2-to_json-obj0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_compression_size_fh[bz2-to_json-obj1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_compression_size_fh[zip-to_csv-obj0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_compression_size_fh[zip-to_csv-obj1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_compression_size_fh[zip-to_json-obj0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_compression_size_fh[zip-to_json-obj1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_compression_size_fh[xz-to_csv-obj0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_compression_size_fh[xz-to_csv-obj1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_compression_size_fh[xz-to_json-obj0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_compression_size_fh[xz-to_json-obj1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_compression_warning[gzip] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_compression_warning[bz2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_compression_warning[zip] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_common.py::test_compression_warning[xz] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_compat.py::TestBuiltinIterators::test_range PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_compat.py::TestBuiltinIterators::test_map PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_compat.py::TestBuiltinIterators::test_filter PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_compat.py::TestBuiltinIterators::test_zip PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_compat.py::TestBuiltinIterators::test_dict_iterators PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_compat.py::TestCompatFunctions::test_get_range_parameters[0-10-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_compat.py::TestCompatFunctions::test_get_range_parameters[11--2--1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_compat.py::TestCompatFunctions::test_get_range_parameters[0--5-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_compat.py::TestCompatFunctions::test_get_range_parameters[2-4-8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_compat.py::test_re_type PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_config.py::TestConfig::test_api PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_config.py::TestConfig::test_is_one_of_factory PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_config.py::TestConfig::test_register_option PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_config.py::TestConfig::test_describe_option PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_config.py::TestConfig::test_case_insensitive PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_config.py::TestConfig::test_get_option PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_config.py::TestConfig::test_set_option PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_config.py::TestConfig::test_set_option_empty_args PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_config.py::TestConfig::test_set_option_uneven_args PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_config.py::TestConfig::test_set_option_invalid_single_argument_type PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_config.py::TestConfig::test_set_option_multiple PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_config.py::TestConfig::test_validation PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_config.py::TestConfig::test_reset_option PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_config.py::TestConfig::test_reset_option_all PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_config.py::TestConfig::test_deprecate_option zounds!
> PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_config.py::TestConfig::test_config_prefix PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_config.py::TestConfig::test_callback PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_config.py::TestConfig::test_set_ContextManager PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_config.py::TestConfig::test_attribute_access PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_config.py::TestConfig::test_option_context_scope PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_config.py::TestConfig::test_dictwrapper_getattr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_downstream.py::test_dask SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_downstream.py::test_xarray SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_downstream.py::test_oo_optimizable PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_downstream.py::test_statsmodels SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_downstream.py::test_scikit_learn SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_downstream.py::test_seaborn SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_downstream.py::test_pandas_gbq SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_downstream.py::test_pandas_datareader SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_downstream.py::test_geopandas SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_downstream.py::test_pyarrow SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_errors.py::test_exception_importable[UnsupportedFunctionCall] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_errors.py::test_exception_importable[UnsortedIndexError] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_errors.py::test_exception_importable[OutOfBoundsDatetime] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_errors.py::test_exception_importable[ParserError] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_errors.py::test_exception_importable[PerformanceWarning] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_errors.py::test_exception_importable[DtypeWarning] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_errors.py::test_exception_importable[EmptyDataError] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_errors.py::test_exception_importable[ParserWarning] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_errors.py::test_exception_importable[MergeError] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_errors.py::test_catch_oob PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_errors.py::test_error_rename PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_errors.py::test_AbstractMethodError_classmethod PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_expressions.py::TestExpressions::test_integer_arithmetic PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_expressions.py::TestExpressions::test_integer_arithmetic_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_expressions.py::TestExpressions::test_integer_arithmetic_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_expressions.py::TestExpressions::test_integer_panel PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_expressions.py::TestExpressions::test_float_arithemtic_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_expressions.py::TestExpressions::test_float_arithmetic_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_expressions.py::TestExpressions::test_float_panel PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_expressions.py::TestExpressions::test_mixed_arithmetic_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_expressions.py::TestExpressions::test_mixed_arithmetic_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_expressions.py::TestExpressions::test_mixed_panel PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_expressions.py::TestExpressions::test_float_arithemtic PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_expressions.py::TestExpressions::test_mixed_arithmetic PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_expressions.py::TestExpressions::test_integer_with_zeros PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_expressions.py::TestExpressions::test_invalid PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_expressions.py::TestExpressions::test_binary_ops PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_expressions.py::TestExpressions::test_boolean_ops PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_expressions.py::TestExpressions::test_where PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_expressions.py::TestExpressions::test_bool_ops_raise_on_arithmetic PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_expressions.py::TestExpressions::test_bool_ops_warn_on_arithmetic PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_join.py::TestIndexer::test_outer_join_indexer PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_join.py::test_left_join_indexer_unique PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_join.py::test_left_outer_join_bug PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_join.py::test_inner_join_indexer PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_join.py::test_outer_join_indexer PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_join.py::test_left_join_indexer PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_join.py::test_left_join_indexer2 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_join.py::test_outer_join_indexer2 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_join.py::test_inner_join_indexer2 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_join.py::test_merge_join_categorical_multiindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_lib.py::TestMisc::test_max_len_string_array PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_lib.py::TestMisc::test_fast_unique_multiple_list_gen_sort PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_lib.py::TestIndexing::test_maybe_indices_to_slice_left_edge PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_lib.py::TestIndexing::test_maybe_indices_to_slice_right_edge PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_lib.py::TestIndexing::test_maybe_indices_to_slice_both_edges PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_lib.py::TestIndexing::test_maybe_indices_to_slice_middle PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_lib.py::TestIndexing::test_maybe_booleans_to_slice PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_lib.py::TestIndexing::test_get_reverse_indexer PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_lib.py::test_cache_readonly_preserve_docstrings PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_append PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_append_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_dataframe_constructor PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_constructor PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_reindex_level PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_binops_level PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_pickle PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_reindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_reindex_preserve_levels PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_repr_to_string PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_repr_name_coincide PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_getitem_simple PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_getitem PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_getitem_corner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_setitem PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_slice_partial PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_getitem_setitem_boolean PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_getitem_setitem_slice PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_getitem_setitem_multislice PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_getitem_multicolumn_empty_level PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_setitem_multi_column PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_getitem_tuple_plus_slice PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_getitem_setitem_tuple_plus_columns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_xs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_xs_partial PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_xs_level PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_xs_level_multiple PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_xs_level0 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_xs_level_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_get_loc_single_level PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_getitem_toplevel PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_getitem_setitem_slice_integers PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_getitem_int PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_getitem_partial PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_setitem_change_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_setitem_ix PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_fancy_slice_partial PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_getitem_partial_column_select PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_delevel_infer_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_reset_index_with_drop PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_count_level PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_count_level_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_count_level_corner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_get_level_number_out_of_bounds PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_unstack PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_unstack_multiple_no_empty_columns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_stack PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_unstack_odd_failure PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_stack_mixed_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_unstack_bug PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_stack_unstack_preserve_names PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_unstack_level_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_stack_level_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_stack_unstack_multiple PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_stack_names_and_numbers PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_stack_multiple_out_of_bounds PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_unstack_period_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_unstack_period_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_stack_multiple_bug PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_stack_dropna PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_unstack_multiple_hierarchical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_groupby_transform PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_unstack_sparse_keyspace PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_unstack_unobserved_keys PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_stack_order_with_unsorted_levels PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_groupby_corner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_groupby_level_no_obs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_join PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_swaplevel PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_swaplevel_panel PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_reorder_levels PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_insert_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_alignment PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_getitem_view PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_count PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_stat_op_corner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_any_all_group PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_std_var_pass_ddof PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_series_agg_multiple_levels PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_groupby_multilevel PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_groupby_multilevel_with_transform PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_multilevel_consolidate PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_ix_preserve_names PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_partial_set PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_unstack_preserve_types PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_unstack_group_index_overflow PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_pyint_engine PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_getitem_lowerdim_corner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_partial_ix_missing SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_to_html PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_level_with_tuples PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_int_series_slicing PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_mixed_depth_get[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_mixed_depth_get[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_mixed_depth_insert PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_mixed_depth_drop PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_drop_nonunique PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_mixed_depth_pop PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_reindex_level_partial_selection PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_setitem_multiple_partial PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_drop_level PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_drop_level_nonunique_datetime PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_drop_preserve_names PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_unicode_repr_issues PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_unicode_repr_level_names PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_dataframe_insert_column_all_na PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_join_segfault PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_set_column_scalar_with_ix PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_dict_constructor_empty_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_indexing_ambiguity_bug_1678 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_nonunique_assignment_1750 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_indexing_over_hashtable_size_cutoff PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_multiindex_na_repr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_assign_index_sequences PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_tuples_have_na PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_duplicate_groupby_issues PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_duplicate_mi PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_duplicated_drop_duplicates PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_multiindex_set_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_datetimeindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_constructor_with_tz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_set_index_datetime PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_reset_index_datetime PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_reset_index_period PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_reset_index_multiindex_columns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_set_index_period PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_repeat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_iloc_mi PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestSorted::test_sort_index_preserve_levels PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestSorted::test_sorting_repr_8017 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestSorted::test_sort_index_level PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestSorted::test_sort_index_level_large_cardinality PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestSorted::test_sort_index_level_by_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestSorted::test_sort_index_level_mixed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestSorted::test_is_lexsorted PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestSorted::test_getitem_multilevel_index_tuple_not_sorted PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestSorted::test_getitem_slice_not_sorted PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestSorted::test_frame_getitem_not_sorted2 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestSorted::test_frame_getitem_not_sorted PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestSorted::test_series_getitem_not_sorted PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestSorted::test_sort_index_and_reconstruction PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestSorted::test_sort_index_and_reconstruction_doc_example PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestSorted::test_sort_index_reorder_on_ops PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestSorted::test_sort_non_lexsorted PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestSorted::test_sort_index_nan PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestSorted::test_sort_ascending_list PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanany PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanall PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nansum PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanmean PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanmean_overflow PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_returned_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanmedian PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanvar[0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanvar[1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanvar[2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanstd[0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanstd[1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanstd[2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nansem[0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nansem[1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nansem[2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanmin PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanmax PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanargmax PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanargmin PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanskew PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nankurt PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanprod PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nancorr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nancorr_pearson PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nancorr_kendall PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nancorr_spearman PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nancov PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nangt PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nange PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanlt PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanle PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_naneq PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanne PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test__has_infs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test__isfinite PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test__bn_ok_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestEnsureNumeric::test_numeric_values PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestEnsureNumeric::test_ndarray PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestEnsureNumeric::test_convertable_values PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestEnsureNumeric::test_non_convertable_values PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestNanvarFixedValues::test_nanvar_all_finite PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestNanvarFixedValues::test_nanvar_nans PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestNanvarFixedValues::test_nanstd_nans PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestNanvarFixedValues::test_nanvar_axis PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestNanvarFixedValues::test_nanvar_ddof PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestNanvarFixedValues::test_ground_truth PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestNanvarFixedValues::test_nanstd_roundoff PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestNanskewFixedValues::test_constant_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestNanskewFixedValues::test_all_finite PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestNanskewFixedValues::test_ground_truth PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestNanskewFixedValues::test_axis PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestNanskewFixedValues::test_nans PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestNanskewFixedValues::test_nans_skipna PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestNankurtFixedValues::test_constant_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestNankurtFixedValues::test_all_finite PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestNankurtFixedValues::test_ground_truth PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestNankurtFixedValues::test_axis PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestNankurtFixedValues::test_nans PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::TestNankurtFixedValues::test_nans_skipna PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::test_use_bottleneck PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::test_numpy_ops[sum-10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::test_numpy_ops[nansum-10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::test_numpy_ops[mean-2.5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::test_numpy_ops[nanmean-2.5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::test_numpy_ops[median-2.5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::test_numpy_ops[nanmedian-2.5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::test_numpy_ops[amin-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::test_numpy_ops[amax-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::test_numpy_ops_np_version_under1p13[nanmin-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_nanops.py::test_numpy_ops_np_version_under1p13[nanmax-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_pickle PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_rank PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_cumsum PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_repr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_copy_names PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_iter PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_count PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_sum PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_mean PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_prod PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_median PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_min PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_max PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_skew PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_var PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_std PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_sem PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_get_axis PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_set_axis PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_get_axis_number PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_get_axis_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_get_plane_axes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_truncate PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_arith PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_keys PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_iteritems PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_combineFrame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_combinePanel PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_raise_when_not_implemented PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_select PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_abs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_getitem PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_delitem_and_pop PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_setitem PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_setitem_ndarray PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_set_minor_major PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_major_xs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_major_xs_mixed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_minor_xs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_minor_xs_mixed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_xs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_getitem_fancy_labels PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_getitem_fancy_slice PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_getitem_fancy_ints PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_getitem_fancy_xs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_getitem_fancy_xs_check_view PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_getitem_callable PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_ix_setitem_slice_dataframe PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_ix_align PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_ix_frame_align PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_logical_with_nas PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_neg PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_invert PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_comparisons PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_get_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_set_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_constructor PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_constructor_cast PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_constructor_empty_panel PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_constructor_observe_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_constructor_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_constructor_fails_with_not_3d_input PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_consolidate PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_ctor_dict PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_constructor_dict_mixed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_ctor_orderedDict PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_constructor_resize PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_from_dict_mixed_orient PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_constructor_error_msgs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_conform PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_convert_objects PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_astype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_apply PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_apply_slabs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_apply_no_or_zero_ndim PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_reindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_reindex_axis_style PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_reindex_multi PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_reindex_like PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_take PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_sort_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_fillna PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_ffill_bfill PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_truncate_fillna_bug PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_swapaxes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_transpose PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_transpose_copy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_to_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_to_frame_mixed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_to_frame_multi_major PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_to_frame_multi_major_minor PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_to_frame_multi_drop_level PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_to_panel_na_handling PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_to_panel_duplicates PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_panel_dups PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_filter PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_compound PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_shift PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_tshift PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_pct_change PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_round PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_numpy_round PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_multiindex_get PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_multiindex_blocks PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_repr_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_rename PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_get_attr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_from_frame_level1_unsorted PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_to_excel PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_to_excel_xlsxwriter PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_dropna PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_drop PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_update PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_update_from_dict PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_update_nooverwrite PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_update_filtered PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_update_raise PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_all_any PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_all_any_unhandled PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestPanel::test_sort_values PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestLongPanel::test_ops_differently_indexed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestLongPanel::test_ops_scalar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestLongPanel::test_combineFrame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestLongPanel::test_combinePanel PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestLongPanel::test_combine_scalar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestLongPanel::test_combine_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestLongPanel::test_operators PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestLongPanel::test_arith_flex_panel PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestLongPanel::test_sort PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestLongPanel::test_to_string PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestLongPanel::test_to_sparse PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestLongPanel::test_truncate PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestLongPanel::test_axis_dummies PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestLongPanel::test_get_dummies PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestLongPanel::test_mean PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestLongPanel::test_sum PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestLongPanel::test_count PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestLongPanel::test_join PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::TestLongPanel::test_pivot PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::test_panel_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py::test_panel_np_all PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_register_accessor.py::test_register[Series-register_series_accessor] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_register_accessor.py::test_register[DataFrame-register_dataframe_accessor] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_register_accessor.py::test_register[Index-register_index_accessor] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_register_accessor.py::test_accessor_works PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_register_accessor.py::test_overwrite_warns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_register_accessor.py::test_raises_attribute_error PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestResampleAPI::test_str PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestResampleAPI::test_api PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestResampleAPI::test_groupby_resample_api PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestResampleAPI::test_groupby_resample_on_api PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestResampleAPI::test_pipe PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestResampleAPI::test_getitem PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestResampleAPI::test_select_bad_cols PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestResampleAPI::test_attribute_access PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestResampleAPI::test_api_compat_before_use PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestResampleAPI::tests_skip_nuisance PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestResampleAPI::test_downsample_but_actually_upsampling PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestResampleAPI::test_combined_up_downsampling_of_irregular PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestResampleAPI::test_transform PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestResampleAPI::test_fillna PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestResampleAPI::test_apply_without_aggregation PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestResampleAPI::test_agg_consistency PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestResampleAPI::test_agg PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestResampleAPI::test_agg_misc PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestResampleAPI::test_agg_nested_dicts PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestResampleAPI::test_try_aggregate_non_existing_column PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestResampleAPI::test_selection_api_validation PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_asfreq[Series-2D] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_asfreq[Series-1H] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_asfreq[DataFrame-2D] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_asfreq[DataFrame-1H] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_asfreq_fill_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_interpolate PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_raises_on_non_datetimelike_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_empty_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_empty_dataframe PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_empty_dtypes[float-index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_empty_dtypes[float-index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_empty_dtypes[float-index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_empty_dtypes[int-index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_empty_dtypes[int-index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_empty_dtypes[int-index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_empty_dtypes[object-index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_empty_dtypes[object-index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_empty_dtypes[object-index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_empty_dtypes[datetime64[ns]-index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_empty_dtypes[datetime64[ns]-index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_empty_dtypes[datetime64[ns]-index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_loffset_arg_type PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_apply_to_empty_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_custom_grouper PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_basic PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_string_kwargs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_how PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_numpy_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_how_callables PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_with_timedeltas PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_single_period_timedelta PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_timedelta_idempotency PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_rounding PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_basic_from_daily PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_upsampling_picked_but_not_correct PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_frame_basic PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_loffset PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_loffset_upsample PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_loffset_count PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_upsample PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_how_method PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_extra_index_point PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_upsample_with_limit PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_nearest_upsample_with_limit PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_ohlc PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_ohlc_result PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_ohlc_dataframe PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_dup_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_reresample PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_timestamp_to_period PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_ohlc_5min PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_downsample_non_unique PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_asfreq_non_unique PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_axis1 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_panel PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_panel_numpy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_anchored_ticks PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_single_group PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_base_with_timedeltaindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_categorical_data_with_timedeltaindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_daily_anchored PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_to_period_monthly_buglet PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_period_with_agg PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_segfault PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_dtype_preservation PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_dtype_coerceion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_weekly_resample_buglet PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_monthly_resample_error PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_nanosecond_resample_error PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_anchored_intraday PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_anchored_monthstart PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_anchored_multiday PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_corner_cases PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_anchored_lowercase_buglet PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_upsample_apply_functions PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_not_monotonic PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_median_bug_1688 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_how_lambda_functions PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_unequal_times PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_consistency PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_timegrouper PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_nunique PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_nunique_with_date_gap PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_group_info PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_size PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_across_dst PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_dst_anchor PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_with_nat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_timedelta_values PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_datetime_values PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_interpolate PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_raises_on_non_datetimelike_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_empty_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_empty_dataframe PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_empty_dtypes[float-index0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_empty_dtypes[int-index0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_empty_dtypes[object-index0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_empty_dtypes[datetime64[ns]-index0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_loffset_arg_type PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_apply_to_empty_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_asfreq[Series-period-2D] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_asfreq[Series-period-1H] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_asfreq[Series-period-2H] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_asfreq[Series-None-2D] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_asfreq[Series-None-1H] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_asfreq[Series-None-2H] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_asfreq[Series-timestamp-2D] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_asfreq[Series-timestamp-1H] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_asfreq[Series-timestamp-2H] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_asfreq[DataFrame-period-2D] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_asfreq[DataFrame-period-1H] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_asfreq[DataFrame-period-2H] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_asfreq[DataFrame-None-2D] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_asfreq[DataFrame-None-1H] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_asfreq[DataFrame-None-2H] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_asfreq[DataFrame-timestamp-2D] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_asfreq[DataFrame-timestamp-1H] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_asfreq[DataFrame-timestamp-2H] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_asfreq_fill_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_selection[None-H] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_selection[None-12H] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_selection[None-2D] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_selection[None-W] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_selection[period-H] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_selection[period-12H] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_selection[period-2D] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_selection[period-W] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_selection[timestamp-H] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_selection[timestamp-12H] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_selection[timestamp-2D] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_selection[timestamp-W] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_annual_upsample_D_s_f PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_annual_upsample_D_e_f PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_annual_upsample_D_s_b PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_annual_upsample_D_e_b PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_annual_upsample_B_s_f PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_annual_upsample_B_e_f PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_annual_upsample_B_s_b PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_annual_upsample_B_e_b PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_annual_upsample_M_s_f PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_annual_upsample_M_e_f PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_annual_upsample_M_s_b PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_annual_upsample_M_e_b PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_basic_downsample PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_not_subperiod PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_basic_upsample[D] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_basic_upsample[2D] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_upsample_with_limit PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_annual_upsample PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_quarterly_upsample PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_monthly_upsample PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_basic PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_count[M-expected_vals0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_count[2M-expected_vals1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_same_freq PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_incompat_freq PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_with_local_timezone_pytz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_with_pytz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_with_local_timezone_dateutil PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_fill_method_and_how_upsample PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_weekly_upsample PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_to_timestamps PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_to_quarterly PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_fill_missing PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_cant_fill_missing_dups PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_5minute[period-5min] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_5minute[None-5min] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_5minute[timestamp-5min] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_upsample_daily_business_daily PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_irregular_sparse PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_weekly_all_na PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_tz_localized PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_closed_left_corner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_quarterly_resampling PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_weekly_bug_1726 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_with_dst_time_change PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_bms_2752 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_default_right_closed_label PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_default_left_closed_label PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_all_values_single_bin PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_evenly_divisible_with_no_extra_bins PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_loffset_returns_datetimeindex[mean-period] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_loffset_returns_datetimeindex[mean-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_loffset_returns_datetimeindex[mean-timestamp] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_loffset_returns_datetimeindex[agg_arg1-period] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_loffset_returns_datetimeindex[agg_arg1-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_loffset_returns_datetimeindex[agg_arg1-timestamp] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_loffset_returns_datetimeindex[agg_arg2-period] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_loffset_returns_datetimeindex[agg_arg2-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_loffset_returns_datetimeindex[agg_arg2-timestamp] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_upsampling_ohlc[None-H-24] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_upsampling_ohlc[None-12H-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_upsampling_ohlc[period-H-24] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_upsampling_ohlc[period-12H-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_with_nat[1s-expected_values0-periods0-values0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_with_nat[1s-expected_values0-periods1-values1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_with_nat[2s-expected_values1-periods0-values0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_with_nat[2s-expected_values1-periods1-values1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_with_nat[3s-expected_values2-periods0-values0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_with_nat[3s-expected_values2-periods1-values1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_with_only_nat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestTimedeltaIndex::test_asfreq[Series-2D] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestTimedeltaIndex::test_asfreq[Series-1H] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestTimedeltaIndex::test_asfreq[DataFrame-2D] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestTimedeltaIndex::test_asfreq[DataFrame-1H] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestTimedeltaIndex::test_asfreq_fill_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestTimedeltaIndex::test_resample_interpolate PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestTimedeltaIndex::test_raises_on_non_datetimelike_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestTimedeltaIndex::test_resample_empty_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestTimedeltaIndex::test_resample_empty_dataframe PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestTimedeltaIndex::test_resample_empty_dtypes[float-index0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestTimedeltaIndex::test_resample_empty_dtypes[int-index0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestTimedeltaIndex::test_resample_empty_dtypes[object-index0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestTimedeltaIndex::test_resample_empty_dtypes[datetime64[ns]-index0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestTimedeltaIndex::test_resample_loffset_arg_type PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestTimedeltaIndex::test_apply_to_empty_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestTimedeltaIndex::test_asfreq_bug PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestResamplerGrouper::test_tab_complete_ipython6_warning SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestResamplerGrouper::test_deferred_with_groupby PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestResamplerGrouper::test_getitem PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestResamplerGrouper::test_getitem_multiple PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestResamplerGrouper::test_groupby_resample_on_api_with_getitem PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestResamplerGrouper::test_nearest PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestResamplerGrouper::test_methods PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestResamplerGrouper::test_apply PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestResamplerGrouper::test_apply_with_mutated_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestResamplerGrouper::test_resample_groupby_with_label PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestResamplerGrouper::test_consistency_with_window PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestResamplerGrouper::test_median_duplicate_columns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestTimeGrouper::test_apply PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestTimeGrouper::test_count PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestTimeGrouper::test_numpy_reduction PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestTimeGrouper::test_apply_iteration PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestTimeGrouper::test_panel_aggregation PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestTimeGrouper::test_fails_on_no_datetime_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestTimeGrouper::test_aaa_group_order PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestTimeGrouper::test_aggregate_normal PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestTimeGrouper::test_resample_entirly_nat_window[sum-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestTimeGrouper::test_resample_entirly_nat_window[prod-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestTimeGrouper::test_aggregate_with_nat[min-nan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestTimeGrouper::test_aggregate_with_nat[max-nan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestTimeGrouper::test_aggregate_with_nat[sum-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestTimeGrouper::test_aggregate_with_nat[prod-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestTimeGrouper::test_aggregate_with_nat[count-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestTimeGrouper::test_aggregate_with_nat_size PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestTimeGrouper::test_repr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestTimeGrouper::test_upsample_sum[sum-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_resample.py::TestTimeGrouper::test_upsample_sum[prod-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_sorting.py::TestSorting::test_int64_overflow PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_sorting.py::TestSorting::test_int64_overflow_moar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_sorting.py::TestSorting::test_lexsort_indexer PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_sorting.py::TestSorting::test_nargsort PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_issues PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_sorting.py::test_decons PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_sorting.py::TestSafeSort::test_basic_sort PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_sorting.py::TestSafeSort::test_labels PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_sorting.py::TestSafeSort::test_mixed_integer PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_sorting.py::TestSafeSort::test_mixed_integer_from_list PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_sorting.py::TestSafeSort::test_unsortable PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_sorting.py::TestSafeSort::test_exceptions PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_iter PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_iter_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_iter_single_element PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_iter_object_try_string PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_cat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_name[None-Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_name[None-Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_name[Series-Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_name[Series-Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_name[Index-Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_name[Index-Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat[series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat[index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_raises_intuitive_error[series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_raises_intuitive_error[index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_categorical[series-object-object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_categorical[series-object-category] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_categorical[series-category-object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_categorical[series-category-category] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_categorical[index-object-object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_categorical[index-object-category] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_categorical[index-category-object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_categorical[index-category-category] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_mixed_inputs[series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_mixed_inputs[index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_align_indexed[series-left] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_align_indexed[series-outer] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_align_indexed[series-inner] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_align_indexed[series-right] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_align_indexed[index-left] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_align_indexed[index-outer] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_align_indexed[index-inner] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_align_indexed[index-right] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_align_mixed_inputs[left] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_align_mixed_inputs[outer] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_align_mixed_inputs[inner] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_align_mixed_inputs[right] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_special_cases PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_cat_on_filtered_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_count PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_contains PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_startswith PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_endswith PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_title PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_lower_upper PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_capitalize PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_swapcase PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_casemethods PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_replace PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_replace_callable PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_replace_compiled_regex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_replace_literal PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_repeat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_match PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_extract_expand_None PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_extract_expand_unspecified PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_extract_expand_False PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_extract_expand_True PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_extract_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_extract_optional_groups PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_extract_single_group_returns_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_extractall PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_extractall_single_group PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_extractall_single_group_with_quantifier PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_extractall_no_matches[data0-names0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_extractall_no_matches[data1-names1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_extractall_no_matches[data2-names2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_extractall_no_matches[data3-names3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_extractall_no_matches[data4-names4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_extractall_no_matches[data5-names5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_extractall_no_matches[data6-names6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_extractall_no_matches[data7-names7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_extractall_stringindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_extractall_errors PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_extract_index_one_two_groups PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_extractall_same_as_extract PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_extractall_same_as_extract_subject_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_empty_str_methods PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_empty_str_methods_to_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_ismethods PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_isnumeric PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_get_dummies PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_get_dummies_with_name_dummy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_join PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_len PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_findall PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_find PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_find_nan PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_pad PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_pad_fillchar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_pad_width PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_translate PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_center_ljust_rjust PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_center_ljust_rjust_fillchar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_zfill PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_split PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_rsplit PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_split_blank_string PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_split_noargs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_split_maxsplit PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_split_no_pat_with_nonzero_n PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_split_to_dataframe PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_split_to_multiindex_expand PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_rsplit_to_dataframe_expand PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_rsplit_to_multiindex_expand PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_split_nan_expand PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_split_with_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_partition_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_partition_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_partition_to_dataframe PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_partition_with_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_pipe_failures PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_slice PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_slice_replace PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_strip_lstrip_rstrip PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_strip_lstrip_rstrip_mixed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_strip_lstrip_rstrip_unicode PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_strip_lstrip_rstrip_args PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_strip_lstrip_rstrip_args_unicode PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_wrap PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_get PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_get_complex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_get_complex_nested[tuple] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_get_complex_nested[list] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_get_complex_nested[to_type2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_more_contains PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_contains_nan PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_more_replace PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_string_slice_get_syntax PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_string_slice_out_of_bounds PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_match_findall_flags PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_encode_decode PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_encode_decode_errors PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_normalize PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_index_str_accessor_visibility PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_accessor_no_new_attributes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_method_on_bytes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_take.py::TestTake::test_1d_with_out PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_take.py::TestTake::test_1d_fill_nonna PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_with_out PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_fill_nonna PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_take.py::TestTake::test_3d_with_out PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_take.py::TestTake::test_3d_fill_nonna PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_take.py::TestTake::test_1d_other_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_other_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_take.py::TestTake::test_1d_bool PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_bool PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_float32 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_datetime64 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_take.py::TestTake::test_take_axis_0 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_take.py::TestTake::test_take_axis_1 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_take.py::TestExtensionTake::test_bounds_check_large PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_take.py::TestExtensionTake::test_bounds_check_small PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_take.py::TestExtensionTake::test_take_empty[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_take.py::TestExtensionTake::test_take_empty[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_take.py::TestExtensionTake::test_take_na_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_take.py::TestExtensionTake::test_take_coerces_list PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestApi::test_getitem PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestApi::test_select_bad_cols PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestApi::test_attribute_access PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestApi::tests_skip_nuisance PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestApi::test_skip_sum_object_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestApi::test_agg PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestApi::test_agg_apply[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestApi::test_agg_apply[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestApi::test_agg_consistency PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestApi::test_agg_nested_dicts PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestApi::test_count_nonnumeric_types PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestApi::test_window_with_args PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestApi::test_preserve_metadata PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestWindow::test_constructor[series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestWindow::test_constructor[frame] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestWindow::test_constructor_with_win_type[triang-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestWindow::test_constructor_with_win_type[triang-frame] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestWindow::test_constructor_with_win_type[blackman-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestWindow::test_constructor_with_win_type[blackman-frame] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestWindow::test_constructor_with_win_type[hamming-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestWindow::test_constructor_with_win_type[hamming-frame] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestWindow::test_constructor_with_win_type[bartlett-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestWindow::test_constructor_with_win_type[bartlett-frame] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestWindow::test_constructor_with_win_type[bohman-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestWindow::test_constructor_with_win_type[bohman-frame] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestWindow::test_constructor_with_win_type[blackmanharris-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestWindow::test_constructor_with_win_type[blackmanharris-frame] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestWindow::test_constructor_with_win_type[nuttall-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestWindow::test_constructor_with_win_type[nuttall-frame] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestWindow::test_constructor_with_win_type[barthann-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestWindow::test_constructor_with_win_type[barthann-frame] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestWindow::test_numpy_compat[sum] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestWindow::test_numpy_compat[mean] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRolling::test_doc_string PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRolling::test_constructor[series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRolling::test_constructor[frame] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRolling::test_constructor_with_win_type[series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRolling::test_constructor_with_win_type[frame] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRolling::test_constructor_with_timedelta_window[window0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRolling::test_constructor_with_timedelta_window[window1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRolling::test_constructor_timedelta_window_and_minperiods[True-window0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRolling::test_constructor_timedelta_window_and_minperiods[True-window1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRolling::test_constructor_timedelta_window_and_minperiods[True-3D] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRolling::test_constructor_timedelta_window_and_minperiods[False-window0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRolling::test_constructor_timedelta_window_and_minperiods[False-window1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRolling::test_constructor_timedelta_window_and_minperiods[False-3D] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRolling::test_numpy_compat[std] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRolling::test_numpy_compat[mean] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRolling::test_numpy_compat[sum] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRolling::test_numpy_compat[max] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRolling::test_numpy_compat[min] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRolling::test_numpy_compat[var] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRolling::test_closed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRolling::tests_empty_df_rolling[1s] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRolling::tests_empty_df_rolling[1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRolling::test_missing_minp_zero PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRolling::test_missing_minp_zero_variable PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRolling::test_multi_index_names PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRolling::test_iter_raises[Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRolling::test_iter_raises[DataFrame] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestExpanding::test_doc_string PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestExpanding::test_constructor[series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestExpanding::test_constructor[frame] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestExpanding::test_numpy_compat[std] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestExpanding::test_numpy_compat[mean] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestExpanding::test_numpy_compat[sum] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestExpanding::test_numpy_compat[max] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestExpanding::test_numpy_compat[min] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestExpanding::test_numpy_compat[var] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestExpanding::test_empty_df_expanding[1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestExpanding::test_empty_df_expanding[ls] xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestExpanding::test_missing_minp_zero PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestExpanding::test_iter_raises[Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestExpanding::test_iter_raises[DataFrame] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestEWM::test_doc_string PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestEWM::test_constructor[series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestEWM::test_constructor[frame] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestEWM::test_numpy_compat[std] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestEWM::test_numpy_compat[mean] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestEWM::test_numpy_compat[var] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestDtype_object::test_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestDtype_int8::test_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestDtype_int16::test_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestDtype_int32::test_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestDtype_int64::test_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestDtype_uint8::test_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestDtype_uint16::test_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestDtype_uint32::test_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestDtype_uint64::test_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestDtype_float16::test_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestDtype_float32::test_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestDtype_float64::test_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestDtype_category::test_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestDtype_timedelta::test_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestDtype_datetime::test_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestDtype_datetime64UTC::test_dtypes SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_centered_axis_validation PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_sum PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_count PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_mean PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_mean PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_corner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_na_min_periods PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_regular[triang] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_regular[blackman] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_regular[hamming] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_regular[bartlett] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_regular[bohman] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_regular[blackmanharris] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_regular[nuttall] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_regular[barthann] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_regular_linear_range[triang] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_regular_linear_range[blackman] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_regular_linear_range[hamming] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_regular_linear_range[bartlett] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_regular_linear_range[bohman] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_regular_linear_range[blackmanharris] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_regular_linear_range[nuttall] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_regular_linear_range[barthann] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_regular_missing_data[triang] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_regular_missing_data[blackman] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_regular_missing_data[hamming] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_regular_missing_data[bartlett] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_regular_missing_data[bohman] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_regular_missing_data[blackmanharris] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_regular_missing_data[nuttall] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_regular_missing_data[barthann] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_special[kaiser] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_special[gaussian] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_special[general_gaussian] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_special_linear_range[kaiser] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_special_linear_range[gaussian] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_special_linear_range[general_gaussian] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_median PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_min PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_max PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile[0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile[0.1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile[0.5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile[0.9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile[1.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_np_percentile PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data0-linear-0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data0-linear-0.1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data0-linear-0.45] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data0-linear-0.5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data0-linear-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data0-lower-0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data0-lower-0.1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data0-lower-0.45] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data0-lower-0.5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data0-lower-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data0-higher-0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data0-higher-0.1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data0-higher-0.45] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data0-higher-0.5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data0-higher-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data0-nearest-0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data0-nearest-0.1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data0-nearest-0.45] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data0-nearest-0.5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data0-nearest-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data0-midpoint-0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data0-midpoint-0.1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data0-midpoint-0.45] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data0-midpoint-0.5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data0-midpoint-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data1-linear-0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data1-linear-0.1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data1-linear-0.45] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data1-linear-0.5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data1-linear-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data1-lower-0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data1-lower-0.1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data1-lower-0.45] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data1-lower-0.5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data1-lower-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data1-higher-0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data1-higher-0.1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data1-higher-0.45] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data1-higher-0.5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data1-higher-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data1-nearest-0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data1-nearest-0.1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data1-nearest-0.45] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data1-nearest-0.5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data1-nearest-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data1-midpoint-0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data1-midpoint-0.1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data1-midpoint-0.45] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data1-midpoint-0.5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data1-midpoint-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data2-linear-0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data2-linear-0.1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data2-linear-0.45] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data2-linear-0.5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data2-linear-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data2-lower-0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data2-lower-0.1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data2-lower-0.45] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data2-lower-0.5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data2-lower-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data2-higher-0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data2-higher-0.1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data2-higher-0.45] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data2-higher-0.5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data2-higher-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data2-nearest-0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data2-nearest-0.1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data2-nearest-0.45] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data2-nearest-0.5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data2-nearest-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data2-midpoint-0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data2-midpoint-0.1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data2-midpoint-0.45] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data2-midpoint-0.5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data2-midpoint-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data3-linear-0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data3-linear-0.1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data3-linear-0.45] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data3-linear-0.5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data3-linear-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data3-lower-0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data3-lower-0.1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data3-lower-0.45] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data3-lower-0.5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data3-lower-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data3-higher-0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data3-higher-0.1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data3-higher-0.45] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data3-higher-0.5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data3-higher-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data3-nearest-0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data3-nearest-0.1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data3-nearest-0.45] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data3-nearest-0.5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data3-nearest-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data3-midpoint-0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data3-midpoint-0.1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data3-midpoint-0.45] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data3-midpoint-0.5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data3-midpoint-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data4-linear-0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data4-linear-0.1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data4-linear-0.45] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data4-linear-0.5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data4-linear-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data4-lower-0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data4-lower-0.1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data4-lower-0.45] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data4-lower-0.5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data4-lower-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data4-higher-0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data4-higher-0.1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data4-higher-0.45] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data4-higher-0.5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data4-higher-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data4-nearest-0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data4-nearest-0.1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data4-nearest-0.45] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data4-nearest-0.5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data4-nearest-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data4-midpoint-0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data4-midpoint-0.1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data4-midpoint-0.45] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data4-midpoint-0.5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data4-midpoint-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data5-linear-0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data5-linear-0.1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data5-linear-0.45] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data5-linear-0.5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data5-linear-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data5-lower-0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data5-lower-0.1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data5-lower-0.45] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data5-lower-0.5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data5-lower-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data5-higher-0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data5-higher-0.1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data5-higher-0.45] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data5-higher-0.5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data5-higher-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data5-nearest-0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data5-nearest-0.1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data5-nearest-0.45] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data5-nearest-0.5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data5-nearest-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data5-midpoint-0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data5-midpoint-0.1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data5-midpoint-0.45] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data5-midpoint-0.5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data5-midpoint-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data6-linear-0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data6-linear-0.1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data6-linear-0.45] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data6-linear-0.5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data6-linear-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data6-lower-0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data6-lower-0.1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data6-lower-0.45] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data6-lower-0.5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data6-lower-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data6-higher-0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data6-higher-0.1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data6-higher-0.45] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data6-higher-0.5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data6-higher-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data6-nearest-0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data6-nearest-0.1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data6-nearest-0.45] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data6-nearest-0.5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data6-nearest-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data6-midpoint-0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data6-midpoint-0.1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data6-midpoint-0.45] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data6-midpoint-0.5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data6-midpoint-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_invalid_quantile_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_param PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_apply[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_apply[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_apply_future_warning[<lambda>0-Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_apply_future_warning[<lambda>0-DataFrame] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_apply_future_warning[<lambda>1-Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_apply_future_warning[<lambda>1-DataFrame] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_apply_out_of_bounds[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_apply_out_of_bounds[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_apply_with_pandas_objects[2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_apply_with_pandas_objects[2s] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_std PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_std_1obs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_std_neg_sqrt PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_var PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_skew PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_kurt PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_ewma PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_ewma_cases[True-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_ewma_cases[True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_ewma_cases[False-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_ewma_cases[False-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_ewma_nan_handling PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_ewmvar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_ewmvol PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_ewma_span_com_args PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_ewma_halflife_arg PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_ewm_alpha PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_ewm_alpha_arg PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_ewm_domain_checks PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_ew_empty_series[mean] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_ew_empty_series[vol] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMoments::test_ew_empty_series[var] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestPairwise::test_no_flex[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestPairwise::test_no_flex[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestPairwise::test_pairwise_with_self[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestPairwise::test_pairwise_with_self[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestPairwise::test_pairwise_with_self[<lambda>2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestPairwise::test_pairwise_with_self[<lambda>3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestPairwise::test_pairwise_with_self[<lambda>4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestPairwise::test_pairwise_with_self[<lambda>5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestPairwise::test_no_pairwise_with_self[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestPairwise::test_no_pairwise_with_self[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestPairwise::test_no_pairwise_with_self[<lambda>2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestPairwise::test_no_pairwise_with_self[<lambda>3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestPairwise::test_no_pairwise_with_self[<lambda>4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestPairwise::test_no_pairwise_with_self[<lambda>5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestPairwise::test_pairwise_with_other[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestPairwise::test_pairwise_with_other[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestPairwise::test_pairwise_with_other[<lambda>2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestPairwise::test_pairwise_with_other[<lambda>3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestPairwise::test_pairwise_with_other[<lambda>4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestPairwise::test_pairwise_with_other[<lambda>5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestPairwise::test_no_pairwise_with_other[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestPairwise::test_no_pairwise_with_other[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestPairwise::test_no_pairwise_with_other[<lambda>2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestPairwise::test_no_pairwise_with_other[<lambda>3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestPairwise::test_no_pairwise_with_other[<lambda>4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestPairwise::test_no_pairwise_with_other[<lambda>5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestPairwise::test_pairwise_with_series[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestPairwise::test_pairwise_with_series[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestPairwise::test_pairwise_with_series[<lambda>2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestPairwise::test_pairwise_with_series[<lambda>3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestPairwise::test_pairwise_with_series[<lambda>4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestPairwise::test_pairwise_with_series[<lambda>5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_ewm_consistency[0-True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_ewm_consistency[0-True-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_ewm_consistency[0-False-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_ewm_consistency[0-False-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_ewm_consistency[1-True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_ewm_consistency[1-True-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_ewm_consistency[1-False-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_ewm_consistency[1-False-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_ewm_consistency[2-True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_ewm_consistency[2-True-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_ewm_consistency[2-False-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_ewm_consistency[2-False-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_ewm_consistency[3-True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_ewm_consistency[3-True-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_ewm_consistency[3-False-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_ewm_consistency[3-False-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_ewm_consistency[4-True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_ewm_consistency[4-True-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_ewm_consistency[4-False-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_ewm_consistency[4-False-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_expanding_consistency[0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_expanding_consistency[1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_expanding_consistency[2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_expanding_consistency[3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_expanding_consistency[4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[1-0-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[1-0-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[1-1-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[1-1-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[2-0-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[2-0-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[2-1-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[2-1-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[2-2-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[2-2-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[3-0-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[3-0-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[3-1-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[3-1-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[3-2-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[3-2-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[3-3-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[3-3-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[10-0-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[10-0-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[10-1-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[10-1-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[10-2-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[10-2-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[10-3-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[10-3-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[10-4-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[10-4-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[10-10-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[10-10-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[20-0-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[20-0-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[20-1-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[20-1-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[20-2-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[20-2-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[20-3-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[20-3-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[20-4-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[20-4-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[20-20-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[20-20-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_cov PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_cov_pairwise PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_corr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_corr_pairwise PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_corr_with_zero_variance[0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_corr_with_zero_variance[1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_corr_with_zero_variance[2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_corr_with_zero_variance[3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_corr_with_zero_variance[4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_corr_with_zero_variance[5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_corr_with_zero_variance[6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_flex_binary_moment PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_corr_sanity PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_flex_binary_frame[corr] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_flex_binary_frame[cov] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_ewmcov PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_ewmcov_pairwise PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_ewmcorr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_ewmcorr_pairwise PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_expanding_apply_args_kwargs[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_expanding_apply_args_kwargs[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_expanding_corr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_expanding_count PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_expanding_quantile PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_expanding_cov PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_expanding_cov_pairwise PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_expanding_corr_pairwise PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_expanding_cov_diff_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_expanding_corr_diff_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_cov_diff_length PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_corr_diff_length PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_functions_window_non_shrinkage[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_functions_window_non_shrinkage[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_functions_window_non_shrinkage[<lambda>2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_functions_window_non_shrinkage[<lambda>3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_functions_window_non_shrinkage[<lambda>4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_functions_window_non_shrinkage[<lambda>5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_functions_window_non_shrinkage[<lambda>6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_functions_window_non_shrinkage[<lambda>7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_functions_window_non_shrinkage[<lambda>8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_functions_window_non_shrinkage[<lambda>9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_functions_window_non_shrinkage[<lambda>10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_functions_window_non_shrinkage[<lambda>11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_functions_window_non_shrinkage[<lambda>12] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_functions_window_non_shrinkage[<lambda>13] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_functions_window_non_shrinkage[<lambda>14] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_functions_window_non_shrinkage_binary PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_moment_functions_zero_length PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_moment_functions_zero_length_pairwise PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_expanding_cov_pairwise_diff_length PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_expanding_corr_pairwise_diff_length PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_skew_edge_cases PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_kurt_edge_cases PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_skew_eq_value_fperr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_kurt_eq_value_fperr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_expanding_func[sum] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_expanding_func[mean] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_expanding_func[max] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_expanding_func[min] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_expanding_apply[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_expanding_apply[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_max_gh6297 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_max_resample PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_min_resample PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_median_resample PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_median_memory_error PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_min_max_numeric_types PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestGrouperGrouping::test_mutated PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestGrouperGrouping::test_getitem PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestGrouperGrouping::test_getitem_multiple PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestGrouperGrouping::test_rolling PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestGrouperGrouping::test_rolling_corr_cov PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestGrouperGrouping::test_rolling_apply[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestGrouperGrouping::test_rolling_apply[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestGrouperGrouping::test_rolling_apply_mutability PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestGrouperGrouping::test_expanding PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestGrouperGrouping::test_expanding_corr_cov PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestGrouperGrouping::test_expanding_apply[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestGrouperGrouping::test_expanding_apply[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_doc_string PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_valid PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_on PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_monotonic_on PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_frame_on PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_frame_on2 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_basic_regular PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_min_periods PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_closed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_ragged_sum PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_ragged_mean PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_ragged_median PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_ragged_quantile PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_ragged_std PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_ragged_var PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_ragged_skew PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_ragged_kurt PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_ragged_count PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_regular_min PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_ragged_min PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_perf_min PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_ragged_max PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_ragged_apply[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_ragged_apply[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_all PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_all_apply[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_all_apply[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_all2 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_groupby_monotonic PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_non_monotonic PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_rolling_cov_offset PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/api/test_api.py::TestPDApi::test_api PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/api/test_api.py::TestApi::test_api PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/api/test_api.py::TestTesting::test_testing PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/api/test_api.py::TestDatetoolsDeprecation::test_deprecation_access_func PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/api/test_api.py::TestDatetoolsDeprecation::test_deprecation_access_obj PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/api/test_api.py::TestTopLevelDeprecations::test_pnow PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/api/test_api.py::TestTopLevelDeprecations::test_term PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/api/test_api.py::TestTopLevelDeprecations::test_expr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/api/test_api.py::TestTopLevelDeprecations::test_match PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/api/test_api.py::TestTopLevelDeprecations::test_groupby PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/api/test_api.py::TestTopLevelDeprecations::test_TimeGrouper PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/api/test_api.py::TestTopLevelDeprecations::test_get_store PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/api/test_api.py::TestJson::test_deprecation_access_func PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/api/test_api.py::TestParser::test_deprecation_access_func PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/api/test_api.py::TestLib::test_deprecation_access_func PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/api/test_api.py::TestTSLib::test_deprecation_access_func PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/api/test_api.py::TestTypes::test_deprecation_access_func PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/api/test_api.py::TestCDateRange::test_deprecation_cdaterange PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/api/test_api.py::TestCategoricalMove::test_categorical_move PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/api/test_types.py::TestTypes::test_types PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/api/test_types.py::TestTypes::test_deprecated_from_api_types PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/api/test_types.py::test_moved_infer_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_algos.py::test_factorize[categories0-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_algos.py::test_factorize[categories0-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_algos.py::test_factorize[categories1-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_algos.py::test_factorize[categories1-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_algos.py::test_factorized_sort PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_algos.py::test_factorized_sort_ordered PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_algos.py::test_isin_cats PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_algos.py::test_isin_empty[empty0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_algos.py::test_isin_empty[empty1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_algos.py::test_isin_empty[empty2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_algos.py::TestTake::test_take_warns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_algos.py::TestTake::test_take_positive_no_warning PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_algos.py::TestTake::test_take_bounds[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_algos.py::TestTake::test_take_bounds[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_algos.py::TestTake::test_take_empty[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_algos.py::TestTake::test_take_empty[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_algos.py::TestTake::test_positional_take[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_algos.py::TestTake::test_positional_take[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_algos.py::TestTake::test_positional_take_unobserved[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_algos.py::TestTake::test_positional_take_unobserved[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_analytics.py::TestCategoricalAnalytics::test_min_max PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_analytics.py::TestCategoricalAnalytics::test_mode[values0-categories0-exp_mode0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_analytics.py::TestCategoricalAnalytics::test_mode[values1-categories1-exp_mode1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_analytics.py::TestCategoricalAnalytics::test_mode[values2-categories2-exp_mode2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_analytics.py::TestCategoricalAnalytics::test_mode[values3-categories3-exp_mode3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_analytics.py::TestCategoricalAnalytics::test_mode[values4-categories4-exp_mode4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_analytics.py::TestCategoricalAnalytics::test_mode[values5-categories5-exp_mode5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_analytics.py::TestCategoricalAnalytics::test_searchsorted PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_analytics.py::TestCategoricalAnalytics::test_unique PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_analytics.py::TestCategoricalAnalytics::test_unique_ordered PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_analytics.py::TestCategoricalAnalytics::test_unique_index_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_analytics.py::TestCategoricalAnalytics::test_shift PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_analytics.py::TestCategoricalAnalytics::test_nbytes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_analytics.py::TestCategoricalAnalytics::test_memory_usage PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_analytics.py::TestCategoricalAnalytics::test_map PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_analytics.py::TestCategoricalAnalytics::test_validate_inplace PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_analytics.py::TestCategoricalAnalytics::test_repeat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_analytics.py::TestCategoricalAnalytics::test_numpy_repeat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_analytics.py::TestCategoricalAnalytics::test_isna PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_ordered_api PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_ordered PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_rename_categories PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_rename_categories_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_rename_categories_dict PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_reorder_categories PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_add_categories PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_categories PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[True-values0-categories0-new_categories0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[True-values1-categories1-new_categories1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[True-values2-categories2-new_categories2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[True-values3-categories3-new_categories3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[True-values4-categories4-new_categories4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[True-values5-categories5-new_categories5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[True-values6-categories6-new_categories6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[True-values7-categories7-new_categories7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[True-values8-categories8-new_categories8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[True-values9-categories9-new_categories9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[True-values10-categories10-new_categories10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[True-values11-categories11-new_categories11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[True-values12-categories12-new_categories12] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[False-values0-categories0-new_categories0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[False-values1-categories1-new_categories1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[False-values2-categories2-new_categories2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[False-values3-categories3-new_categories3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[False-values4-categories4-new_categories4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[False-values5-categories5-new_categories5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[False-values6-categories6-new_categories6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[False-values7-categories7-new_categories7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[False-values8-categories8-new_categories8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[False-values9-categories9-new_categories9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[False-values10-categories10-new_categories10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[False-values11-categories11-new_categories11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[False-values12-categories12-new_categories12] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_categories_private PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_remove_categories PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_remove_unused_categories PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPIWithFactor::test_describe PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPIWithFactor::test_set_categories_inplace PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_api.py::TestPrivateCategoricalAPI::test_codes_immutable PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_api.py::TestPrivateCategoricalAPI::test_recode_to_categories[codes0-old0-new0-expected0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_api.py::TestPrivateCategoricalAPI::test_recode_to_categories[codes1-old1-new1-expected1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_api.py::TestPrivateCategoricalAPI::test_recode_to_categories[codes2-old2-new2-expected2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_api.py::TestPrivateCategoricalAPI::test_recode_to_categories[codes3-old3-new3-expected3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_api.py::TestPrivateCategoricalAPI::test_recode_to_categories[codes4-old4-new4-expected4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_api.py::TestPrivateCategoricalAPI::test_recode_to_categories[codes5-old5-new5-expected5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_api.py::TestPrivateCategoricalAPI::test_recode_to_categories[codes6-old6-new6-expected6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_api.py::TestPrivateCategoricalAPI::test_recode_to_categories[codes7-old7-new7-expected7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_api.py::TestPrivateCategoricalAPI::test_recode_to_categories[codes8-old8-new8-expected8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_api.py::TestPrivateCategoricalAPI::test_recode_to_categories[codes9-old9-new9-expected9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_api.py::TestPrivateCategoricalAPI::test_recode_to_categories[codes10-old10-new10-expected10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_api.py::TestPrivateCategoricalAPI::test_recode_to_categories[codes11-old11-new11-expected11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_api.py::TestPrivateCategoricalAPI::test_recode_to_categories_large PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_validate_ordered PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_tuples PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_tuples_datetimes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_unsortable PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_interval PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_not_sequence PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_with_null PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_with_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_with_generator PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_with_datetimelike PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_from_index_series_datetimetz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_from_index_series_timedelta PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_from_index_series_period PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_invariant PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_with_dtype[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_with_dtype[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_dtype_and_others_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_str_category[True-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_str_category[True-categories1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_str_category[True-categories2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_str_category[False-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_str_category[False-categories1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_str_category[False-categories2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_str_unknown PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_from_categorical_with_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_from_categorical_with_unknown_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_from_categorical_string PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_with_categorical_categories PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_from_codes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_from_codes_with_categorical_categories PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_from_inferred_categories[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_from_inferred_categories[category] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_from_inferred_categories_sorts[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_from_inferred_categories_sorts[category] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_from_inferred_categories_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_from_inferred_categories_coerces PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_construction_with_ordered PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_imaginary xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_is_equal_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_same PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_new_categories PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[True-values0-categories0-new_categories0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[True-values1-categories1-new_categories1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[True-values2-categories2-new_categories2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[True-values3-categories3-new_categories3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[True-values4-categories4-new_categories4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[True-values5-categories5-new_categories5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[True-values6-categories6-new_categories6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[True-values7-categories7-new_categories7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[True-values8-categories8-new_categories8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[True-values9-categories9-new_categories9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[True-values10-categories10-new_categories10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[True-values11-categories11-new_categories11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[True-values12-categories12-new_categories12] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[False-values0-categories0-new_categories0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[False-values1-categories1-new_categories1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[False-values2-categories2-new_categories2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[False-values3-categories3-new_categories3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[False-values4-categories4-new_categories4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[False-values5-categories5-new_categories5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[False-values6-categories6-new_categories6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[False-values7-categories7-new_categories7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[False-values8-categories8-new_categories8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[False-values9-categories9-new_categories9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[False-values10-categories10-new_categories10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[False-values11-categories11-new_categories11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[False-values12-categories12-new_categories12] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_no_overlap PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_codes_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_astype[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_astype[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_astype_category[True-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_astype_category[True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_astype_category[False-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_astype_category[False-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_iter_python_types PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_iter_python_types_datetime PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_indexing.py::TestCategoricalIndexingWithFactor::test_getitem PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_indexing.py::TestCategoricalIndexingWithFactor::test_setitem PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_indexing.py::TestCategoricalIndexing::test_getitem_listlike PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_indexing.py::TestCategoricalIndexing::test_periodindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_indexing.py::TestCategoricalIndexing::test_categories_assigments PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[Categorical-key_values0-idx_values0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[Categorical-key_values0-idx_values1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[Categorical-key_values0-idx_values2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[Categorical-key_values0-idx_values3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[Categorical-key_values1-idx_values0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[Categorical-key_values1-idx_values1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[Categorical-key_values1-idx_values2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[Categorical-key_values1-idx_values3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[Categorical-key_values2-idx_values0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[Categorical-key_values2-idx_values1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[Categorical-key_values2-idx_values2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[Categorical-key_values2-idx_values3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[Categorical-key_values3-idx_values0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[Categorical-key_values3-idx_values1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[Categorical-key_values3-idx_values2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[Categorical-key_values3-idx_values3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[CategoricalIndex-key_values0-idx_values0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[CategoricalIndex-key_values0-idx_values1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[CategoricalIndex-key_values0-idx_values2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[CategoricalIndex-key_values0-idx_values3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[CategoricalIndex-key_values1-idx_values0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[CategoricalIndex-key_values1-idx_values1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[CategoricalIndex-key_values1-idx_values2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[CategoricalIndex-key_values1-idx_values3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[CategoricalIndex-key_values2-idx_values0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[CategoricalIndex-key_values2-idx_values1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[CategoricalIndex-key_values2-idx_values2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[CategoricalIndex-key_values2-idx_values3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[CategoricalIndex-key_values3-idx_values0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[CategoricalIndex-key_values3-idx_values1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[CategoricalIndex-key_values3-idx_values2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[CategoricalIndex-key_values3-idx_values3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_missing.py::TestCategoricalMissing::test_na_flags_int_categories PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_missing.py::TestCategoricalMissing::test_nan_handling PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_missing.py::TestCategoricalMissing::test_set_dtype_nans PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_missing.py::TestCategoricalMissing::test_set_item_nan PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_missing.py::TestCategoricalMissing::test_fillna_raises[fillna_kwargs0-Cannot specify both 'value' and 'method'.] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_missing.py::TestCategoricalMissing::test_fillna_raises[fillna_kwargs1-Must specify a fill 'value' or 'method'.] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_missing.py::TestCategoricalMissing::test_fillna_raises[fillna_kwargs2-Invalid fill method. Expecting .* bad] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_missing.py::TestCategoricalMissing::test_fillna_iterable_category[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_missing.py::TestCategoricalMissing::test_fillna_iterable_category[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_operators.py::TestCategoricalOpsWithFactor::test_categories_none_comparisons PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_operators.py::TestCategoricalOpsWithFactor::test_comparisons PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_operators.py::TestCategoricalOps::test_datetime_categorical_comparison PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_operators.py::TestCategoricalOps::test_reflected_comparison_with_scalars PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_operators.py::TestCategoricalOps::test_comparison_with_unknown_scalars PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_operators.py::TestCategoricalOps::test_comparisons[data0-reverse0-base0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_operators.py::TestCategoricalOps::test_comparisons[data1-reverse1-base1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_operators.py::TestCategoricalOps::test_unordered_different_order_equal[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_operators.py::TestCategoricalOps::test_unordered_different_order_equal[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_operators.py::TestCategoricalOps::test_unordered_different_categories_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_operators.py::TestCategoricalOps::test_compare_different_lengths PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_operators.py::TestCategoricalOps::test_compare_unordered_different_order PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_operators.py::TestCategoricalOps::test_numeric_like_ops PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_repr.py::TestCategoricalReprWithFactor::test_print PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_repr.py::TestCategoricalRepr::test_big_print PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_repr.py::TestCategoricalRepr::test_empty_print PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_repr.py::TestCategoricalRepr::test_print_none_width PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_repr.py::TestCategoricalRepr::test_unicode_print PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_repr.py::TestCategoricalRepr::test_categorical_repr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_repr.py::TestCategoricalRepr::test_categorical_repr_ordered PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_repr.py::TestCategoricalRepr::test_categorical_repr_datetime PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_repr.py::TestCategoricalRepr::test_categorical_repr_datetime_ordered PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_repr.py::TestCategoricalRepr::test_categorical_repr_period PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_repr.py::TestCategoricalRepr::test_categorical_repr_period_ordered PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_repr.py::TestCategoricalRepr::test_categorical_repr_timedelta PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_repr.py::TestCategoricalRepr::test_categorical_repr_timedelta_ordered PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_repr.py::TestCategoricalRepr::test_categorical_index_repr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_repr.py::TestCategoricalRepr::test_categorical_index_repr_ordered PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_repr.py::TestCategoricalRepr::test_categorical_index_repr_datetime PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_repr.py::TestCategoricalRepr::test_categorical_index_repr_datetime_ordered PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_repr.py::TestCategoricalRepr::test_categorical_index_repr_period PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_repr.py::TestCategoricalRepr::test_categorical_index_repr_period_ordered PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_repr.py::TestCategoricalRepr::test_categorical_index_repr_timedelta PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_repr.py::TestCategoricalRepr::test_categorical_index_repr_timedelta_ordered PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_sorting.py::TestCategoricalSort::test_argsort PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_sorting.py::TestCategoricalSort::test_numpy_argsort PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_sorting.py::TestCategoricalSort::test_sort_values PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_sorting.py::TestCategoricalSort::test_sort_values_na_position PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_subclass.py::TestCategoricalSubclassing::test_constructor PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_subclass.py::TestCategoricalSubclassing::test_from_codes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_subclass.py::TestCategoricalSubclassing::test_map PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/categorical/test_warnings.py::TestCategoricalWarnings::test_tab_complete_warning SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_compat.py::test_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_compat.py::test_invalid_numexpr_version[python-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_compat.py::test_invalid_numexpr_version[python-numexpr] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_compat.py::test_invalid_numexpr_version[pandas-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_compat.py::test_invalid_numexpr_version[pandas-numexpr] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_complex_cmp_ops PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_simple_cmp_ops PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_binary_arith_ops PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_modulus PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_floor_division PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_pow PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_single_invert_op PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_compound_invert_op PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_chained_cmp_op PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_frame_invert PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_series_invert PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_frame_negate PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_series_negate PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_frame_pos PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_series_pos PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_scalar_unary PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_unary_in_array PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_disallow_scalar_bool_ops PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_identical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_line_continuation PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_float_truncation PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_disallow_python_keywords PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_complex_cmp_ops PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_simple_cmp_ops PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_binary_arith_ops PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_modulus PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_floor_division PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_pow PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_single_invert_op PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_compound_invert_op PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_chained_cmp_op PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_frame_invert PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_series_invert PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_frame_negate PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_series_negate PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_frame_pos PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_series_pos PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_scalar_unary PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_unary_in_array PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_disallow_scalar_bool_ops PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_identical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_line_continuation PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_float_truncation PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_disallow_python_keywords PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_complex_cmp_ops PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_simple_cmp_ops PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_binary_arith_ops PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_modulus PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_floor_division PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_pow SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_single_invert_op PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_compound_invert_op PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_chained_cmp_op PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_frame_invert PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_series_invert PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_frame_negate PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_series_negate PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_frame_pos PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_series_pos PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_scalar_unary PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_unary_in_array PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_disallow_scalar_bool_ops PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_identical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_line_continuation PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_float_truncation PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_disallow_python_keywords PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_complex_cmp_ops PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_simple_cmp_ops PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_binary_arith_ops PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_modulus PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_floor_division PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_pow PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_single_invert_op PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_compound_invert_op PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_chained_cmp_op PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_frame_invert PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_series_invert PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_frame_negate PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_series_negate PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_frame_pos PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_series_pos PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_scalar_unary PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_unary_in_array PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_disallow_scalar_bool_ops PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_identical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_line_continuation PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_float_truncation PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_disallow_python_keywords PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[python-python-float32-+] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[python-python-float32--] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[python-python-float32-*] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[python-python-float32-**] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[python-python-float32-/] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[python-python-float64-+] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[python-python-float64--] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[python-python-float64-*] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[python-python-float64-**] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[python-python-float64-/] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[python-pandas-float32-+] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[python-pandas-float32--] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[python-pandas-float32-*] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[python-pandas-float32-**] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[python-pandas-float32-/] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[python-pandas-float64-+] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[python-pandas-float64--] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[python-pandas-float64-*] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[python-pandas-float64-**] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[python-pandas-float64-/] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[numexpr-python-float32-+] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[numexpr-python-float32--] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[numexpr-python-float32-*] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[numexpr-python-float32-**] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[numexpr-python-float32-/] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[numexpr-python-float64-+] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[numexpr-python-float64--] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[numexpr-python-float64-*] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[numexpr-python-float64-**] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[numexpr-python-float64-/] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[numexpr-pandas-float32-+] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[numexpr-pandas-float32--] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[numexpr-pandas-float32-*] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[numexpr-pandas-float32-**] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[numexpr-pandas-float32-/] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[numexpr-pandas-float64-+] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[numexpr-pandas-float64--] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[numexpr-pandas-float64-*] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[numexpr-pandas-float64-**] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[numexpr-pandas-float64-/] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_align_nested_unary_op[python-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_align_nested_unary_op[python-pandas] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_align_nested_unary_op[numexpr-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_align_nested_unary_op[numexpr-pandas] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_basic_frame_alignment[python-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_basic_frame_alignment[python-pandas] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_basic_frame_alignment[numexpr-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_basic_frame_alignment[numexpr-pandas] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_frame_comparison[python-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_frame_comparison[python-pandas] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_frame_comparison[numexpr-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_frame_comparison[numexpr-pandas] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_medium_complex_frame_alignment[python-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_medium_complex_frame_alignment[python-pandas] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_medium_complex_frame_alignment[numexpr-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_medium_complex_frame_alignment[numexpr-pandas] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_basic_frame_series_alignment[python-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_basic_frame_series_alignment[python-pandas] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_basic_frame_series_alignment[numexpr-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_basic_frame_series_alignment[numexpr-pandas] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_basic_series_frame_alignment[python-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_basic_series_frame_alignment[python-pandas] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_basic_series_frame_alignment[numexpr-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_basic_series_frame_alignment[numexpr-pandas] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_series_frame_commutativity[python-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_series_frame_commutativity[python-pandas] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_series_frame_commutativity[numexpr-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_series_frame_commutativity[numexpr-pandas] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_complex_series_frame_alignment[python-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_complex_series_frame_alignment[python-pandas] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_complex_series_frame_alignment[numexpr-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_complex_series_frame_alignment[numexpr-pandas] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_performance_warning_for_poor_alignment[python-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_performance_warning_for_poor_alignment[python-pandas] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_performance_warning_for_poor_alignment[numexpr-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_performance_warning_for_poor_alignment[numexpr-pandas] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_simple_arith_ops PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_simple_bool_ops PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_bool_ops_with_constants PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_panel_fails PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_4d_ndarray_fails PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_constant PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_single_variable PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_truediv PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_failing_subscript_with_name_error PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_lhs_expression_subscript PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_attr_expression PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_assignment_fails PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_assignment_column PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_column_in PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_multi_line_expression PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_multi_line_expression_not_inplace PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_multi_line_expression_local_variable PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_assignment_in_query PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_query_inplace PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_cannot_item_assign[1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_cannot_item_assign[cat] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_cannot_item_assign[invalid_target2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_cannot_item_assign[invalid_target3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_cannot_item_assign[invalid_target4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_cannot_copy_item[1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_cannot_copy_item[cat] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_cannot_copy_item[invalid_target2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_inplace_no_assignment[1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_inplace_no_assignment[cat] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_inplace_no_assignment[target2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_inplace_no_assignment[target3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_inplace_no_assignment[target4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_inplace_no_assignment[target5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_basic_period_index_boolean_expression PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_basic_period_index_subscript_expression PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_nested_period_index_subscript_expression PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_date_boolean PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_simple_in_ops PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_simple_arith_ops PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_panel_fails PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_4d_ndarray_fails PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_constant PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_single_variable PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_truediv PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_failing_subscript_with_name_error PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_lhs_expression_subscript PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_attr_expression PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_assignment_fails PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_assignment_column PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_column_in PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_multi_line_expression PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_multi_line_expression_not_inplace PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_multi_line_expression_local_variable PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_assignment_in_query PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_query_inplace PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_cannot_item_assign[1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_cannot_item_assign[cat] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_cannot_item_assign[invalid_target2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_cannot_item_assign[invalid_target3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_cannot_item_assign[invalid_target4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_cannot_copy_item[1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_cannot_copy_item[cat] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_cannot_copy_item[invalid_target2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_inplace_no_assignment[1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_inplace_no_assignment[cat] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_inplace_no_assignment[target2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_inplace_no_assignment[target3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_inplace_no_assignment[target4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_inplace_no_assignment[target5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_basic_period_index_boolean_expression PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_basic_period_index_subscript_expression PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_nested_period_index_subscript_expression PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_date_boolean PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_simple_in_ops PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_check_many_exprs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_fails_and PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_fails_or PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_fails_not PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_fails_ampersand PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_fails_pipe PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_bool_ops_with_constants PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_simple_bool_ops PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_simple_arith_ops PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_panel_fails PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_4d_ndarray_fails PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_constant PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_single_variable PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_truediv PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_failing_subscript_with_name_error PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_lhs_expression_subscript PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_attr_expression PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_assignment_fails PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_assignment_column PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_column_in PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_multi_line_expression PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_multi_line_expression_not_inplace PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_multi_line_expression_local_variable PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_assignment_in_query PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_query_inplace PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_cannot_item_assign[1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_cannot_item_assign[cat] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_cannot_item_assign[invalid_target2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_cannot_item_assign[invalid_target3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_cannot_item_assign[invalid_target4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_cannot_copy_item[1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_cannot_copy_item[cat] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_cannot_copy_item[invalid_target2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_inplace_no_assignment[1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_inplace_no_assignment[cat] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_inplace_no_assignment[target2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_inplace_no_assignment[target3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_inplace_no_assignment[target4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_inplace_no_assignment[target5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_basic_period_index_boolean_expression PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_basic_period_index_subscript_expression PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_nested_period_index_subscript_expression PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_date_boolean PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_simple_in_ops PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_check_many_exprs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_fails_and PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_fails_or PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_fails_not PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_fails_ampersand PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_fails_pipe PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_bool_ops_with_constants PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_simple_bool_ops PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_simple_arith_ops PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_simple_bool_ops PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_bool_ops_with_constants PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_panel_fails PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_4d_ndarray_fails PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_constant PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_single_variable PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_truediv PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_failing_subscript_with_name_error PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_lhs_expression_subscript PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_attr_expression PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_assignment_fails PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_assignment_column PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_column_in PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_multi_line_expression PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_multi_line_expression_not_inplace PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_multi_line_expression_local_variable PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_assignment_in_query PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_query_inplace PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_cannot_item_assign[1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_cannot_item_assign[cat] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_cannot_item_assign[invalid_target2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_cannot_item_assign[invalid_target3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_cannot_item_assign[invalid_target4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_cannot_copy_item[1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_cannot_copy_item[cat] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_cannot_copy_item[invalid_target2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_inplace_no_assignment[1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_inplace_no_assignment[cat] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_inplace_no_assignment[target2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_inplace_no_assignment[target3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_inplace_no_assignment[target4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_inplace_no_assignment[target5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_basic_period_index_boolean_expression PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_basic_period_index_subscript_expression PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_nested_period_index_subscript_expression PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_date_boolean PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_simple_in_ops PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestMathPythonPython::test_unary_functions PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestMathPythonPython::test_binary_functions PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestMathPythonPython::test_df_use_case PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestMathPythonPython::test_df_arithmetic_subexpression PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestMathPythonPython::test_result_types PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestMathPythonPython::test_result_types2 SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestMathPythonPython::test_undefined_func PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestMathPythonPython::test_keyword_arg PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestMathPythonPandas::test_unary_functions PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestMathPythonPandas::test_binary_functions PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestMathPythonPandas::test_df_use_case PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestMathPythonPandas::test_df_arithmetic_subexpression PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestMathPythonPandas::test_result_types PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestMathPythonPandas::test_result_types2 SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestMathPythonPandas::test_undefined_func PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestMathPythonPandas::test_keyword_arg PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestMathNumExprPandas::test_unary_functions PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestMathNumExprPandas::test_binary_functions PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestMathNumExprPandas::test_df_use_case PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestMathNumExprPandas::test_df_arithmetic_subexpression PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestMathNumExprPandas::test_result_types PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestMathNumExprPandas::test_result_types2 SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestMathNumExprPandas::test_undefined_func PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestMathNumExprPandas::test_keyword_arg PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestMathNumExprPython::test_unary_functions PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestMathNumExprPython::test_binary_functions PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestMathNumExprPython::test_df_use_case PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestMathNumExprPython::test_df_arithmetic_subexpression PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestMathNumExprPython::test_result_types PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestMathNumExprPython::test_result_types2 SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestMathNumExprPython::test_undefined_func PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestMathNumExprPython::test_keyword_arg PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestScope::test_global_scope[python-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestScope::test_global_scope[python-pandas] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestScope::test_global_scope[numexpr-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestScope::test_global_scope[numexpr-pandas] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestScope::test_no_new_locals[python-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestScope::test_no_new_locals[python-pandas] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestScope::test_no_new_locals[numexpr-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestScope::test_no_new_locals[numexpr-pandas] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestScope::test_no_new_globals[python-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestScope::test_no_new_globals[python-pandas] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestScope::test_no_new_globals[numexpr-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestScope::test_no_new_globals[numexpr-pandas] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_invalid_engine PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_invalid_parser PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_disallowed_nodes[python-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_disallowed_nodes[python-numexpr] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_disallowed_nodes[pandas-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_disallowed_nodes[pandas-numexpr] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_disallowed_nodes[pytables-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_disallowed_nodes[pytables-numexpr] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_syntax_error_exprs[python-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_syntax_error_exprs[python-pandas] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_syntax_error_exprs[numexpr-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_syntax_error_exprs[numexpr-pandas] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_name_error_exprs[python-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_name_error_exprs[python-pandas] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_name_error_exprs[numexpr-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_name_error_exprs[numexpr-pandas] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_invalid_local_variable_reference[python-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_invalid_local_variable_reference[python-pandas] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_invalid_local_variable_reference[numexpr-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_invalid_local_variable_reference[numexpr-pandas] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_numexpr_builtin_raises[python-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_numexpr_builtin_raises[python-pandas] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_numexpr_builtin_raises[numexpr-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_numexpr_builtin_raises[numexpr-pandas] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_bad_resolver_raises[python-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_bad_resolver_raises[python-pandas] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_bad_resolver_raises[numexpr-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_bad_resolver_raises[numexpr-pandas] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_empty_string_raises[python-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_empty_string_raises[python-pandas] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_empty_string_raises[numexpr-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_empty_string_raises[numexpr-pandas] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_more_than_one_expression_raises[python-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_more_than_one_expression_raises[python-pandas] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_more_than_one_expression_raises[numexpr-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_more_than_one_expression_raises[numexpr-pandas] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[python-python-int-int-and] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[python-python-int-int-or] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[python-python-int-float-and] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[python-python-int-float-or] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[python-python-float-int-and] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[python-python-float-int-or] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[python-python-float-float-and] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[python-python-float-float-or] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[python-pandas-int-int-and] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[python-pandas-int-int-or] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[python-pandas-int-float-and] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[python-pandas-int-float-or] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[python-pandas-float-int-and] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[python-pandas-float-int-or] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[python-pandas-float-float-and] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[python-pandas-float-float-or] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[numexpr-python-int-int-and] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[numexpr-python-int-int-or] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[numexpr-python-int-float-and] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[numexpr-python-int-float-or] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[numexpr-python-float-int-and] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[numexpr-python-float-int-or] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[numexpr-python-float-float-and] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[numexpr-python-float-float-or] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[numexpr-pandas-int-int-and] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[numexpr-pandas-int-int-or] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[numexpr-pandas-int-float-and] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[numexpr-pandas-int-float-or] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[numexpr-pandas-float-int-and] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[numexpr-pandas-float-int-or] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[numexpr-pandas-float-float-and] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[numexpr-pandas-float-float-or] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_inf[python-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_inf[python-pandas] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_inf[numexpr-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_inf[numexpr-pandas] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_negate_lt_eq_le[python-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_negate_lt_eq_le[python-pandas] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_negate_lt_eq_le[numexpr-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::test_negate_lt_eq_le[numexpr-pandas] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/computation/test_eval.py::TestValidate::test_validate_bool_args PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestMaybeDowncast::test_downcast_conv PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestMaybeDowncast::test_datetimelikes_nan PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestMaybeDowncast::test_datetime_with_timezone PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestInferDtype::testinfer_dtype_from_scalar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestInferDtype::testinfer_from_scalar_tz[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestInferDtype::testinfer_from_scalar_tz[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestInferDtype::testinfer_from_scalar_tz[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestInferDtype::testinfer_dtype_from_scalar_errors PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestInferDtype::test_infer_dtype_from_array[foo-object_-False0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestInferDtype::test_infer_dtype_from_array[foo-object_-False1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestInferDtype::test_infer_dtype_from_array[1-int64-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestInferDtype::test_infer_dtype_from_array[1.5-float64-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestInferDtype::test_infer_dtype_from_array[arr4-int64-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestInferDtype::test_infer_dtype_from_array[arr5-int64-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestInferDtype::test_infer_dtype_from_array[arr6-object_-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestInferDtype::test_infer_dtype_from_array[arr7-float64-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestInferDtype::test_infer_dtype_from_array[arr8-object_-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestInferDtype::test_infer_dtype_from_array[arr9-int64-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestInferDtype::test_infer_dtype_from_array[arr10-category-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestInferDtype::test_infer_dtype_from_array[arr11-category-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestInferDtype::test_infer_dtype_from_array[arr12-object_-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestInferDtype::test_infer_dtype_from_array[arr13-expected13-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestInferDtype::test_infer_dtype_from_array[arr14-expected14-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestInferDtype::test_infer_dtype_from_array[arr15-datetime64[ns, US/Eastern]-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestInferDtype::test_infer_dtype_from_array[arr16-float64-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestInferDtype::test_infer_dtype_from_array[arr17-object_-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestInferDtype::test_infer_dtype_from_array[arr18-datetime64[ns, US/Eastern]-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestInferDtype::test_cast_scalar_to_array PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestMaybe::test_maybe_convert_string_to_array PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestMaybe::test_maybe_convert_scalar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestMaybe::test_maybe_infer_to_datetimelike PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestConvert::test_maybe_convert_objects_copy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_numpy_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_categorical_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_datetimetz_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_period_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[8-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[8-2.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[8-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[8-datum13] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[8-datum14] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[8-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[9.0-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[9.0-2.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[9.0-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[9.0-datum13] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[9.0-datum14] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[9.0-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[10-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[10-2.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[10-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[10-datum13] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[10-datum14] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[10-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[datum23-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[datum23-2.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[datum23-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[datum23-datum13] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[datum23-datum14] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[datum23-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[datum24-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[datum24-2.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[datum24-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[datum24-datum13] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[datum24-datum14] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[datum24-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[None-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[None-2.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[None-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[None-datum13] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[None-datum14] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[None-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array_invalid_scalar[1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array_invalid_scalar[2.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array_invalid_scalar[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_arraylike_from_scalar_categorical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::test_construct_1d_ndarray_preserving_na[values0-None-expected0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::test_construct_1d_ndarray_preserving_na[values1-None-expected1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::test_construct_1d_ndarray_preserving_na[values2-None-expected2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::test_construct_1d_ndarray_preserving_na[values3-dtype3-expected3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_cast.py::test_construct_1d_ndarray_preserving_na[values4-dtype4-expected4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::TestPandasDtype::test_invalid_dtype_error[Timestamp] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::TestPandasDtype::test_invalid_dtype_error[pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::TestPandasDtype::test_invalid_dtype_error[list] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::TestPandasDtype::test_pandas_dtype_valid[object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::TestPandasDtype::test_pandas_dtype_valid[float640] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::TestPandasDtype::test_pandas_dtype_valid[object_] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::TestPandasDtype::test_pandas_dtype_valid[dtype3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::TestPandasDtype::test_pandas_dtype_valid[O] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::TestPandasDtype::test_pandas_dtype_valid[float641] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::TestPandasDtype::test_pandas_dtype_valid[float] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::TestPandasDtype::test_pandas_dtype_valid[dtype7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::TestPandasDtype::test_numpy_dtype[M8[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::TestPandasDtype::test_numpy_dtype[m8[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::TestPandasDtype::test_numpy_dtype[object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::TestPandasDtype::test_numpy_dtype[float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::TestPandasDtype::test_numpy_dtype[int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::TestPandasDtype::test_numpy_string_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::TestPandasDtype::test_datetimetz_dtype[datetime64[ns, US/Eastern]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::TestPandasDtype::test_datetimetz_dtype[datetime64[ns, Asia/Tokyo]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::TestPandasDtype::test_datetimetz_dtype[datetime64[ns, UTC]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::TestPandasDtype::test_categorical_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::TestPandasDtype::test_period_dtype[period[D]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::TestPandasDtype::test_period_dtype[period[3M]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::TestPandasDtype::test_period_dtype[period[U]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::TestPandasDtype::test_period_dtype[Period[D]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::TestPandasDtype::test_period_dtype[Period[3M]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::TestPandasDtype::test_period_dtype[Period[U]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[category-category-category-category] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[category-category-float-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[category-category-timedelta-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[category-category-object-object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[category-category-period-period[D]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[category-category-datetime-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[category-category-integer-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[category-category-datetime_tz-datetime64[ns, US/Eastern]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[float-float64-category-category] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[float-float64-float-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[float-float64-timedelta-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[float-float64-object-object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[float-float64-period-period[D]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[float-float64-datetime-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[float-float64-integer-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[float-float64-datetime_tz-datetime64[ns, US/Eastern]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[timedelta-timedelta64[ns]-category-category] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[timedelta-timedelta64[ns]-float-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[timedelta-timedelta64[ns]-timedelta-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[timedelta-timedelta64[ns]-object-object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[timedelta-timedelta64[ns]-period-period[D]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[timedelta-timedelta64[ns]-datetime-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[timedelta-timedelta64[ns]-integer-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[object-object-category-category] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[object-object-float-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[object-object-timedelta-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[object-object-object-object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[object-object-period-period[D]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[object-object-datetime-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[object-object-integer-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[object-object-datetime_tz-datetime64[ns, US/Eastern]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[period-period[D]-category-category] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[period-period[D]-float-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[period-period[D]-timedelta-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[period-period[D]-object-object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[period-period[D]-period-period[D]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[period-period[D]-datetime-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[period-period[D]-integer-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[datetime-datetime64[ns]-category-category] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[datetime-datetime64[ns]-float-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[datetime-datetime64[ns]-timedelta-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[datetime-datetime64[ns]-object-object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[datetime-datetime64[ns]-period-period[D]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[datetime-datetime64[ns]-datetime-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[datetime-datetime64[ns]-integer-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[integer-int64-category-category] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[integer-int64-float-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[integer-int64-timedelta-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[integer-int64-object-object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[integer-int64-period-period[D]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[integer-int64-datetime-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[integer-int64-integer-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[integer-int64-datetime_tz-datetime64[ns, US/Eastern]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[datetime_tz-datetime64[ns, US/Eastern]-category-category] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[datetime_tz-datetime64[ns, US/Eastern]-float-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[datetime_tz-datetime64[ns, US/Eastern]-object-object] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[datetime_tz-datetime64[ns, US/Eastern]-integer-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal_strict PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_get_dtype_error_catch[is_any_int_dtype] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_get_dtype_error_catch[is_bool_dtype] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_get_dtype_error_catch[is_categorical_dtype] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_get_dtype_error_catch[is_complex_dtype] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_get_dtype_error_catch[is_datetime64_any_dtype] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_get_dtype_error_catch[is_datetime64_dtype] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_get_dtype_error_catch[is_datetime64_ns_dtype] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_get_dtype_error_catch[is_datetime64tz_dtype] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_get_dtype_error_catch[is_datetime_or_timedelta_dtype] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_get_dtype_error_catch[is_extension_array_dtype] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_get_dtype_error_catch[is_float_dtype] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_get_dtype_error_catch[is_floating_dtype] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_get_dtype_error_catch[is_int64_dtype] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_get_dtype_error_catch[is_int_or_datetime_dtype] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_get_dtype_error_catch[is_integer_dtype] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_get_dtype_error_catch[is_interval_dtype] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_get_dtype_error_catch[is_numeric_dtype] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_get_dtype_error_catch[is_object_dtype] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_get_dtype_error_catch[is_period_dtype] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_get_dtype_error_catch[is_signed_integer_dtype] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_get_dtype_error_catch[is_string_dtype] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_get_dtype_error_catch[is_string_like_dtype] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_get_dtype_error_catch[is_timedelta64_dtype] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_get_dtype_error_catch[is_timedelta64_ns_dtype] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_get_dtype_error_catch[is_unsigned_integer_dtype] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_is_object PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_is_sparse[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_is_sparse[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_is_scipy_sparse PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_is_categorical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_is_datetimetz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_is_period PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_is_datetime64_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_is_datetime64tz_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_is_timedelta64_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_is_period_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_is_interval_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_is_categorical_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_is_string_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_is_period_arraylike PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_is_datetime_arraylike PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_is_datetimelike PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_is_integer_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_is_signed_integer_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_is_unsigned_integer_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_is_int64_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_is_int_or_datetime_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_is_datetime64_any_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_is_datetime64_ns_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_is_timedelta64_ns_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_is_datetime_or_timedelta_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_is_numeric_v_string_like PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_is_datetimelike_v_numeric PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_is_datetimelike_v_object PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_needs_i8_conversion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_is_numeric_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_is_string_like_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_is_float_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_is_bool_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_is_extension_type[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_is_extension_type[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_is_complex_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test_is_offsetlike PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype[int-result0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype[int32-result1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype[float-result2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype[float64-result3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype[input_param4-result4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype[str-result5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype[input_param6-result6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype[input_param7-result7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype[input_param8-result8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype[input_param9-result9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype[category-category] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype[input_param11-result11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype[input_param12-result12] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype[input_param13-result13] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype[input_param14-result14] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype[input_param15-result15] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype[input_param16-result16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype[input_param17-result17] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype[input_param18-result18] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype[<M8[ns]-result19] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype[datetime64[ns, Europe/London]-result20] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype[input_param21-result21] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype[input_param22-result22] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype[input_param23-result23] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype[period[D]-result24] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype[input_param25-result25] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_fails[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_fails[1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_fails[1.2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_fails[random string] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_fails[input_param4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[int-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[int32-int32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[float-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[float64-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[input_param4-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[str-string_] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[input_param6-int16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[input_param7-object_] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[input_param8-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[input_param9-object_] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[category-CategoricalDtypeType] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[input_param11-CategoricalDtypeType] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[input_param12-CategoricalDtypeType] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[input_param13-CategoricalDtypeType] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[input_param14-CategoricalDtypeType] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[input_param15-datetime64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[input_param16-datetime64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[<M8[ns]-datetime64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[input_param18-DatetimeTZDtypeType] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[input_param19-DatetimeTZDtypeType] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[datetime64[ns, Europe/London]-DatetimeTZDtypeType] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[input_param21-int32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[input_param22-int32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[input_param23-PeriodDtypeType] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[period[D]-PeriodDtypeType] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[input_param25-IntervalDtypeType] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[None-NoneType] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[1-NoneType] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[1.2-NoneType] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[input_param29-NoneType] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_concat.py::test_get_dtype_kinds[Index-to_concat0-expected0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_concat.py::test_get_dtype_kinds[Index-to_concat1-expected1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_concat.py::test_get_dtype_kinds[Index-to_concat2-expected2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_concat.py::test_get_dtype_kinds[Index-to_concat3-expected3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_concat.py::test_get_dtype_kinds[Index-to_concat4-expected4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_concat.py::test_get_dtype_kinds[Index-to_concat5-expected5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_concat.py::test_get_dtype_kinds[Index-to_concat6-expected6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_concat.py::test_get_dtype_kinds[Index-to_concat7-expected7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_concat.py::test_get_dtype_kinds[Index-to_concat8-expected8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_concat.py::test_get_dtype_kinds[Series-to_concat0-expected0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_concat.py::test_get_dtype_kinds[Series-to_concat1-expected1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_concat.py::test_get_dtype_kinds[Series-to_concat2-expected2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_concat.py::test_get_dtype_kinds[Series-to_concat3-expected3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_concat.py::test_get_dtype_kinds[Series-to_concat4-expected4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_concat.py::test_get_dtype_kinds[Series-to_concat5-expected5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_concat.py::test_get_dtype_kinds[Series-to_concat6-expected6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_concat.py::test_get_dtype_kinds[Series-to_concat7-expected7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_concat.py::test_get_dtype_kinds[Series-to_concat8-expected8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_concat.py::test_get_dtype_kinds_period[to_concat0-expected0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_concat.py::test_get_dtype_kinds_period[to_concat1-expected1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_concat.py::test_get_dtype_kinds_period[to_concat2-expected2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_concat.py::test_get_dtype_kinds_period[to_concat3-expected3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtype::test_hash PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtype::test_equality_invalid PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtype::test_numpy_informed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtype::test_pickle PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtype::test_hash_vs_equality PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtype::test_equality PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtype::test_construction_from_string PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtype::test_constructor_invalid PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtype::test_is_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtype::test_basic PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtype::test_tuple_categories PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestDatetimeTZDtype::test_hash PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestDatetimeTZDtype::test_equality_invalid PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestDatetimeTZDtype::test_numpy_informed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestDatetimeTZDtype::test_pickle PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestDatetimeTZDtype::test_hash_vs_equality PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestDatetimeTZDtype::test_construction PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestDatetimeTZDtype::test_subclass PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestDatetimeTZDtype::test_coerce_to_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestDatetimeTZDtype::test_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestDatetimeTZDtype::test_construction_from_string PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestDatetimeTZDtype::test_is_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestDatetimeTZDtype::test_equality PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestDatetimeTZDtype::test_basic PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestDatetimeTZDtype::test_dst PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestDatetimeTZDtype::test_parser PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestDatetimeTZDtype::test_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestPeriodDtype::test_hash PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestPeriodDtype::test_equality_invalid PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestPeriodDtype::test_numpy_informed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestPeriodDtype::test_pickle PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestPeriodDtype::test_hash_vs_equality PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestPeriodDtype::test_construction PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestPeriodDtype::test_subclass PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestPeriodDtype::test_identity PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestPeriodDtype::test_coerce_to_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestPeriodDtype::test_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestPeriodDtype::test_construction_from_string PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestPeriodDtype::test_is_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestPeriodDtype::test_equality PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestPeriodDtype::test_basic PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestPeriodDtype::test_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestPeriodDtype::test_not_string PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_hash PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_equality_invalid PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_numpy_informed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_pickle PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_hash_vs_equality PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_construction[interval[int64]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_construction[Interval[int64]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_construction[int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_construction[subtype3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_construction_generic[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_construction_generic[interval] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_construction_generic[Interval] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_construction_not_supported[subtype0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_construction_not_supported[subtype1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_construction_not_supported[object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_construction_not_supported[str] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_construction_not_supported[<U10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_construction_not_supported[interval[category]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_construction_not_supported[interval[object]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_construction_errors PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_construction_from_string PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_construction_from_string_errors[foo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_construction_from_string_errors[interval[foo]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_construction_from_string_errors[foo[int64]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_construction_from_string_errors[0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_construction_from_string_errors[3.14] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_construction_from_string_errors[string5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_construction_from_string_errors[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_subclass PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_is_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_coerce_to_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_equality PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_equality_generic[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_equality_generic[interval] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_equality_generic[Interval] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_equality_generic[int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_equality_generic[uint64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_equality_generic[float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_equality_generic[complex128] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_equality_generic[datetime64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_equality_generic[timedelta64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_equality_generic[subtype9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_name_repr[int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_name_repr[uint64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_name_repr[float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_name_repr[complex128] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_name_repr[datetime64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_name_repr[timedelta64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_name_repr[subtype6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_name_repr_generic[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_name_repr_generic[interval] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_name_repr_generic[Interval] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_basic PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_basic_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_caching PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_basic[True-categories0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_basic[True-categories1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_basic[True-categories2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_basic[True-categories3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_basic[True-categories4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_basic[False-categories0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_basic[False-categories1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_basic[False-categories2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_basic[False-categories3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_basic[False-categories4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_basic[None-categories0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_basic[None-categories1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_basic[None-categories2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_basic[None-categories3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_basic[None-categories4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_order_matters PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_unordered_same[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_unordered_same[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_categories PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_equal_but_different[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_equal_but_different[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_equal_but_different[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_order_hashes_different[v10-v20] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_order_hashes_different[v11-v21] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_nan_invalid PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_non_unique_invalid PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_same_categories_different_order PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_categorical_equality[True-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_categorical_equality[True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_categorical_equality[True-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_categorical_equality[False-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_categorical_equality[False-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_categorical_equality[False-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_categorical_equality[None-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_categorical_equality[None-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_categorical_equality[None-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_categorical_equality_strings[True-category-categories0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_categorical_equality_strings[True-category-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_categorical_equality_strings[True-not a category-categories0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_categorical_equality_strings[True-not a category-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_categorical_equality_strings[False-category-categories0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_categorical_equality_strings[False-category-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_categorical_equality_strings[False-not a category-categories0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_categorical_equality_strings[False-not a category-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_categorical_equality_strings[None-category-categories0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_categorical_equality_strings[None-category-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_categorical_equality_strings[None-not a category-categories0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_categorical_equality_strings[None-not a category-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_invalid_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_mixed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_from_categorical_dtype_identity PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_from_categorical_dtype_categories PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_from_categorical_dtype_ordered PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_from_categorical_dtype_both PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_str_vs_repr[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_str_vs_repr[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_str_vs_repr[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_categorical_categories PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[True-True-new_categories0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[True-True-new_categories1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[True-True-new_categories2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[True-True-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[True-False-new_categories0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[True-False-new_categories1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[True-False-new_categories2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[True-False-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[True-None-new_categories0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[True-None-new_categories1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[True-None-new_categories2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[True-None-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[False-True-new_categories0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[False-True-new_categories1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[False-True-new_categories2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[False-True-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[False-False-new_categories0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[False-False-new_categories1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[False-False-new_categories2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[False-False-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[False-None-new_categories0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[False-None-new_categories1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[False-None-new_categories2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[False-None-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[None-True-new_categories0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[None-True-new_categories1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[None-True-new_categories2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[None-True-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[None-False-new_categories0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[None-False-new_categories1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[None-False-new_categories2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[None-False-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[None-None-new_categories0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[None-None-new_categories1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[None-None-new_categories2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[None-None-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype_string[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype_string[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype_string[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype_errors[foo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype_errors[object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype_errors[int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype_errors[bad_dtype3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_generic.py::TestABCClasses::test_abc_types PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_generic.py::test_setattr_warnings PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_sequence PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_passes[ll0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_passes[ll1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_passes[ll2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_passes[ll3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_passes[ll4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_passes[ll5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_passes[ll6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_passes[ll7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_passes[ll8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_fails[1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_fails[2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_fails[ll2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_fails[str] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_array_like PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[list-inner0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[list-inner1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[list-inner2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[list-inner3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[list-inner4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[list-inner5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[list-inner6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[list-inner7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[list-inner8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[list-inner9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[Series-inner0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[Series-inner1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[Series-inner2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[Series-inner3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[Series-inner4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[Series-inner5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[Series-inner6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[Series-inner7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[Series-inner8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[Series-inner9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[outer2-inner0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[outer2-inner1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[outer2-inner2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[outer2-inner3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[outer2-inner4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[outer2-inner5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[outer2-inner6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[outer2-inner7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[outer2-inner8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[outer2-inner9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[tuple-inner0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[tuple-inner1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[tuple-inner2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[tuple-inner3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[tuple-inner4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[tuple-inner5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[tuple-inner6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[tuple-inner7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[tuple-inner8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[tuple-inner9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_fails[abc] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_fails[obj1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_fails[obj2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_fails[obj3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_fails[obj4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_fails[a] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_fails[obj6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_fails[obj7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_fails[obj8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_fails[obj9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_fails[obj10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_dict_like_passes[ll0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_dict_like_passes[ll1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_dict_like_passes[ll2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_dict_like_fails[10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_dict_like_fails[11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_dict_like_fails[ll2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_dict_like_fails[ll3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_dict_like_fails[ll4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_dict_like_fails[ll5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_file_like PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_names_tuple_passes[ll0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_names_tuple_fails[ll0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_names_tuple_fails[a] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_names_tuple_fails[ll2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_hashable PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_re_passes[ad] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_re_fails[x] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_re_fails[2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_re_fails[3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_re_fails[ll3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_recompilable_passes[a] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_recompilable_passes[x] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_recompilable_passes[asdf] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_recompilable_passes[adsf] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_recompilable_passes[\u2233\\s*] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_recompilable_passes[] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_recompilable_fails[1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_recompilable_fails[ll1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_recompilable_fails[ll2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_infer_dtype_bytes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_isinf_scalar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_maybe_convert_numeric_infinities PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_maybe_convert_numeric_post_floatify_nan[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_maybe_convert_numeric_post_floatify_nan[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_convert_infs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_scientific_no_exponent PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_convert_non_hashable PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_convert_numeric_uint64 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_convert_numeric_uint64_nan[True-arr0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_convert_numeric_uint64_nan[True-arr1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_convert_numeric_uint64_nan[True-arr2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_convert_numeric_uint64_nan[True-arr3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_convert_numeric_uint64_nan[False-arr0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_convert_numeric_uint64_nan[False-arr1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_convert_numeric_uint64_nan[False-arr2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_convert_numeric_uint64_nan[False-arr3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_convert_numeric_uint64_nan_values[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_convert_numeric_uint64_nan_values[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_convert_numeric_int64_uint64[True-case0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_convert_numeric_int64_uint64[True-case1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_convert_numeric_int64_uint64[True-case2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_convert_numeric_int64_uint64[True-case3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_convert_numeric_int64_uint64[True-case4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_convert_numeric_int64_uint64[True-case5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_convert_numeric_int64_uint64[False-case0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_convert_numeric_int64_uint64[False-case1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_convert_numeric_int64_uint64[False-case2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_convert_numeric_int64_uint64[False-case3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_convert_numeric_int64_uint64[False-case4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_convert_numeric_int64_uint64[False-case5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_convert_int_overflow[value0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_convert_int_overflow[value1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_maybe_convert_objects_uint64 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_mixed_dtypes_remain_object_array PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_length_zero PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_integers PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_bools PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_floats PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_decimals PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_string PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_unicode PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_datetime PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_dtype_datetime PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_dtype_timedelta PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_dtype_period PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_datetime[data0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_datetime[data1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_datetime[data2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_datetime[data3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_datetime[data4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_datetime[data5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_timedelta[data0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_timedelta[data1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_timedelta[data2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_timedelta[data3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_date PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_mixed[data0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_mixed[data1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_mixed[data2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_mixed[data3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_mixed[data4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_mixed[data5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_mixed[data6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_nan_nat_like[None-first0-mixed] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_nan_nat_like[None-first1-mixed] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_nan_nat_like[None-first2-nat] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_nan_nat_like[None-first3-datetime] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_nan_nat_like[None-first4-datetime] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_nan_nat_like[None-first5-date] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_nan_nat_like[None-first6-timedelta] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_nan_nat_like[None-first7-timedelta] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_nan_nat_like[nan-first0-mixed] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_nan_nat_like[nan-first1-mixed] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_nan_nat_like[nan-first2-nat] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_nan_nat_like[nan-first3-datetime] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_nan_nat_like[nan-first4-datetime] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_nan_nat_like[nan-first5-date] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_nan_nat_like[nan-first6-timedelta] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_nan_nat_like[nan-first7-timedelta] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_dtype_all_nan_nat_like PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_is_datetimelike_array_all_nan_nat_like PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_other_dtypes_for_array[is_datetime_array] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_other_dtypes_for_array[is_datetime64_array] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_other_dtypes_for_array[is_bool_array] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_other_dtypes_for_array[is_timedelta_array] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_other_dtypes_for_array[is_timedelta64_array] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_other_dtypes_for_array[is_timedelta_or_timedelta64_array] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_other_dtypes_for_array[is_date_array] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_other_dtypes_for_array[is_time_array] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_other_dtypes_for_array[is_interval_array] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_other_dtypes_for_array[is_period_array] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_date PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_is_numeric_array PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_is_string_array PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_to_object_array_tuples PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_object PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_to_object_array_width PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_is_period PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_categorical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestNumberScalar::test_is_number PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestNumberScalar::test_is_bool PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestNumberScalar::test_is_integer PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestNumberScalar::test_is_float PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestNumberScalar::test_is_datetime_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestNumberScalar::test_is_timedelta PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestIsScalar::test_is_scalar_builtin_scalars PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestIsScalar::test_is_scalar_builtin_nonscalars PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestIsScalar::test_is_scalar_numpy_array_scalars PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestIsScalar::test_is_scalar_numpy_zerodim_arrays PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestIsScalar::test_is_scalar_numpy_arrays PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestIsScalar::test_is_scalar_pandas_scalars PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestIsScalar::test_is_scalar_pandas_containers PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_datetimeindex_from_empty_datetime64_array PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_nan_to_nat_conversions PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_scipy_sparse[bsr] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_scipy_sparse[coo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_scipy_sparse[csc] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_scipy_sparse[csr] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_scipy_sparse[dia] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_scipy_sparse[dok] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_scipy_sparse[lil] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_ensure_int32 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_ensure_categorical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_missing.py::test_notna_notnull[notna0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_missing.py::test_notna_notnull[notna1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_missing.py::TestIsNA::test_0d_array PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_missing.py::TestIsNA::test_empty_object PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_missing.py::TestIsNA::test_isna_isnull[isna0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_missing.py::TestIsNA::test_isna_isnull[isna1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_missing.py::TestIsNA::test_isna_lists PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_missing.py::TestIsNA::test_isna_nat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_missing.py::TestIsNA::test_isna_numpy_nat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_missing.py::TestIsNA::test_isna_datetime PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_missing.py::TestIsNA::test_complex[value0-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_missing.py::TestIsNA::test_complex[1.0-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_missing.py::TestIsNA::test_complex[value2-expected2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_missing.py::TestIsNA::test_complex[value3-expected3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_missing.py::TestIsNA::test_complex[value4-expected4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_missing.py::TestIsNA::test_datetime_other_units PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_missing.py::TestIsNA::test_timedelta_other_units PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_missing.py::TestIsNA::test_period PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_missing.py::test_array_equivalent PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_missing.py::test_array_equivalent_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_missing.py::test_array_equivalent_str PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_missing.py::test_na_value_for_dtype[dtype0-na_value0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_missing.py::test_na_value_for_dtype[dtype1-na_value1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_missing.py::test_na_value_for_dtype[dtype2-na_value2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_missing.py::test_na_value_for_dtype[dtype3-na_value3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_missing.py::test_na_value_for_dtype[u1-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_missing.py::test_na_value_for_dtype[u2-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_missing.py::test_na_value_for_dtype[u4-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_missing.py::test_na_value_for_dtype[u8-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_missing.py::test_na_value_for_dtype[i1-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_missing.py::test_na_value_for_dtype[i2-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_missing.py::test_na_value_for_dtype[i4-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_missing.py::test_na_value_for_dtype[i8-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_missing.py::test_na_value_for_dtype[bool-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_missing.py::test_na_value_for_dtype[f2-nan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_missing.py::test_na_value_for_dtype[f4-nan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_missing.py::test_na_value_for_dtype[f8-nan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_missing.py::test_na_value_for_dtype[O-nan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_missing.py::test_na_value_for_dtype[dtype17-nan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_missing.py::TestNAObj::test_basic PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_missing.py::TestNAObj::test_non_obj_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_missing.py::TestNAObj::test_empty_arr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_missing.py::TestNAObj::test_empty_str_inp PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_missing.py::TestNAObj::test_empty_like PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/test_common.py::TestExtensionArrayDtype::test_is_extension_array_dtype[values0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/test_common.py::TestExtensionArrayDtype::test_is_extension_array_dtype[values1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/test_common.py::TestExtensionArrayDtype::test_is_extension_array_dtype[values2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/test_common.py::TestExtensionArrayDtype::test_is_extension_array_dtype[values3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/test_common.py::TestExtensionArrayDtype::test_is_extension_array_dtype[values4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/test_common.py::TestExtensionArrayDtype::test_is_not_extension_array_dtype[values0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/test_common.py::TestExtensionArrayDtype::test_is_not_extension_array_dtype[values1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/test_common.py::test_astype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/test_common.py::test_astype_no_copy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/test_common.py::test_is_not_extension_array_dtype[dtype0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/test_common.py::test_is_not_extension_array_dtype[dtype1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/test_common.py::test_is_not_extension_array_dtype[dtype2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/test_common.py::test_is_extension_array_dtype[dtype0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/test_external_block.py::test_custom_repr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/test_external_block.py::test_concat_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/test_external_block.py::test_concat_dataframe PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/test_external_block.py::test_concat_axis1 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestDtype::test_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestDtype::test_kind PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestDtype::test_construct_from_string_own_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestDtype::test_is_dtype_from_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestDtype::test_is_dtype_unboxes_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestDtype::test_is_dtype_from_self PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestDtype::test_is_not_string_type PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestDtype::test_is_not_object_type PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestDtype::test_eq_with_str PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestDtype::test_eq_with_numpy_object PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestInterface::test_len PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestInterface::test_ndim PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestInterface::test_can_hold_na_valid PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestInterface::test_array_interface PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestInterface::test_repr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestInterface::test_dtype_name_in_info PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestInterface::test_is_extension_array_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestInterface::test_no_values_attribute PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestInterface::test_memory_usage SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestConstructors::test_array_from_scalars PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestConstructors::test_series_constructor PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestConstructors::test_dataframe_constructor_from_dict[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestConstructors::test_dataframe_constructor_from_dict[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestConstructors::test_dataframe_from_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestConstructors::test_series_given_mismatched_index_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestReshaping::test_concat[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestReshaping::test_concat[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestReshaping::test_concat_all_na_block[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestReshaping::test_concat_all_na_block[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestReshaping::test_concat_mixed_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestReshaping::test_align_series_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestReshaping::test_set_frame_expand_regular_with_extension PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestReshaping::test_set_frame_expand_extension_with_regular PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestReshaping::test_set_frame_overwrite_object PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestReshaping::test_concat_columns SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestReshaping::test_align SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestReshaping::test_align_frame SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestReshaping::test_merge SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestGetitem::test_iloc_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestGetitem::test_iloc_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestGetitem::test_loc_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestGetitem::test_loc_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestGetitem::test_getitem_scalar_na PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestGetitem::test_getitem_mask PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestGetitem::test_getitem_slice PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestGetitem::test_get PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestGetitem::test_take_sequence PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestGetitem::test_getitem_scalar SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestGetitem::test_take SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestGetitem::test_take_negative SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestGetitem::test_take_pandas_style_negative_raises SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestGetitem::test_take_non_na_fill_value SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestGetitem::test_take_out_of_bounds_raises SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestGetitem::test_take_series SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestGetitem::test_reindex_non_na_fill_value SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestGetitem::test_take_empty XPASS
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestGetitem::test_reindex XPASS
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestSetitem::test_setitem_scalar_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestSetitem::test_setitem_sequence PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestSetitem::test_setitem_sequence_mismatched_length_raises[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestSetitem::test_setitem_sequence_mismatched_length_raises[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestSetitem::test_setitem_empty_indxer PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestSetitem::test_setitem_sequence_broadcasts PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestSetitem::test_setitem_scalar[loc] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestSetitem::test_setitem_scalar[iloc] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestSetitem::test_setitem_loc_scalar_mixed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestSetitem::test_setitem_loc_scalar_single PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestSetitem::test_setitem_loc_scalar_multiple_homogoneous PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestSetitem::test_setitem_iloc_scalar_mixed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestSetitem::test_setitem_iloc_scalar_single PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestSetitem::test_setitem_iloc_scalar_multiple_homogoneous PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestSetitem::test_setitem_mask_aligned[loc-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestSetitem::test_setitem_mask_aligned[loc-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestSetitem::test_setitem_mask_aligned[None-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestSetitem::test_setitem_mask_aligned[None-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestSetitem::test_setitem_mask_broadcast[loc] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestSetitem::test_setitem_mask_broadcast[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestSetitem::test_setitem_expand_columns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestSetitem::test_setitem_expand_with_extension PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestSetitem::test_setitem_frame_invalid_length PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestSetitem::test_setitem_tuple_index xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMissing::test_isna PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMissing::test_dropna_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMissing::test_dropna_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMissing::test_fillna_scalar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMissing::test_fillna_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMissing::test_fillna_series_method[ffill] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMissing::test_fillna_series_method[bfill] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMissing::test_fillna_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMissing::test_fillna_fill_other PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMissing::test_fillna_limit_pad SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMissing::test_fillna_limit_backfill SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMethods::test_count PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMethods::test_apply_simple_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMethods::test_argsort PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMethods::test_argsort_missing PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMethods::test_sort_values[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMethods::test_sort_values[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMethods::test_sort_values_missing[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMethods::test_sort_values_missing[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMethods::test_sort_values_frame[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMethods::test_sort_values_frame[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMethods::test_unique[<lambda>-Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMethods::test_unique[<lambda>-<lambda>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMethods::test_unique[unique-Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMethods::test_unique[unique-<lambda>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMethods::test_factorize[-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMethods::test_factorize[-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMethods::test_factorize_equivalence[-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMethods::test_factorize_equivalence[-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMethods::test_value_counts[data] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMethods::test_value_counts[data_missing] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestCasting::test_astype_object_series[data] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestCasting::test_astype_object_series[data_missing] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestCasting::test_tolist PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/category/test_categorical.py::TestCasting::test_astype_str PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestDtype::test_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestDtype::test_kind PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestDtype::test_construct_from_string_own_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestDtype::test_is_dtype_from_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestDtype::test_is_dtype_unboxes_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestDtype::test_is_dtype_from_self PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestDtype::test_is_not_string_type PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestDtype::test_is_not_object_type PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestDtype::test_eq_with_str PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestDtype::test_eq_with_numpy_object PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestInterface::test_len PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestInterface::test_ndim PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestInterface::test_can_hold_na_valid PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestInterface::test_memory_usage PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestInterface::test_array_interface PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestInterface::test_repr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestInterface::test_dtype_name_in_info PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestInterface::test_is_extension_array_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestInterface::test_no_values_attribute PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestConstructors::test_array_from_scalars PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestConstructors::test_series_constructor PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestConstructors::test_dataframe_constructor_from_dict[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestConstructors::test_dataframe_constructor_from_dict[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestConstructors::test_dataframe_from_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestConstructors::test_series_given_mismatched_index_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestReshaping::test_concat[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestReshaping::test_concat[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestReshaping::test_concat_all_na_block[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestReshaping::test_concat_all_na_block[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestReshaping::test_concat_mixed_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestReshaping::test_concat_columns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestReshaping::test_align PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestReshaping::test_align_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestReshaping::test_align_series_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestReshaping::test_set_frame_expand_regular_with_extension PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestReshaping::test_set_frame_expand_extension_with_regular PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestReshaping::test_set_frame_overwrite_object PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestReshaping::test_merge PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGetitem::test_iloc_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGetitem::test_iloc_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGetitem::test_loc_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGetitem::test_loc_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGetitem::test_getitem_scalar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGetitem::test_getitem_scalar_na PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGetitem::test_getitem_mask PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGetitem::test_getitem_slice PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGetitem::test_get PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGetitem::test_take_sequence PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGetitem::test_take PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGetitem::test_take_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGetitem::test_take_negative PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGetitem::test_take_non_na_fill_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGetitem::test_take_pandas_style_negative_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGetitem::test_take_out_of_bounds_raises[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGetitem::test_take_out_of_bounds_raises[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGetitem::test_take_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGetitem::test_reindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGetitem::test_reindex_non_na_fill_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGetitem::test_take_na_value_other_decimal PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMissing::test_isna PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMissing::test_dropna_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMissing::test_dropna_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMissing::test_fillna_scalar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMissing::test_fillna_limit_pad PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMissing::test_fillna_limit_backfill PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMissing::test_fillna_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMissing::test_fillna_series_method[ffill] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMissing::test_fillna_series_method[bfill] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMissing::test_fillna_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMissing::test_fillna_fill_other PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_count PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_apply_simple_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_argsort PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_argsort_missing PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_sort_values[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_sort_values[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_sort_values_missing[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_sort_values_missing[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_sort_values_frame[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_sort_values_frame[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_unique[<lambda>-Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_unique[<lambda>-<lambda>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_unique[unique-Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_unique[unique-<lambda>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_factorize[-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_factorize[-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_factorize_equivalence[-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_factorize_equivalence[-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_value_counts[data-True] XPASS
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_value_counts[data-False] XPASS
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_value_counts[data_missing-True] xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_value_counts[data_missing-False] xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestCasting::test_astype_object_series[data] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestCasting::test_astype_object_series[data_missing] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestCasting::test_tolist PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestCasting::test_astype_str PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGroupby::test_grouping_grouper PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGroupby::test_groupby_extension_agg[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGroupby::test_groupby_extension_agg[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGroupby::test_groupby_extension_no_sort PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGroupby::test_groupby_extension_transform PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGroupby::test_groupby_extension_apply[scalar] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGroupby::test_groupby_extension_apply[list] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGroupby::test_groupby_extension_apply[series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGroupby::test_groupby_extension_apply[object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::test_series_constructor_coerce_data_to_extension_dtype_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::test_series_constructor_with_same_dtype_ok PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::test_series_constructor_coerce_extension_array_to_dtype_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::test_dataframe_constructor_with_same_dtype_ok PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/decimal/test_decimal.py::test_dataframe_constructor_with_different_dtype_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestDtype::test_name SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestDtype::test_kind SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestDtype::test_construct_from_string_own_name SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestDtype::test_is_dtype_from_name SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestDtype::test_is_dtype_unboxes_dtype SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestDtype::test_is_dtype_from_self SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestDtype::test_is_not_string_type SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestDtype::test_is_not_object_type SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestDtype::test_eq_with_str SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestDtype::test_eq_with_numpy_object SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestInterface::test_len SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestInterface::test_ndim SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestInterface::test_can_hold_na_valid SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestInterface::test_memory_usage SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestInterface::test_array_interface SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestInterface::test_repr SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestInterface::test_dtype_name_in_info SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestInterface::test_is_extension_array_dtype SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestInterface::test_no_values_attribute SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestInterface::test_custom_asserts SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestConstructors::test_array_from_scalars SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestConstructors::test_series_constructor SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestConstructors::test_dataframe_constructor_from_dict[True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestConstructors::test_dataframe_constructor_from_dict[False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestConstructors::test_dataframe_from_series SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestConstructors::test_series_given_mismatched_index_raises SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestReshaping::test_concat[True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestReshaping::test_concat[False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestReshaping::test_concat_all_na_block[True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestReshaping::test_concat_all_na_block[False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestReshaping::test_concat_mixed_dtypes SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestReshaping::test_concat_columns SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestReshaping::test_align SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestReshaping::test_align_frame SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestReshaping::test_align_series_frame SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestReshaping::test_set_frame_expand_regular_with_extension SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestReshaping::test_set_frame_expand_extension_with_regular SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestReshaping::test_set_frame_overwrite_object SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestReshaping::test_merge SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestGetitem::test_iloc_series SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestGetitem::test_iloc_frame SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestGetitem::test_loc_series SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestGetitem::test_loc_frame SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestGetitem::test_getitem_scalar SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestGetitem::test_getitem_scalar_na SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestGetitem::test_getitem_mask SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestGetitem::test_getitem_slice SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestGetitem::test_get SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestGetitem::test_take_sequence SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestGetitem::test_take SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestGetitem::test_take_empty SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestGetitem::test_take_negative SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestGetitem::test_take_non_na_fill_value SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestGetitem::test_take_pandas_style_negative_raises SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestGetitem::test_take_out_of_bounds_raises[True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestGetitem::test_take_out_of_bounds_raises[False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestGetitem::test_take_series SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestGetitem::test_reindex SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestGetitem::test_reindex_non_na_fill_value SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestMissing::test_isna SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestMissing::test_dropna_series SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestMissing::test_dropna_frame SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestMissing::test_fillna_scalar SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestMissing::test_fillna_limit_pad SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestMissing::test_fillna_limit_backfill SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestMissing::test_fillna_series_method[ffill] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestMissing::test_fillna_series_method[bfill] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestMissing::test_fillna_fill_other SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestMissing::test_fillna_series SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestMissing::test_fillna_frame SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_count SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_apply_simple_series SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_unique[<lambda>-Series] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_unique[<lambda>-<lambda>] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_unique[unique-Series] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_unique[unique-<lambda>] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_factorize[-1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_factorize[-2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_factorize_equivalence[-1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_factorize_equivalence[-2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_value_counts[data] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_value_counts[data_missing] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_sort_values_frame SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_argsort SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_argsort_missing SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_sort_values[True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_sort_values[False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_sort_values_missing[True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_sort_values_missing[False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestCasting::test_astype_object_series[data] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestCasting::test_astype_object_series[data_missing] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestCasting::test_tolist SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestCasting::test_astype_str SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestGroupby::test_grouping_grouper SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestGroupby::test_groupby_extension_no_sort SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestGroupby::test_groupby_extension_transform SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestGroupby::test_groupby_extension_apply SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestGroupby::test_groupby_extension_agg[True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/extension/json/test_json.py::TestGroupby::test_groupby_extension_agg[False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_cast PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index2 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_duplicate_names[a] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_duplicate_names[level1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_nonuniq PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_bug PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_construction_with_categorical_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_cast_datetimeindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_reset_index_tz[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_reset_index_tz[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_reset_index_tz[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_reset_index_tz[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_timezone PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_dst PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_reset_index_with_intervals PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_multiindexcolumns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_empty_column PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_columns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_dti_set_index_reindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_rename PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_rename_axis_inplace PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_rename_axis_warns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_rename_multiindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_rename_nocopy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_rename_inplace PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_rename_bug PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_rename_bug2 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_reorder_levels PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_reset_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_reset_index_level PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_reset_index_right_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_reset_index_multiindex_col PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_reset_index_multiindex_nan PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_reset_index_with_datetimeindex_cols PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_reset_index_range PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_names PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_rename_objects PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_rename_axis_style PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_rename_mapper_multi PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_rename_positional_named PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_rename_axis_style_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_reindex_api_equivalence PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_rename_positional PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_assign_columns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_preserve_categorical_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_ambiguous_warns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_rename_signature SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_reindex_signature SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_alter_axes.py::TestIntervalIndex::test_setitem PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_alter_axes.py::TestIntervalIndex::test_set_reset_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_alter_axes.py::TestIntervalIndex::test_set_axis_inplace PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_alter_axes.py::TestIntervalIndex::test_set_axis_prior_to_deprecation_signature PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_corr_pearson PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_corr_kendall PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_corr_spearman PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_corr_non_numeric PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_corr_nooverlap PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_corr_constant PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_corr_int PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_corr_int_and_boolean PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_corr_cov_independent_index_column PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_cov PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_corrwith PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_corrwith_with_objects PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_corrwith_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_corrwith_matches_corrcoef PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_corrwith_mixed_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_bool_describe_in_mixed_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_describe_bool_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_describe_categorical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_describe_categorical_columns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_describe_datetime_columns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_describe_timedelta_values PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_reduce_mixed_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_count PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_nunique PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_sum PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_stat_operators_attempt_obj_array[sum] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_stat_operators_attempt_obj_array[mean] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_stat_operators_attempt_obj_array[prod] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_stat_operators_attempt_obj_array[var] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_stat_operators_attempt_obj_array[std] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_stat_operators_attempt_obj_array[skew] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_stat_operators_attempt_obj_array[min] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_stat_operators_attempt_obj_array[max] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_mean PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_product PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_median PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_min PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_cummin PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_cummax PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_max PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_mad PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_var_std PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_numeric_only_flag[sem] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_numeric_only_flag[var] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_numeric_only_flag[std] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_mixed_ops PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_cumsum PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_cumprod PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_sem PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_skew PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_kurt PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_mode PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_operators_timedelta64 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_sum_corner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_sum_prod_nanops[sum-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_sum_prod_nanops[prod-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_sum_nanops_timedelta PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_sum_object PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_sum_bool PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_mean_corner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_stats_mixed_type PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_median_corner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_count_objects PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_cumsum_corner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_sum_bools PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_idxmin PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_idxmax PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_extra PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[any-data0-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[all-data1-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[any-data2-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[all-data3-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[any-data4-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[all-data5-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[any-data6-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[all-data7-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[any-data8-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[all-data9-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[any-data10-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[all-data11-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[any-data12-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[all-data13-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[all-data14-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[any-data15-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[all-data16-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[any-data17-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[all-data18-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[any-data19-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[all-data20-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[any-data21-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[all-data22-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[any-data23-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[all-data24-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[any-data25-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[all-data26-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[any-data27-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[all-data28-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[any-data29-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_object PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_level_axis_none_raises[any] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_level_axis_none_raises[all] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_isin PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_isin_empty[empty0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_isin_empty[empty1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_isin_empty[empty2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_isin_dict PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_isin_with_string_scalar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_isin_df PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_isin_tuples PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_isin_df_dupe_values PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_isin_dupe_self PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_isin_against_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_isin_multiIndex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_isin_empty_datetimelike PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_drop_duplicates PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_duplicated_with_misspelled_column_name[a] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_duplicated_with_misspelled_column_name[subset1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_duplicated_with_misspelled_column_name[subset2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_duplicated_do_not_fail_on_wide_dataframes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_drop_duplicates_with_duplicate_column_names PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_drop_duplicates_for_take_all PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_drop_duplicates_tuple PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_drop_duplicates_NA PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_drop_duplicates_NA_for_take_all PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_drop_duplicates_inplace PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_round PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_numpy_round PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_round_mixed_type PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_round_issue PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_built_in_round SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_pct_change PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_clip PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_inplace_clip PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_dataframe_clip PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_clip_mixed_numeric PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_clip_against_series[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_clip_against_series[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_clip_against_list_like[0-res0-lower0-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_clip_against_list_like[0-res0-lower0-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_clip_against_list_like[0-res0-lower1-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_clip_against_list_like[0-res0-lower1-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_clip_against_list_like[1-res1-lower0-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_clip_against_list_like[1-res1-lower0-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_clip_against_list_like[1-res1-lower1-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_clip_against_list_like[1-res1-lower1-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_clip_against_frame[0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_clip_against_frame[1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_clip_against_frame[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_clip_with_na_args PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_dot PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_matmul SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-1-order0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-1-order1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-1-order2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-1-order3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-1-order4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-1-order5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-1-order6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-1-order7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-1-order8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-1-order9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-1-order10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-1-order11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-2-order0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-2-order1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-2-order2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-2-order3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-2-order4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-2-order5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-2-order6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-2-order7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-2-order8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-2-order9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-2-order10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-2-order11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-3-order0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-3-order1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-3-order2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-3-order3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-3-order4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-3-order5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-3-order6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-3-order7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-3-order8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-3-order9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-3-order10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-3-order11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-4-order0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-4-order1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-4-order2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-4-order3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-4-order4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-4-order5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-4-order6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-4-order7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-4-order8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-4-order9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-4-order10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-4-order11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-5-order0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-5-order1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-5-order2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-5-order3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-5-order4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-5-order5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-5-order6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-5-order7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-5-order8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-5-order9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-5-order10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-5-order11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-6-order0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-6-order1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-6-order2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-6-order3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-6-order4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-6-order5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-6-order6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-6-order7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-6-order8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-6-order9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-6-order10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-6-order11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-7-order0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-7-order1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-7-order2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-7-order3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-7-order4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-7-order5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-7-order6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-7-order7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-7-order8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-7-order9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-7-order10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-7-order11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-8-order0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-8-order1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-8-order2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-8-order3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-8-order4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-8-order5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-8-order6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-8-order7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-8-order8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-8-order9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-8-order10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-8-order11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-9-order0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-9-order1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-9-order2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-9-order3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-9-order4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-9-order5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-9-order6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-9-order7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-9-order8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-9-order9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-9-order10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-9-order11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-10-order0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-10-order1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-10-order2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-10-order3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-10-order4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-10-order5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-10-order6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-10-order7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-10-order8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-10-order9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-10-order10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-10-order11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-1-order0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-1-order1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-1-order2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-1-order3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-1-order4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-1-order5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-1-order6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-1-order7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-1-order8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-1-order9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-1-order10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-1-order11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-2-order0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-2-order1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-2-order2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-2-order3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-2-order4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-2-order5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-2-order6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-2-order7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-2-order8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-2-order9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-2-order10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-2-order11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-3-order0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-3-order1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-3-order2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-3-order3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-3-order4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-3-order5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-3-order6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-3-order7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-3-order8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-3-order9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-3-order10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-3-order11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-4-order0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-4-order1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-4-order2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-4-order3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-4-order4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-4-order5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-4-order6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-4-order7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-4-order8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-4-order9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-4-order10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-4-order11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-5-order0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-5-order1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-5-order2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-5-order3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-5-order4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-5-order5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-5-order6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-5-order7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-5-order8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-5-order9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-5-order10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-5-order11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-6-order0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-6-order1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-6-order2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-6-order3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-6-order4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-6-order5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-6-order6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-6-order7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-6-order8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-6-order9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-6-order10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-6-order11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-7-order0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-7-order1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-7-order2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-7-order3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-7-order4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-7-order5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-7-order6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-7-order7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-7-order8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-7-order9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-7-order10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-7-order11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-8-order0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-8-order1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-8-order2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-8-order3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-8-order4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-8-order5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-8-order6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-8-order7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-8-order8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-8-order9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-8-order10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-8-order11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-9-order0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-9-order1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-9-order2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-9-order3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-9-order4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-9-order5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-9-order6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-9-order7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-9-order8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-9-order9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-9-order10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-9-order11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-10-order0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-10-order1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-10-order2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-10-order3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-10-order4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-10-order5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-10-order6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-10-order7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-10-order8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-10-order9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-10-order10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-10-order11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_error[nlargest-columns0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_error[nlargest-columns1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_error[nsmallest-columns0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_error[nsmallest-columns1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_all_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_identical_values PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[1-order0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[1-order1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[1-order2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[1-order3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[1-order4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[1-order5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[2-order0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[2-order1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[2-order2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[2-order3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[2-order4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[2-order5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[3-order0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[3-order1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[3-order2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[3-order3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[3-order4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[3-order5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[4-order0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[4-order1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[4-order2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[4-order3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[4-order4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[4-order5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[5-order0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[5-order1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[5-order2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[5-order3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[5-order4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[5-order5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_series_broadcasting PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_series_nat_conversion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_copy_index_name_checking PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_getitem_pop_assign_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_get_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_add_prefix_suffix PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_get_axis PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_keys PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_column_contains_typeerror PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_tab_completion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_not_hashable PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_new_empty_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_array_interface PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_get_agg_axis PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_nonzero PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_iteritems PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_items PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_iter PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_iterrows PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_iterrows_iso8601 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_itertuples PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_sequence_like_with_categorical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_len PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_transpose PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_swapaxes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_axis_aliases PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_class_axis PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_more_values PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_repr_with_mi_nat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_iteritems_names PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_series_put_names PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_empty_nonzero PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_with_datetimelikes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_values PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_as_matrix_deprecated PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_deepcopy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_transpose_get_view PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_inplace_return_self PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_tab_complete_warning SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_mixed_datetimelike PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_with_reduce_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_deprecate_reduce PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_standard_nonunique PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_with_string_args PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_broadcast_deprecated PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_broadcast PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_broadcast_error PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_raw PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_axis1 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_ignore_failures PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_mixed_dtype_corner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_empty_infer_type PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_with_args_kwds PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_yield_list PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_reduce_Series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_differently_indexed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_modify_traceback PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_bug PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_convert_objects PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_attach_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_multi_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_dict PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_applymap PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_applymap_box_timestamps PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_applymap_box PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_frame_apply_dont_convert_datetime64 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_non_numpy_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_dup_names_multi_agg PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestInferOutputShape::test_infer_row_shape PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestInferOutputShape::test_with_dictlike_columns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestInferOutputShape::test_with_dictlike_columns_with_infer PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestInferOutputShape::test_with_listlike_columns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestInferOutputShape::test_infer_output_shape_columns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestInferOutputShape::test_infer_output_shape_listlike_columns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestInferOutputShape::test_consistent_coerce_for_shapes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestInferOutputShape::test_consistent_names PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestInferOutputShape::test_result_type PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestInferOutputShape::test_result_type_error[foo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestInferOutputShape::test_result_type_error[1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestInferOutputShape::test_consistency_for_boxed[list] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestInferOutputShape::test_consistency_for_boxed[tuple] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestInferOutputShape::test_consistency_for_boxed[array] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_transform PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_transform_and_agg_err PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_transform_method_name[abs] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_transform_method_name[shift] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_transform_method_name[pct_change] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_transform_method_name[cumsum] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_transform_method_name[rank] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_demo PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_multiple_mixed_no_warning PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_dict_nested_renaming_depr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_reduce PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_nuiscance_columns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_non_callable_aggregates PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameComparisons::test_df_boolean_comparison_error PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameComparisons::test_df_float_none_comparison PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameComparisons::test_df_string_comparison PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameComparisons::test_df_flex_cmp_constant_return_types[eq] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameComparisons::test_df_flex_cmp_constant_return_types[ne] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameComparisons::test_df_flex_cmp_constant_return_types[gt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameComparisons::test_df_flex_cmp_constant_return_types[lt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameComparisons::test_df_flex_cmp_constant_return_types[ge] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameComparisons::test_df_flex_cmp_constant_return_types[le] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameComparisons::test_df_flex_cmp_constant_return_types_empty[eq] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameComparisons::test_df_flex_cmp_constant_return_types_empty[ne] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameComparisons::test_df_flex_cmp_constant_return_types_empty[gt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameComparisons::test_df_flex_cmp_constant_return_types_empty[lt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameComparisons::test_df_flex_cmp_constant_return_types_empty[ge] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameComparisons::test_df_flex_cmp_constant_return_types_empty[le] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameComparisons::test_tz_aware_scalar_comparison[timestamps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameComparisons::test_tz_aware_scalar_comparison[timestamps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_df_add_flex_filled_mixed_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameMulDiv::test_df_mod_zero_df PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameMulDiv::test_df_mod_zero_array PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameMulDiv::test_df_mod_zero_int PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameMulDiv::test_df_mod_zero_series_does_not_commute PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameMulDiv::test_df_div_zero_df PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameMulDiv::test_df_div_zero_array PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameMulDiv::test_df_div_zero_int PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameMulDiv::test_df_div_zero_series_does_not_commute PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_sub_datetime64_not_ns xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_radd_str_invalid[None-data0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_radd_str_invalid[None-data1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_radd_str_invalid[None-data2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_radd_str_invalid[None-data3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_radd_str_invalid[object-data0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_radd_str_invalid[object-data1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_radd_str_invalid[object-data2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_radd_str_invalid[object-data3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_with_dtype_radd_int[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_with_dtype_radd_int[object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_with_dtype_radd_nan[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_with_dtype_radd_nan[object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_radd_str PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_arithmetic.py::TestPeriodFrameArithmetic::test_ops_frame_period PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_asof.py::TestFrameAsof::test_basic PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_asof.py::TestFrameAsof::test_subset PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_asof.py::TestFrameAsof::test_missing PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_asof.py::TestFrameAsof::test_all_nans PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_drop_names PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_drop_col_still_multiindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_drop PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_drop_multiindex_not_lexsorted PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_drop_api_equivalence PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_merge_join_different_levels PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_reindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_reindex_nan PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_reindex_name_remains PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_reindex_int PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_reindex_like PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_reindex_columns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_reindex_columns_method PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_reindex_axes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_reindex_fill_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_reindex_dups PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_reindex_axis_style PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_reindex_positional_warns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_reindex_axis_style_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_reindex_single_named_indexer PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_reindex_api_equivalence PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_fill_method_inner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_fill_method_outer PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_fill_method_left PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_fill_method_right PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_int_fill_bug PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_multiindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_series_combinations PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_filter PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_filter_regex_search PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_filter_unicode[a-expected0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_filter_unicode[a-expected1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_filter_unicode[\u3042-expected2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_filter_bytestring[a0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_filter_bytestring[a1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_filter_corner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_select PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_take PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_reindex_boolean PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_reindex_objects PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_reindex_corner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_reindex_axis PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_reindex_with_nans PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_reindex_multi PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_reindex_multi_categorical_time PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_raise_on_drop_duplicate_index[actual0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_raise_on_drop_duplicate_index[actual1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_raise_on_drop_duplicate_index[actual2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_raise_on_drop_duplicate_index[actual3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_drop_empty_list[drop_labels0-index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_drop_empty_list[drop_labels0-index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_drop_empty_list[drop_labels1-index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_drop_empty_list[drop_labels1-index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_drop_empty_list[drop_labels2-index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_drop_empty_list[drop_labels2-index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_drop_non_empty_list[drop_labels0-index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_drop_non_empty_list[drop_labels0-index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_drop_non_empty_list[drop_labels1-index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_drop_non_empty_list[drop_labels1-index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_cast_internals PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_consolidate PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_consolidate_deprecation PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_consolidate_inplace PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_values_consolidate PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_modify_values PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_boolean_set_uncons PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_values_numeric_cols PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_values_lcd PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_constructor_with_convert PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_construction_with_mixed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_construction_with_conversions PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_constructor_compound_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_equals_different_blocks PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_copy_blocks PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_no_copy_blocks PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_copy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_pickle PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_consolidate_datetime64 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_is_mixed_type PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_get_numeric_data PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_convert_objects PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_convert_objects_no_conversion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_infer_objects PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_stale_cached_series_bug_473 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_get_X_columns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_strange_column_corruption_issue PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameConcatCommon::test_concat_multiple_frames_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameConcatCommon::test_concat_multiple_tzs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameConcatCommon::test_concat_tuple_keys PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameConcatCommon::test_append_series_dict PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameConcatCommon::test_append_list_of_series_dicts PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameConcatCommon::test_append_empty_dataframe PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameConcatCommon::test_append_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameConcatCommon::test_update PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameConcatCommon::test_update_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameConcatCommon::test_update_nooverwrite PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameConcatCommon::test_update_filtered PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameConcatCommon::test_update_raise PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameConcatCommon::test_update_from_non_df PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameConcatCommon::test_join_str_datetime PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameConcatCommon::test_join_multiindex_leftright PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameConcatCommon::test_concat_named_keys PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameConcatCommon::test_concat_axis_parameter PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameConcatCommon::test_concat_numerical_names PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameCombineFirst::test_combine_first_mixed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameCombineFirst::test_combine_first PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameCombineFirst::test_combine_first_mixed_bug PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameCombineFirst::test_combine_first_align_nan PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameCombineFirst::test_combine_first_timezone PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameCombineFirst::test_combine_first_timedelta PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameCombineFirst::test_combine_first_period PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameCombineFirst::test_combine_first_int PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameCombineFirst::test_concat_datetime_datetime64_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameUpdate::test_update_nan PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_mixed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_cast_failure PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dtype_copy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dtype_nocast_view PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dtype_list_data PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_list_frames PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_mixed_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_complex_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dtype_str_na_values[str0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dtype_str_na_values[str1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dtype_str_na_values[U] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_rec PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_bool PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_overflow_int64 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_int_overflow[values0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_int_overflow[values1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_int_overflow[values2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_int_overflow[values3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_int_overflow[values4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_int_overflow[values5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_ordereddict PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dict PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_invalid_items_unused[2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_invalid_items_unused[nan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_invalid_items_unused[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_invalid_items_unused[D] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dict_nan_key[2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dict_nan_key[nan0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dict_nan_key[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dict_nan_key[nan1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dict_nan_tuple_key[nan0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dict_nan_tuple_key[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dict_nan_tuple_key[nan1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dict_order_insertion SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dict_order_by_values PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_multi_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_error_msgs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_with_embedded_frames PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_subclass_dict PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dict_block PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dict_cast PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dict_dont_upcast PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dict_of_tuples PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dict_multiindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dict_datetime64_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dict_timedelta64_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_period PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_nested_dict_frame_constructor PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_ndarray PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_maskedarray PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_maskedarray_nonfloat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_mrecarray PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_corner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_scalar_inference PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_arrays_and_scalars PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_DataFrame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_more PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_empty_list PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_list_of_lists PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_sequence_like PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_iterator PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_generator PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_list_of_dicts PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_ordered_dict_preserve_order PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_ordered_dict_conflicting_orders PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_list_of_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_list_of_series_aligned_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_list_of_derived_dicts PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_ragged PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_scalar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_Series_copy_bug PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_mixed_dict_and_Series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_tuples PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_namedtuples PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_orient PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_from_dict_columns_parameter PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_Series_named PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_Series_named_and_columns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_Series_differently_indexed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_manager_resize PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_from_items PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_from_items_scalars PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_from_items_deprecation PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_mix_series_nonseries PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_miscast_na_int_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_iterator_failure PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_column_duplicates PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_empty_with_string_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_single_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_with_datetimes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_datetimes_with_nulls PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_for_list_with_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_frame_copy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_ndarray_copy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_series_copy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_with_nas PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_lists_to_object_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_categorical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_categorical_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_from_records_to_records PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_from_records_nones PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_from_records_iterator PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_from_records_tuples_generator PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_from_records_lists_generator PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_from_records_columns_not_modified PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_from_records_decimal PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_from_records_duplicates PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_from_records_set_index_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_from_records_misc_brokenness PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_from_records_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_from_records_empty_with_nonempty_fields_gh3682 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_from_records_with_datetimes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_from_records_sequencelike PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_from_records_dictlike PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_from_records_with_index_data PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_from_records_bad_index_column PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_from_records_non_tuple PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_from_records_len0_with_columns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_to_frame_with_falsey_names PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_range_dtype[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_range_dtype[uint8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_range_dtype[category] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructorWithDatetimeTZ::test_from_dict PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructorWithDatetimeTZ::test_from_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructorWithDatetimeTZ::test_frame_dict_constructor_datetime64_1680 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructorWithDatetimeTZ::test_frame_datetime64_mixed_index_ctor_1681 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructorWithDatetimeTZ::test_frame_timeseries_to_records PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructorWithDatetimeTZ::test_frame_timeseries_column PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_dict_timestamp PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_dict_invalid_orient PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_records_dt64 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_records_with_multindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_records_with_Mapping_type PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_records_floats PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_records_index_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_records_with_unicode_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_records_with_unicode_column_names PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_records_with_categorical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_dict[dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_dict[mapping1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_dict[OrderedDict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_dict_errors[list] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_dict_errors[defaultdict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_dict_errors[mapping2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_dict_not_unique_warning PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_records_datetimeindex_with_tz[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_records_datetimeindex_with_tz[GMT] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_records_datetimeindex_with_tz[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_dict_box_scalars PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_frame_to_dict_tz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_dict_index_dtypes[dict-expected0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_dict_index_dtypes[OrderedDict-expected1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_dict_index_dtypes[into2-expected2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_concat_empty_dataframe_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_empty_frame_dtypes_ftypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_datetime_with_tz_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_dtypes_are_correct_after_column_slice PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_select_dtypes_include_using_list_like PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_select_dtypes_exclude_using_list_like PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_select_dtypes_exclude_include_using_list_like PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_select_dtypes_include_using_scalars PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_select_dtypes_exclude_using_scalars PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_select_dtypes_include_exclude_using_scalars PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_select_dtypes_include_exclude_mixed_scalars_lists PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_select_dtypes_duplicate_columns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_select_dtypes_not_an_attr_but_still_valid_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_select_dtypes_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_select_dtypes_bad_datetime64 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_select_dtypes_datetime_with_tz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_select_dtypes_str_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_select_dtypes_bad_arg_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_select_dtypes_typecodes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_dtypes_gh8722 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_ftypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_with_exclude_string PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_with_view PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_cast_nan_inf_int PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_str PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_dict_like[dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_dict_like[Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_duplicate_col PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_categorical['category'] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_categorical[CategoricalDtype(categories=None, ordered=None)] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_categorical[CategoricalDtype(categories=None, ordered=True)] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_categorical[CategoricalDtype(categories=None, ordered=False)] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_categorical[CategoricalDtype(categories=[u'a', u'b', u'c', u'd', u'e', u'f'], ordered=None)] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_categorical[CategoricalDtype(categories=[u'e', u'd', u'b', u'a'], ordered=False)] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_categorical[CategoricalDtype(categories=[u'e', u'd', u'c', u'b'], ordered=True)] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_categoricaldtype_class_raises[CategoricalDtype] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_categoricaldtype_class_raises[DatetimeTZDtype] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_categoricaldtype_class_raises[IntervalDtype] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_column_metadata[dtype0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_column_metadata[category] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_column_metadata[float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_from_datetimelike_to_objectt[ns-M8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_from_datetimelike_to_objectt[ns-m8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_from_datetimelike_to_objectt[us-M8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_from_datetimelike_to_objectt[us-m8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_from_datetimelike_to_objectt[ms-M8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_from_datetimelike_to_objectt[ms-m8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_from_datetimelike_to_objectt[s-M8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_from_datetimelike_to_objectt[s-m8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_from_datetimelike_to_objectt[h-M8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_from_datetimelike_to_objectt[h-m8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_from_datetimelike_to_objectt[m-M8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_from_datetimelike_to_objectt[m-m8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_from_datetimelike_to_objectt[D-M8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_from_datetimelike_to_objectt[D-m8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetimelike_unit[ns-M8-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetimelike_unit[ns-M8-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetimelike_unit[ns-m8-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetimelike_unit[ns-m8-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetimelike_unit[us-M8-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetimelike_unit[us-M8-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetimelike_unit[us-m8-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetimelike_unit[us-m8-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetimelike_unit[ms-M8-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetimelike_unit[ms-M8-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetimelike_unit[ms-m8-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetimelike_unit[ms-m8-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetimelike_unit[s-M8-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetimelike_unit[s-M8-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetimelike_unit[s-m8-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetimelike_unit[s-m8-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetimelike_unit[h-M8-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetimelike_unit[h-M8-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetimelike_unit[h-m8-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetimelike_unit[h-m8-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetimelike_unit[m-M8-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetimelike_unit[m-M8-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetimelike_unit[m-m8-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetimelike_unit[m-m8-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetimelike_unit[D-M8-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetimelike_unit[D-M8-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetimelike_unit[D-m8-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetimelike_unit[D-m8-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetime_unit[ns] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetime_unit[us] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetime_unit[ms] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetime_unit[s] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetime_unit[h] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetime_unit[m] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetime_unit[D] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_timedelta_unit_ns[ns] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_timedelta_unit[us] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_timedelta_unit[ms] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_timedelta_unit[s] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_timedelta_unit[h] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_timedelta_unit[m] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_timedelta_unit[D] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_incorrect_datetimelike[ns] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_incorrect_datetimelike[us] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_incorrect_datetimelike[ms] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_incorrect_datetimelike[s] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_incorrect_datetimelike[h] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_incorrect_datetimelike[m] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_incorrect_datetimelike[D] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_timedeltas PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_arg_for_errors_in_astype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_constructor_list_str[str0-input_vals0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_constructor_list_str[str0-input_vals1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_constructor_list_str[str0-input_vals2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_constructor_list_str[str0-input_vals3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_constructor_list_str[str0-input_vals4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_constructor_list_str[str1-input_vals0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_constructor_list_str[str1-input_vals1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_constructor_list_str[str1-input_vals2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_constructor_list_str[str1-input_vals3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_constructor_list_str[str1-input_vals4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_constructor_list_str[U-input_vals0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_constructor_list_str[U-input_vals1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_constructor_list_str[U-input_vals2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_constructor_list_str[U-input_vals3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_constructor_list_str[U-input_vals4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_constructor_list_str_na[str0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_constructor_list_str_na[str1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_constructor_list_str_na[U] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDatetimeWithTZ::test_interleave PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDatetimeWithTZ::test_astype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDatetimeWithTZ::test_astype_str PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_dupe_cols PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_get PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_iterator PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_list PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_callable PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_list PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_list_not_dataframe PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_list_of_tuples PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_mulit_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_callable PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_other_callable PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_boolean PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_boolean_casting PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_boolean_list PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_boolean_iadd PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_boolean_index_empty_corner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_ix_mixed_integer PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_setitem_ix_negative_integers PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getattr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setattr_column PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_tuple PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_always_copy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_boolean PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_boolean_mask[dataframe] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_boolean_mask[array] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_cast PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_boolean_column PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_frame_setitem_timestamp PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_corner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_corner2 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_ambig PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_clear_caches PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_None PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_empty_frame_with_boolean PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_scalars_no_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_empty_frame_with_boolean PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_delitem_corner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_fancy_2d PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_slice_floats PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_fancy_slice_integers_step PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_setitem_integer_slice_keyerrors PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_fancy_2d PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_fancy_getitem_slice_mixed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_fancy_setitem_int_labels PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_fancy_getitem_int_labels PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_fancy_index_int_labels_exceptions PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_fancy_mixed_2d PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_ix_align PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_ix_frame_align PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_setitem_non_ix_labels PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_ix_multi_take PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_ix_multi_take_nonint_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_ix_multi_take_multiindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_ix_dup PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_fancy_1d PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_fancy_1d PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_fancy_scalar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_fancy_scalar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_fancy_boolean PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_fancy_boolean PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_fancy_ints PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_setitem_fancy_exceptions PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_setitem_boolean_misaligned PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_setitem_boolean_multi PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_setitem_float_labels PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_single_column_mixed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_single_column_mixed_datetime PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_frame_align PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_setitem_ix_duplicates PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_ix_boolean_duplicates_multiple PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_setitem_ix_bool_keyerror PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_list_duplicates PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_get_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_lookup PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_set_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_set_value_resize PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_set_value_with_index_dtype_change PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_get_set_value_no_partial_indexing PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_single_element_ix_dont_upcast PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_iloc_row PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_iloc_col PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_iloc_duplicates PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_loc_duplicates PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_iloc_sparse_propegate_fill_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_iat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_nested_exception PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_reindex_methods PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_reindex_frame_add_nat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_set_dataframe_column_ns_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_non_monotonic_reindex_methods PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_reindex_level PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_ix_float_duplicates PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_with_sparse_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_with_unaligned_sparse_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_with_unaligned_tz_aware_datetime_column PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_datetime_coercion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_datetimelike_with_inference PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_at_time_between_time_datetimeindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_xs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_xs_corner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_xs_duplicates PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_xs_keep_level PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_xs_view PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_index_namedtuple PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_boolean_indexing PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_boolean_indexing_mixed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where_array_like PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where_invalid_input PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where_dataframe_col_match PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where_ndframe_align PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where_bug PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where_datetime PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where_none PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where_align PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where_complex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where_axis PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where_callable PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_mask PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_mask_inplace PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_mask_edge_case_1xN_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_mask_callable PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_head_tail PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_type_error_multiindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexingDatetimeWithTZ::test_setitem PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexingDatetimeWithTZ::test_set_reset PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexingDatetimeWithTZ::test_transpose PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexingUInt64::test_setitem PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexingUInt64::test_set_reset PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexingUInt64::test_transpose PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexingCategorical::test_assignment PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexingCategorical::test_assigning_ops PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexingCategorical::test_functions_no_warnings PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_join.py::test_join[inner-False-expected0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_join.py::test_join[inner-True-expected1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_join.py::test_join[left-False-expected2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_join.py::test_join[left-True-expected3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_join.py::test_join[right-False-expected4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_join.py::test_join[right-True-expected5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_join.py::test_join[outer-False-expected6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_join.py::test_join[outer-True-expected7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_join.py::test_join_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_join.py::test_join_index_more PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_join.py::test_join_index_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_join.py::test_join_overlap PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_join.py::test_join_period_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_join.py::test_join_left_sequence_non_unique_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_dropEmptyRows PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_dropIncompleteRows PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_dropna PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_drop_and_dropna_caching PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_dropna_corner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_dropna_multiple_axes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_dropna_tz_aware_datetime PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_fillna PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_na_actions_categorical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_fillna_categorical_nan PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_fillna_downcast PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_fillna_dtype_conversion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_fillna_datetime_columns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_ffill PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_bfill PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_frame_pad_backfill_limit PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_frame_fillna_limit PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_fillna_skip_certain_blocks PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_fillna_inplace PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_fillna_dict_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_fillna_dataframe PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_fillna_columns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_fillna_invalid_method PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_fillna_invalid_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_fillna_col_reordering PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_fill_corner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_fill_value_when_combine_const PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameInterpolate::test_interp_basic PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameInterpolate::test_interp_bad_method PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameInterpolate::test_interp_combo PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameInterpolate::test_interp_nan_idx PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameInterpolate::test_interp_various PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameInterpolate::test_interp_alt_scipy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameInterpolate::test_interp_rowwise PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameInterpolate::test_rowwise_alt PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameInterpolate::test_interp_leading_nans[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameInterpolate::test_interp_leading_nans[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameInterpolate::test_interp_raise_on_only_mixed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameInterpolate::test_interp_inplace PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameInterpolate::test_interp_inplace_row PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameInterpolate::test_interp_ignore_all_good PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_mutate_columns.py::TestDataFrameMutateColumns::test_assign PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_mutate_columns.py::TestDataFrameMutateColumns::test_assign_multiple PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_mutate_columns.py::TestDataFrameMutateColumns::test_assign_order PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_mutate_columns.py::TestDataFrameMutateColumns::test_assign_bad PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_mutate_columns.py::TestDataFrameMutateColumns::test_assign_dependent_old_python PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_mutate_columns.py::TestDataFrameMutateColumns::test_assign_dependent SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_mutate_columns.py::TestDataFrameMutateColumns::test_insert_error_msmgs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_mutate_columns.py::TestDataFrameMutateColumns::test_insert_benchmark PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_mutate_columns.py::TestDataFrameMutateColumns::test_insert PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_mutate_columns.py::TestDataFrameMutateColumns::test_delitem PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_mutate_columns.py::TestDataFrameMutateColumns::test_delitem_multiindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_mutate_columns.py::TestDataFrameMutateColumns::test_pop PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_mutate_columns.py::TestDataFrameMutateColumns::test_pop_non_unique_cols PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_mutate_columns.py::TestDataFrameMutateColumns::test_insert_column_bug_4032 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_nonunique_indexes.py::TestDataFrameNonuniqueIndexes::test_column_dups_operations PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_nonunique_indexes.py::TestDataFrameNonuniqueIndexes::test_column_dups2 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_nonunique_indexes.py::TestDataFrameNonuniqueIndexes::test_column_dups_indexing PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_nonunique_indexes.py::TestDataFrameNonuniqueIndexes::test_column_dups_indexing2 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_nonunique_indexes.py::TestDataFrameNonuniqueIndexes::test_columns_with_dups PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_nonunique_indexes.py::TestDataFrameNonuniqueIndexes::test_values_duplicates PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_nonunique_indexes.py::TestDataFrameNonuniqueIndexes::test_set_value_by_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_nonunique_indexes.py::TestDataFrameNonuniqueIndexes::test_insert_with_columns_dups PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_operators PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_ops_np_scalar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_operators_boolean PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_operators_none_as_na PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_comparison_invalid PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_timestamp_compare PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_logical_operators PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_logical_typeerror_with_non_valid[__eq__-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_logical_typeerror_with_non_valid[__ne__-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_logical_with_nas PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_neg_numeric[df0-expected0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_neg_numeric[df1-expected1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_neg_numeric[df2-expected2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_neg_object[df0-expected0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_neg_object[df1-expected1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_neg_raises[df0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_neg_raises[df1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_invert PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_pos_numeric[df0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_pos_numeric[df1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_pos_numeric[df2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_pos_object[df0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_pos_object[df1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_pos_object[df2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_pos_raises[df0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_arith_flex_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_arith_flex_zero_len_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_binary_ops_align PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_arith_mixed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_arith_getitem_commute PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_bool_flex_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_dti_tz_convert_to_utc PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_arith_flex_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_arith_non_pandas_object PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_arith_alignment_non_pandas_object[values0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_arith_alignment_non_pandas_object[values1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_arith_alignment_non_pandas_object[values2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_arith_alignment_non_pandas_object[values3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_arith_alignment_non_pandas_object[values4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_combineFrame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_combineSeries PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_combineFunc PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_comparisons PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_comparison_protected_from_errstate PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_boolean_comparison PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_combine_generic PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_inplace_ops_alignment PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_inplace_ops_identity PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_inplace_ops_identity2[add] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_inplace_ops_identity2[and] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_inplace_ops_identity2[div] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_inplace_ops_identity2[floordiv] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_inplace_ops_identity2[mod] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_inplace_ops_identity2[mul] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_inplace_ops_identity2[or] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_inplace_ops_identity2[pow] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_inplace_ops_identity2[sub] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_inplace_ops_identity2[truediv] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_inplace_ops_identity2[xor] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_alignment_non_pandas PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_period.py::TestPeriodIndex::test_as_frame_columns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_period.py::TestPeriodIndex::test_frame_setitem PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_period.py::TestPeriodIndex::test_frame_to_time_stamp PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_period.py::TestPeriodIndex::test_frame_index_to_string PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_period.py::TestPeriodIndex::test_align_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_quantile.py::TestDataFrameQuantile::test_quantile PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_quantile.py::TestDataFrameQuantile::test_quantile_axis_mixed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_quantile.py::TestDataFrameQuantile::test_quantile_axis_parameter PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_quantile.py::TestDataFrameQuantile::test_quantile_interpolation PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_quantile.py::TestDataFrameQuantile::test_quantile_multi PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_quantile.py::TestDataFrameQuantile::test_quantile_datetime PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_quantile.py::TestDataFrameQuantile::test_quantile_invalid PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_quantile.py::TestDataFrameQuantile::test_quantile_box PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_quantile.py::TestDataFrameQuantile::test_quantile_nan PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_quantile.py::TestDataFrameQuantile::test_quantile_nat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_quantile.py::TestDataFrameQuantile::test_quantile_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestCompat::test_query_default PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestCompat::test_query_None PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestCompat::test_query_python PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestCompat::test_query_numexpr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameEval::test_ops PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameEval::test_query_non_str PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameEval::test_query_empty_string PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameEval::test_eval_resolvers_as_list PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryWithMultiIndex::test_query_with_named_multiindex[python-python] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryWithMultiIndex::test_query_with_named_multiindex[python-numexpr] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryWithMultiIndex::test_query_with_named_multiindex[pandas-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryWithMultiIndex::test_query_with_named_multiindex[pandas-numexpr] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryWithMultiIndex::test_query_with_unnamed_multiindex[python-python] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryWithMultiIndex::test_query_with_unnamed_multiindex[python-numexpr] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryWithMultiIndex::test_query_with_unnamed_multiindex[pandas-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryWithMultiIndex::test_query_with_unnamed_multiindex[pandas-numexpr] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryWithMultiIndex::test_query_with_partially_named_multiindex[python-python] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryWithMultiIndex::test_query_with_partially_named_multiindex[python-numexpr] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryWithMultiIndex::test_query_with_partially_named_multiindex[pandas-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryWithMultiIndex::test_query_with_partially_named_multiindex[pandas-numexpr] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryWithMultiIndex::test_query_multiindex_get_index_resolvers PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryWithMultiIndex::test_raise_on_panel_with_multiindex[python-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryWithMultiIndex::test_raise_on_panel_with_multiindex[python-numexpr] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryWithMultiIndex::test_raise_on_panel_with_multiindex[pandas-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryWithMultiIndex::test_raise_on_panel_with_multiindex[pandas-numexpr] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPandas::test_date_query_with_attribute_access PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPandas::test_date_query_no_attribute_access PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPandas::test_date_query_with_NaT PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPandas::test_date_index_query PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPandas::test_date_index_query_with_NaT PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPandas::test_date_index_query_with_NaT_duplicates PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPandas::test_date_query_with_non_date PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPandas::test_query_syntax_error PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPandas::test_query_scope PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPandas::test_query_doesnt_pickup_local PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPandas::test_query_builtin PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPandas::test_query PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPandas::test_query_index_with_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPandas::test_query_index_without_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPandas::test_nested_scope PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPandas::test_nested_raises_on_local_self_reference PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPandas::test_local_syntax PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPandas::test_chained_cmp_and_in PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPandas::test_local_variable_with_in PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPandas::test_at_inside_string PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPandas::test_query_undefined_local PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPandas::test_inf PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPython::test_date_query_with_attribute_access SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPython::test_date_query_with_non_date PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPython::test_query_syntax_error PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPython::test_query_scope SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPython::test_query_doesnt_pickup_local PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPython::test_query_builtin PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPython::test_query PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPython::test_query_index_with_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPython::test_query_index_without_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPython::test_nested_raises_on_local_self_reference PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPython::test_local_syntax SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPython::test_chained_cmp_and_in SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPython::test_local_variable_with_in SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPython::test_at_inside_string SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPython::test_query_undefined_local SKIPPED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPython::test_inf PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPython::test_date_query_no_attribute_access PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPython::test_date_query_with_NaT PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPython::test_date_index_query PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPython::test_date_index_query_with_NaT PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPython::test_date_index_query_with_NaT_duplicates PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPython::test_nested_scope PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPandas::test_date_query_with_attribute_access PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPandas::test_date_query_no_attribute_access PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPandas::test_date_query_with_NaT PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPandas::test_date_index_query PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPandas::test_date_index_query_with_NaT PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPandas::test_date_index_query_with_NaT_duplicates PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPandas::test_date_query_with_non_date PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPandas::test_query_syntax_error PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPandas::test_query_scope PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPandas::test_query_doesnt_pickup_local PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPandas::test_query PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPandas::test_query_index_with_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPandas::test_query_index_without_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPandas::test_nested_scope PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPandas::test_nested_raises_on_local_self_reference PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPandas::test_local_syntax PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPandas::test_chained_cmp_and_in PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPandas::test_local_variable_with_in PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPandas::test_at_inside_string PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPandas::test_query_undefined_local PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPandas::test_inf PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPandas::test_query_builtin PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPython::test_date_query_with_attribute_access SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPython::test_date_query_with_non_date PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPython::test_query_syntax_error PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPython::test_query_scope SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPython::test_query_doesnt_pickup_local PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPython::test_query PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPython::test_query_index_with_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPython::test_query_index_without_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPython::test_nested_raises_on_local_self_reference PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPython::test_local_syntax SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPython::test_chained_cmp_and_in SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPython::test_local_variable_with_in SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPython::test_at_inside_string SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPython::test_query_undefined_local SKIPPED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPython::test_inf PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPython::test_date_query_no_attribute_access PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPython::test_date_query_with_NaT PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPython::test_date_index_query PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPython::test_date_index_query_with_NaT PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPython::test_date_index_query_with_NaT_duplicates PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPython::test_nested_scope PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPython::test_query_builtin PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_str_query_method[python-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_str_query_method[python-numexpr] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_str_query_method[pandas-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_str_query_method[pandas-numexpr] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_str_list_query_method[python-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_str_list_query_method[python-numexpr] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_str_list_query_method[pandas-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_str_list_query_method[pandas-numexpr] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_query_with_string_columns[python-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_query_with_string_columns[python-numexpr] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_query_with_string_columns[pandas-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_query_with_string_columns[pandas-numexpr] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_object_array_eq_ne[python-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_object_array_eq_ne[python-numexpr] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_object_array_eq_ne[pandas-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_object_array_eq_ne[pandas-numexpr] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_query_with_nested_strings[python-python] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_query_with_nested_strings[python-numexpr] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_query_with_nested_strings[pandas-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_query_with_nested_strings[pandas-numexpr] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_query_with_nested_special_character[python-python] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_query_with_nested_special_character[python-numexpr] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_query_with_nested_special_character[pandas-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_query_with_nested_special_character[pandas-numexpr] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_query_lex_compare_strings[python-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_query_lex_compare_strings[python-numexpr] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_query_lex_compare_strings[pandas-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_query_lex_compare_strings[pandas-numexpr] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_query_single_element_booleans[python-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_query_single_element_booleans[python-numexpr] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_query_single_element_booleans[pandas-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_query_single_element_booleans[pandas-numexpr] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_query_string_scalar_variable[python-python] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_query_string_scalar_variable[python-numexpr] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_query_string_scalar_variable[pandas-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_query_string_scalar_variable[pandas-numexpr] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameEvalWithFrame::test_simple_expr[python-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameEvalWithFrame::test_simple_expr[python-numexpr] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameEvalWithFrame::test_simple_expr[pandas-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameEvalWithFrame::test_simple_expr[pandas-numexpr] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameEvalWithFrame::test_bool_arith_expr[python-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameEvalWithFrame::test_bool_arith_expr[python-numexpr] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameEvalWithFrame::test_bool_arith_expr[pandas-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameEvalWithFrame::test_bool_arith_expr[pandas-numexpr] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameEvalWithFrame::test_invalid_type_for_operator_raises[python-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameEvalWithFrame::test_invalid_type_for_operator_raises[python-numexpr] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameEvalWithFrame::test_invalid_type_for_operator_raises[pandas-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameEvalWithFrame::test_invalid_type_for_operator_raises[pandas-numexpr] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_rank.py::TestRank::test_rank SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_rank.py::TestRank::test_rank2 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_rank.py::TestRank::test_rank_na_option SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_rank.py::TestRank::test_rank_axis PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_rank.py::TestRank::test_rank_methods_frame SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_rank.py::TestRank::test_rank_descending PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_rank.py::TestRank::test_rank_2d_tie_methods PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_rank.py::test_rank_pct_true[dense-exp0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_rank.py::test_rank_pct_true[min-exp1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_rank.py::test_rank_pct_true[max-exp2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_rank.py::test_rank_pct_true[average-exp3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_rank.py::test_rank_pct_true[first-exp4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_inplace PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_regex_replace_scalar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_regex_replace_scalar_inplace PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_regex_replace_list_obj PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_regex_replace_list_obj_inplace PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_regex_replace_list_mixed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_regex_replace_list_mixed_inplace PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_regex_replace_dict_mixed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_regex_replace_dict_nested PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_regex_replace_dict_nested_gh4115 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_regex_replace_list_to_scalar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_regex_replace_str_to_numeric PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_regex_replace_regex_list_to_numeric PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_regex_replace_series_of_regexes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_regex_replace_numeric_to_object_conversion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_regex_metachar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_list PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_series_dict PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_convert PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_mixed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_simple_nested_dict PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_simple_nested_dict_with_nonexistent_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_value_is_none PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_for_new_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_input_formats_listlike PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_input_formats_scalar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_limit PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_dict_no_regex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_series_no_regex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_dict_tuple_list_ordering_remains_the_same PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_doesnt_replace_without_regex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_bool_with_string PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_pure_bool_with_string_no_op PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_bool_with_bool PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_with_dict_with_bool_keys PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_truthy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_int_to_int_chain PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_str_to_str_chain PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_swapping_bug PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_period PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_datetime PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_datetimetz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_with_empty_dictlike PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_method[0-bfill-expected0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_method[nan-bfill-expected1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_method[d-ffill-expected2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_method[to_replace3-bfill-expected3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_method[to_replace4-pad-expected4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_method[to_replace5-bfill-expected5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_method[to_replace6-ffill-expected6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_repr_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_repr_mixed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_repr_mixed_big PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_repr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_repr_dimensions PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_repr_big PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_repr_unsortable PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_repr_unicode PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_unicode_string_with_unicode PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_bytestring_with_unicode PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_very_wide_info_repr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_repr_column_name_unicode_truncation_bug PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_latex_repr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_info_memory PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_info_wide PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_info_duplicate_columns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_info_duplicate_columns_shows_correct_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_info_shows_column_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_info_max_cols PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_info_memory_usage PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_info_memory_usage_deep_not_pypy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_info_memory_usage_deep_pypy SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_usage_via_getsizeof PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_info_memory_usage_qualified PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_info_memory_usage_bug_on_multiindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_info_categorical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_info_categorical_column PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_repr_categorical_dates_periods PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_info PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_pivot PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_pivot_duplicates PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_pivot_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_pivot_integer_bug PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_pivot_index_none PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_stack_unstack PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_stack_mixed_level PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_unstack_fill PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_unstack_fill_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_unstack_fill_frame_datetime PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_unstack_fill_frame_timedelta PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_unstack_fill_frame_period PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_unstack_fill_frame_categorical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_unstack_preserve_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_stack_ints PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_stack_mixed_levels PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_stack_int_level_names PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_unstack_bool PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_unstack_level_binding PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_unstack_to_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_unstack_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_unstack_non_unique_index_names PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_unstack_unused_levels PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_unstack_unused_level[cols0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_unstack_unused_level[cols1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_unstack_nan_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_stack_datetime_column_multiIndex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_stack_partial_multiIndex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_stack_preserve_categorical_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_unstack_swaplevel_sortlevel[0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_unstack_swaplevel_sortlevel[baz] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_reshape.py::test_unstack_fill_frame_object PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_values_column_index_level_precedence PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_sorting.py::TestDataFrameSorting::test_sort PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_sorting.py::TestDataFrameSorting::test_sort_values PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_sorting.py::TestDataFrameSorting::test_sort_values_inplace PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_sorting.py::TestDataFrameSorting::test_sort_nan PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_sorting.py::TestDataFrameSorting::test_stable_descending_sort PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_sorting.py::TestDataFrameSorting::test_stable_descending_multicolumn_sort PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_sorting.py::TestDataFrameSorting::test_stable_categorial PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_sorting.py::TestDataFrameSorting::test_sort_datetimes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_sorting.py::TestDataFrameSorting::test_frame_column_inplace_sort_exception PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_sorting.py::TestDataFrameSorting::test_sort_nat_values_in_int_column PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_sorting.py::TestDataFrameSorting::test_sort_nat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_sorting.py::TestDataFrameSortIndexKinds::test_sort_index_multicolumn PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_sorting.py::TestDataFrameSortIndexKinds::test_sort_index_inplace PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_sorting.py::TestDataFrameSortIndexKinds::test_sort_index_different_sortorder PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_sorting.py::TestDataFrameSortIndexKinds::test_sort_index_duplicates PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_sorting.py::TestDataFrameSortIndexKinds::test_sort_index_level PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_sorting.py::TestDataFrameSortIndexKinds::test_sort_index_categorical_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_sorting.py::TestDataFrameSortIndexKinds::test_sort_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_sorting.py::TestDataFrameSortIndexKinds::test_sort_index_multiindex[A] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_sorting.py::TestDataFrameSortIndexKinds::test_sort_index_multiindex[0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_sorting.py::TestDataFrameSortIndexKinds::test_sort_index_intervalindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_subclass.py::TestDataFrameSubclassing::test_frame_subclassing_and_slicing PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_subclass.py::TestDataFrameSubclassing::test_dataframe_metadata PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_subclass.py::TestDataFrameSubclassing::test_indexing_sliced PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_subclass.py::TestDataFrameSubclassing::test_to_panel_expanddim PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_subclass.py::TestDataFrameSubclassing::test_subclass_attr_err_propagation PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_subclass.py::TestDataFrameSubclassing::test_subclass_align PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_subclass.py::TestDataFrameSubclassing::test_subclass_align_combinations PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_subclass.py::TestDataFrameSubclassing::test_subclass_iterrows PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_subclass.py::TestDataFrameSubclassing::test_subclass_sparse_slice PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_subclass.py::TestDataFrameSubclassing::test_subclass_sparse_transpose PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_subclass.py::TestDataFrameSubclassing::test_subclass_stack PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_subclass.py::TestDataFrameSubclassing::test_subclass_stack_multi PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_subclass.py::TestDataFrameSubclassing::test_subclass_stack_multi_mixed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_subclass.py::TestDataFrameSubclassing::test_subclass_unstack PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_subclass.py::TestDataFrameSubclassing::test_subclass_unstack_multi PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_subclass.py::TestDataFrameSubclassing::test_subclass_unstack_multi_mixed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_subclass.py::TestDataFrameSubclassing::test_subclass_pivot PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_subclass.py::TestDataFrameSubclassing::test_subclassed_melt PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_subclass.py::TestDataFrameSubclassing::test_subclassed_wide_to_long PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_subclass.py::TestDataFrameSubclassing::test_subclassed_apply PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_diff PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_diff_datetime_axis0[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_diff_datetime_axis0[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_diff_datetime_axis1[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_diff_datetime_axis1[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_diff_timedelta PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_diff_mixed_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_diff_neg_n PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_diff_float_n PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_diff_axis PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_pct_change PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_pct_change_shift_over_nas PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_pct_change_periods_freq[5B-5-None-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_pct_change_periods_freq[3B-3-None-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_pct_change_periods_freq[3B-3-bfill-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_pct_change_periods_freq[7B-7-pad-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_pct_change_periods_freq[7B-7-bfill-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_pct_change_periods_freq[14B-14-None-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_frame_ctor_datetime64_column PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_frame_add_datetime64_column PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_frame_datetime64_pre1900_repr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_frame_add_datetime64_col_other_units PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_shift PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_shift_bool PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_shift_categorical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_shift_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_shift_duplicate_columns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_tshift PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_truncate PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_truncate_copy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_truncate_nonsortedindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_asfreq PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_asfreq_datetimeindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_asfreq_fillvalue PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_first_last_valid[data0-idx0-1-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_first_last_valid[data1-idx1-1-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_first_last_valid[data2-idx2-d-d] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_first_last_valid[data3-idx3-1-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_first_last_valid[data4-idx4-2-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_first_last_valid[data5-idx5-1-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_first_subset PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_first_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_last_subset PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_last_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_at_time PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_at_time_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_between_time PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_between_time_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_operation_on_NaT PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_datetime_assignment_with_NaT_and_diff_time_units PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_frame_to_period PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_tz_convert_and_localize[tz_localize] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_tz_convert_and_localize[tz_convert] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timezones.py::TestDataFrameTimezones::test_frame_from_records_utc PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timezones.py::TestDataFrameTimezones::test_frame_tz_localize PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timezones.py::TestDataFrameTimezones::test_frame_tz_convert PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timezones.py::TestDataFrameTimezones::test_frame_join_tzaware PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timezones.py::TestDataFrameTimezones::test_frame_add_tz_mismatch_converts_to_utc PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timezones.py::TestDataFrameTimezones::test_frame_align_aware PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timezones.py::TestDataFrameTimezones::test_frame_no_datetime64_dtype[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timezones.py::TestDataFrameTimezones::test_frame_no_datetime64_dtype[dateutil/US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timezones.py::TestDataFrameTimezones::test_frame_reset_index[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timezones.py::TestDataFrameTimezones::test_frame_reset_index[dateutil/US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timezones.py::TestDataFrameTimezones::test_boolean_compare_transpose_tzindex_with_dst[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_timezones.py::TestDataFrameTimezones::test_boolean_compare_transpose_tzindex_with_dst[America/New_York] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_from_csv_deprecation PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_from_csv1 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_from_csv2 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_from_csv3 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_from_csv4 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_from_csv5 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_cols_reordering PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_new_dupe_cols PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_dtnat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_moar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_from_csv_w_some_infs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_from_csv_w_all_infs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_no_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_with_mix_columns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_headers PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_multiindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_float32_nanrep PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_withcommas PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_mixed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_dups_cols PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_chunking PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_wide_frame_formatting PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_bug PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_unicode PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_unicode_index_col PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_stringio PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_float_format PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_unicodewriter_quoting PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_quote_none PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_index_no_leading_comma PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_line_terminators PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_from_csv_categorical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_path_is_none PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_compression[None-df0-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_compression[None-df1-ascii] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_compression[None-df2-gb2312] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_compression[None-df3-cp737] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_compression[gzip-df0-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_compression[gzip-df1-ascii] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_compression[gzip-df2-gb2312] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_compression[gzip-df3-cp737] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_compression[bz2-df0-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_compression[bz2-df1-ascii] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_compression[bz2-df2-gb2312] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_compression[bz2-df3-cp737] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_compression[zip-df0-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_compression[zip-df1-ascii] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_compression[zip-df2-gb2312] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_compression[zip-df3-cp737] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_compression[xz-df0-None] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_compression[xz-df1-ascii] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_compression[xz-df2-gb2312] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_compression[xz-df3-cp737] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_date_format PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_with_dst_transitions PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_quoting PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_period_index_date_overflow PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_multi_index_header PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_validate.py::TestDataFrameValidate::test_validate_bool_args[1-query] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_validate.py::TestDataFrameValidate::test_validate_bool_args[1-eval] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_validate.py::TestDataFrameValidate::test_validate_bool_args[1-set_index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_validate.py::TestDataFrameValidate::test_validate_bool_args[1-reset_index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_validate.py::TestDataFrameValidate::test_validate_bool_args[1-dropna] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_validate.py::TestDataFrameValidate::test_validate_bool_args[1-drop_duplicates] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_validate.py::TestDataFrameValidate::test_validate_bool_args[1-sort_values] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_validate.py::TestDataFrameValidate::test_validate_bool_args[True-query] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_validate.py::TestDataFrameValidate::test_validate_bool_args[True-eval] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_validate.py::TestDataFrameValidate::test_validate_bool_args[True-set_index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_validate.py::TestDataFrameValidate::test_validate_bool_args[True-reset_index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_validate.py::TestDataFrameValidate::test_validate_bool_args[True-dropna] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_validate.py::TestDataFrameValidate::test_validate_bool_args[True-drop_duplicates] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_validate.py::TestDataFrameValidate::test_validate_bool_args[True-sort_values] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_validate.py::TestDataFrameValidate::test_validate_bool_args[inplace2-query] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_validate.py::TestDataFrameValidate::test_validate_bool_args[inplace2-eval] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_validate.py::TestDataFrameValidate::test_validate_bool_args[inplace2-set_index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_validate.py::TestDataFrameValidate::test_validate_bool_args[inplace2-reset_index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_validate.py::TestDataFrameValidate::test_validate_bool_args[inplace2-dropna] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_validate.py::TestDataFrameValidate::test_validate_bool_args[inplace2-drop_duplicates] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_validate.py::TestDataFrameValidate::test_validate_bool_args[inplace2-sort_values] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_validate.py::TestDataFrameValidate::test_validate_bool_args[5.0-query] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_validate.py::TestDataFrameValidate::test_validate_bool_args[5.0-eval] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_validate.py::TestDataFrameValidate::test_validate_bool_args[5.0-set_index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_validate.py::TestDataFrameValidate::test_validate_bool_args[5.0-reset_index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_validate.py::TestDataFrameValidate::test_validate_bool_args[5.0-dropna] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_validate.py::TestDataFrameValidate::test_validate_bool_args[5.0-drop_duplicates] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_validate.py::TestDataFrameValidate::test_validate_bool_args[5.0-sort_values] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_rename_mi PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_set_axis_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_set_axis_name_mi PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_nonzero_single_element PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_get_numeric_data_preserve_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_metadata_propagation_indiv PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_set_attribute PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_to_xarray_index_types[FloatIndex] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_to_xarray_index_types[IntIndex] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_to_xarray_index_types[StringIndex] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_to_xarray_index_types[UnicodeIndex] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_to_xarray_index_types[DateIndex] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_to_xarray_index_types[PeriodIndex] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_to_xarray_index_types[CategoricalIndex] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_to_xarray_index_types[TimedeltaIndex] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_to_xarray SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_deepcopy_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_rename PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_get_numeric_data PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_get_default PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_nonzero PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_downcast PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_constructor_compound_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_metadata_propagation PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_head_tail PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_sample PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_size_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_split_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_unexpected_keyword PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_stat_unexpected_keyword PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_api_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_stat_non_defaults_args PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_truncate_out_of_bounds PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_validate_bool_args PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_copy_and_deepcopy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_pct_change[1-ffill-None-exp0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_pct_change[1-ffill-1-exp1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_pct_change[1-bfill-None-exp2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_pct_change[1-bfill-1-exp3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_pct_change[-1-ffill-None-exp4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_pct_change[-1-ffill-1-exp5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_pct_change[-1-bfill-None-exp6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_pct_change[-1-bfill-1-exp7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_generic.py::TestNDFrame::test_sample PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_generic.py::TestNDFrame::test_squeeze PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_generic.py::TestNDFrame::test_numpy_squeeze PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_generic.py::TestNDFrame::test_transpose PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_generic.py::TestNDFrame::test_numpy_transpose PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_generic.py::TestNDFrame::test_take PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_generic.py::TestNDFrame::test_take_invalid_kwargs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_generic.py::TestNDFrame::test_equals PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_generic.py::TestNDFrame::test_describe_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_generic.py::TestNDFrame::test_pipe PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_generic.py::TestNDFrame::test_pipe_tuple PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_generic.py::TestNDFrame::test_pipe_tuple_error PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_generic.py::TestNDFrame::test_pipe_panel PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_is_level_or_label_reference_df_simple[df_levels0-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_is_level_or_label_reference_df_simple[df_levels0-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_is_level_or_label_reference_df_simple[df_levels1-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_is_level_or_label_reference_df_simple[df_levels1-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_is_level_or_label_reference_df_simple[df_levels2-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_is_level_or_label_reference_df_simple[df_levels2-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_is_level_or_label_reference_df_simple[df_levels3-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_is_level_or_label_reference_df_simple[df_levels3-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_is_level_reference_df_ambig[0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_is_level_reference_df_ambig[1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_is_level_reference_series_simple_axis0 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_is_level_reference_series_axis1_error PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_is_level_reference_panel_error PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_is_label_reference_panel_error PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_is_label_or_level_reference_panel_error PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_check_label_or_level_ambiguity_df[0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_check_label_or_level_ambiguity_df[1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_check_label_or_level_ambiguity_series PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_check_label_or_level_ambiguity_panel_error PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_get_label_or_level_values_df_simple[df_levels0-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_get_label_or_level_values_df_simple[df_levels0-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_get_label_or_level_values_df_simple[df_levels1-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_get_label_or_level_values_df_simple[df_levels1-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_get_label_or_level_values_df_simple[df_levels2-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_get_label_or_level_values_df_simple[df_levels2-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_get_label_or_level_values_df_simple[df_levels3-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_get_label_or_level_values_df_simple[df_levels3-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_get_label_or_level_values_df_ambig[0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_get_label_or_level_values_df_ambig[1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_get_label_or_level_values_df_duplabels[0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_get_label_or_level_values_df_duplabels[1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_get_label_or_level_values_series_axis0 PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_get_label_or_level_values_panel_error PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_drop_labels_or_levels_df[df_levels0-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_drop_labels_or_levels_df[df_levels0-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_drop_labels_or_levels_df[df_levels1-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_drop_labels_or_levels_df[df_levels1-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_drop_labels_or_levels_df[df_levels2-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_drop_labels_or_levels_df[df_levels2-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_drop_labels_or_levels_df[df_levels3-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_drop_labels_or_levels_df[df_levels3-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_drop_labels_or_levels_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_drop_labels_or_levels_panel_error PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_panel.py::TestPanel::test_validate_bool_args PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_panel.py::TestPanel::test_to_xarray SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_panel.py::TestPanel::test_unexpected_keyword PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_panel.py::TestPanel::test_rename PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_panel.py::TestPanel::test_nonzero PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_panel.py::TestPanel::test_api_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_panel.py::TestPanel::test_stat_unexpected_keyword PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_panel.py::TestPanel::test_constructor_compound_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_panel.py::TestPanel::test_downcast PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_panel.py::TestPanel::test_truncate_out_of_bounds PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_panel.py::TestPanel::test_copy_and_deepcopy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_panel.py::TestPanel::test_metadata_propagation PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_panel.py::TestPanel::test_size_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_panel.py::TestPanel::test_get_default PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_panel.py::TestPanel::test_head_tail PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_panel.py::TestPanel::test_get_numeric_data PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_panel.py::TestPanel::test_pct_change PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_panel.py::TestPanel::test_sample PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_panel.py::TestPanel::test_split_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_panel.py::TestPanel::test_stat_non_defaults_args PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_rename PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_get_numeric_data PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_get_default PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_nonzero PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_downcast PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_constructor_compound_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_metadata_propagation PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_head_tail PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_sample PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_size_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_split_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_unexpected_keyword PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_stat_unexpected_keyword PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_api_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_stat_non_defaults_args PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_truncate_out_of_bounds PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_validate_bool_args PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_copy_and_deepcopy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_pct_change[1-ffill-None-exp0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_pct_change[1-ffill-1-exp1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_pct_change[1-bfill-None-exp2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_pct_change[1-bfill-1-exp3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_pct_change[-1-ffill-None-exp4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_pct_change[-1-ffill-1-exp5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_pct_change[-1-bfill-None-exp6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_pct_change[-1-bfill-1-exp7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_rename_mi PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_set_axis_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_set_axis_name_mi PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_set_axis_name_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_get_numeric_data_preserve_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_nonzero_single_element PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_metadata_propagation_indiv PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_to_xarray_index_types[FloatIndex] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_to_xarray_index_types[IntIndex] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_to_xarray_index_types[StringIndex] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_to_xarray_index_types[UnicodeIndex] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_to_xarray_index_types[DateIndex] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_to_xarray_index_types[PeriodIndex] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_to_xarray_index_types[TimedeltaIndex] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_to_xarray_index_types[CategoricalIndex] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_to_xarray SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_valid_deprecated PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_apply.py::test_apply_issues PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_apply.py::test_apply_trivial PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_apply.py::test_apply_trivial_fail xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_apply.py::test_fast_apply PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_apply.py::test_apply_with_mixed_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_apply.py::test_groupby_as_index_apply PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_apply.py::test_apply_concat_preserve_names PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_apply.py::test_apply_series_to_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_apply.py::test_apply_series_yield_constant PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_apply.py::test_apply_frame_yield_constant PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_apply.py::test_apply_frame_to_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_apply.py::test_apply_frame_concat_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_apply.py::test_apply_transform PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_apply.py::test_apply_multikey_corner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_apply.py::test_apply_chunk_view PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_apply.py::test_apply_no_name_column_conflict PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_apply.py::test_apply_typecast_fail PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_apply.py::test_apply_multiindex_fail PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_apply.py::test_apply_corner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_apply.py::test_apply_without_copy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_apply.py::test_apply_corner_cases PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_apply.py::test_apply_numeric_coercion_when_datetime PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_apply.py::test_time_field_bug PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_apply.py::test_gb_apply_list_of_unequal_len_arrays PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_apply.py::test_groupby_apply_all_none PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_apply.py::test_groupby_apply_none_first PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_apply.py::test_apply_with_mixed_types PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_bin_groupby.py::test_series_grouper PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_bin_groupby.py::test_series_bin_grouper PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_bin_groupby.py::TestBinGroupers::test_generate_bins PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_bin_groupby.py::test_group_ohlc PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_bin_groupby.py::TestReducer::test_int_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_categorical.py::test_apply_use_categorical_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_categorical.py::test_basic PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_categorical.py::test_level_get_group[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_categorical.py::test_level_get_group[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_categorical.py::test_level_get_group[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_categorical.py::test_apply[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_categorical.py::test_apply[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_categorical.py::test_observed[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_categorical.py::test_observed[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_categorical.py::test_observed[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_categorical.py::test_observed_codes_remap[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_categorical.py::test_observed_codes_remap[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_categorical.py::test_observed_codes_remap[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_categorical.py::test_observed_perf PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_categorical.py::test_observed_groups[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_categorical.py::test_observed_groups[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_categorical.py::test_observed_groups[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_categorical.py::test_datetime PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_categorical.py::test_categorical_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_categorical.py::test_describe_categorical_columns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_categorical.py::test_unstack_categorical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_categorical.py::test_bins_unequal_len PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_categorical.py::test_as_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_categorical.py::test_preserve_categories PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_categorical.py::test_preserve_categorical_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_categorical.py::test_categorical_no_compress PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_categorical.py::test_sort PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_categorical.py::test_sort2 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_categorical.py::test_sort_datetimelike PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_categorical.py::test_empty_sum PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_categorical.py::test_empty_prod PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_categorical.py::test_groupby_multiindex_categorical_datetime PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_counting.py::TestCounting::test_cumcount PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_counting.py::TestCounting::test_cumcount_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_counting.py::TestCounting::test_cumcount_dupe_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_counting.py::TestCounting::test_cumcount_mi PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_counting.py::TestCounting::test_cumcount_groupby_not_col PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_counting.py::TestCounting::test_ngroup PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_counting.py::TestCounting::test_ngroup_distinct PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_counting.py::TestCounting::test_ngroup_one_group PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_counting.py::TestCounting::test_ngroup_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_counting.py::TestCounting::test_ngroup_series_matches_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_counting.py::TestCounting::test_ngroup_dupe_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_counting.py::TestCounting::test_ngroup_mi PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_counting.py::TestCounting::test_ngroup_groupby_not_col PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_counting.py::TestCounting::test_ngroup_descending PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_counting.py::TestCounting::test_ngroup_matches_cumcount PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_counting.py::TestCounting::test_ngroup_cumcount_pair PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_counting.py::TestCounting::test_ngroup_respects_groupby_order PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_counting.py::TestCounting::test_count_with_datetimelike[datetimelike0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_counting.py::TestCounting::test_count_with_datetimelike[datetimelike1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_counting.py::TestCounting::test_count_with_datetimelike[datetimelike2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_counting.py::TestCounting::test_count_with_datetimelike[datetimelike3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_filters.py::test_filter_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_filters.py::test_filter_single_column_df PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_filters.py::test_filter_multi_column_df PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_filters.py::test_filter_mixed_df PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_filters.py::test_filter_out_all_groups PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_filters.py::test_filter_out_no_groups PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_filters.py::test_filter_out_all_groups_in_df PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_filters.py::test_filter_condition_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_filters.py::test_filter_with_axis_in_groupby PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_filters.py::test_filter_bad_shapes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_filters.py::test_filter_nan_is_false PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_filters.py::test_filter_against_workaround PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_filters.py::test_filter_using_len PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_filters.py::test_filter_maintains_ordering PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_filters.py::test_filter_multiple_timestamp PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_filters.py::test_filter_and_transform_with_non_unique_int_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_filters.py::test_filter_and_transform_with_multiple_non_unique_int_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_filters.py::test_filter_and_transform_with_non_unique_float_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_filters.py::test_filter_and_transform_with_non_unique_timestamp_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_filters.py::test_filter_and_transform_with_non_unique_string_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_filters.py::test_filter_has_access_to_grouped_cols PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_filters.py::test_filter_enforces_scalarness PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_filters.py::test_filter_non_bool_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_filters.py::test_filter_dropna_with_empty_groups PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals0-True-any] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals0-True-all] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals0-False-any] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals0-False-all] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals1-True-any] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals1-True-all] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals1-False-any] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals1-False-all] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals2-True-any] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals2-True-all] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals2-False-any] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals2-False-all] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals3-True-any] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals3-True-all] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals3-False-any] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals3-False-all] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals4-True-any] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals4-True-all] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals4-False-any] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals4-False-all] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals5-True-any] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals5-True-all] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals5-False-any] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals5-False-all] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals6-True-any] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals6-True-all] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals6-False-any] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals6-False-all] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals7-True-any] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals7-True-all] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals7-False-any] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals7-False-all] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals8-True-any] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals8-True-all] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals8-False-any] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals8-False-all] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals9-True-any] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals9-True-all] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals9-False-any] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals9-False-all] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals10-True-any] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals10-True-all] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals10-False-any] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals10-False-all] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals11-True-any] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals11-True-all] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals11-False-any] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals11-False-all] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals12-True-any] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals12-True-all] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals12-False-any] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals12-False-all] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_max_min_non_numeric PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_intercept_builtin_sum PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_builtins_apply PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_arg_passthru PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_non_cython_api PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_cython_api2 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_cython_median PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_median_empty_bins[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_median_empty_bins[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_median_empty_bins[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[first-data0-int8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[first-data0-int16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[first-data0-int32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[first-data0-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[first-data0-float32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[first-data0-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[last-data1-int8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[last-data1-int16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[last-data1-int32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[last-data1-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[last-data1-float32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[last-data1-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[min-data2-int8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[min-data2-int16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[min-data2-int32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[min-data2-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[min-data2-float32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[min-data2-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[max-data3-int8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[max-data3-int16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[max-data3-int32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[max-data3-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[max-data3-float32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[max-data3-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[nth-data4-int8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[nth-data4-int16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[nth-data4-int32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[nth-data4-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[nth-data4-float32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[nth-data4-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[count-data5-int8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[count-data5-int16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[count-data5-int32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[count-data5-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[count-data5-float32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[count-data5-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_intlike_precision PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_fill_constistency PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_cumprod PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_ops_general PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_max_nan_bug PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_nlargest PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_nsmallest PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_numpy_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_cummin_cummax PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_is_monotonic_increasing[in_vals0-out_vals0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_is_monotonic_increasing[in_vals1-out_vals1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_is_monotonic_increasing[in_vals2-out_vals2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_is_monotonic_decreasing[in_vals0-out_vals0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_is_monotonic_decreasing[in_vals1-out_vals1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_is_monotonic_decreasing[in_vals2-out_vals2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_apply_describe_bug PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_series_describe_multikey PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_series_describe_single PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_series_index_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_frame_describe_multikey PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_frame_describe_tupleindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_frame_describe_unstacked_format PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-False-100-10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-False-100-100] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-False-100-1000] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-False-1000-10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-False-1000-100] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-False-1000-1000] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-False-10000-10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-False-10000-100] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-False-10000-1000] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-False-100000-10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-False-100000-100] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-False-100000-1000] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-True-100-10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-True-100-100] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-True-100-1000] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-True-1000-10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-True-1000-100] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-True-1000-1000] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-True-10000-10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-True-10000-100] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-True-10000-1000] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-True-100000-10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-True-100000-100] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-True-100000-1000] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-False-100-10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-False-100-100] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-False-100-1000] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-False-1000-10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-False-1000-100] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-False-1000-1000] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-False-10000-10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-False-10000-100] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-False-10000-1000] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-False-100000-10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-False-100000-100] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-False-100000-1000] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-True-100-10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-True-100-100] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-True-100-1000] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-True-1000-10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-True-1000-100] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-True-1000-1000] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-True-10000-10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-True-10000-100] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-True-10000-1000] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-True-100000-10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-True-100000-100] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-True-100000-1000] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_nunique PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_nunique_with_object PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_nunique_with_empty_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_nunique_with_timegrouper PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_timedelta_cython_count PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_count PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_count_object PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_count_cross_type PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_lower_int_prec_count PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_count_uses_size_on_exception PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_size PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_pipe PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_function.py::test_pipe_args PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_repr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_basic[int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_basic[int32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_basic[float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_basic[float32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_nonobject_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_return_type PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_pass_args_kwargs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_len PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_basic_regression PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_with_na_groups[float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_with_na_groups[float32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_with_na_groups[int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_with_na_groups[int32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_with_na_groups[int16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_with_na_groups[int8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_indices_concatenation_order PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_attr_wrapper PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_frame_groupby PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_frame_groupby_columns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_frame_set_name_single PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_multi_func PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_multi_key_multiple_functions PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_frame_multi_key_function_list PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_multiple_columns[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_multiple_columns[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_as_index_agg PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_as_index_series_return_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_as_index_cython PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_as_index_series_scalar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_as_index_corner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_multiple_key PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_multi_corner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_omit_nuisance PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_omit_nuisance_python_multiple PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_empty_groups_corner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_nonsense_func PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_wrap_aggregated_output_multindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_level_apply PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_level_mapper PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_level_nonmulti PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_complex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_mutate_groups PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_no_mutate_but_looks_like PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_series_indexed_differently PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_with_hier_columns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_grouping_ndarray PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_wrong_multi_labels PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_series_with_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_seriesgroupby_name_attr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_consistency_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_name_propagation PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_nonstring_columns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_mixed_type_columns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_cython_grouper_series_bug_noncontig PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_series_grouper_noncontig_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_convert_objects_leave_decimal_alone PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_dtype_inference_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_list_infer_array_like PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_keys_same_size_as_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_one_row PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_nat_exclude PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_sparse_friendly PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_panel_groupby PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_2d_malformed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_int32_overflow PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_sort_multi PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_dont_clobber_name_column PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_skip_group_keys PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_no_nonsense_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_multifunc_sum_bug PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_handle_dict_return_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_set_group_name[A] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_set_group_name[grouper1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_group_name_available_in_inference_pass PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_no_dummy_key_names PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_sort_multiindex_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_reindex_inside_function PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_multiindex_missing_pair PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_multiindex_not_lexsorted PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_index_label_overlaps_location PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_transform_doesnt_clobber_ints PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_preserves_sort[int_groups-ints] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_preserves_sort[int_groups-floats] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_preserves_sort[int_groups-strings] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_preserves_sort[int_groups-sort_column3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_preserves_sort[int_groups-sort_column4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_preserves_sort[string_groups-ints] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_preserves_sort[string_groups-floats] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_preserves_sort[string_groups-strings] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_preserves_sort[string_groups-sort_column3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_preserves_sort[string_groups-sort_column4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_preserves_sort[group_column2-ints] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_preserves_sort[group_column2-floats] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_preserves_sort[group_column2-strings] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_preserves_sort[group_column2-sort_column3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_preserves_sort[group_column2-sort_column4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_group_shift_with_null_key PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_pivot_table_values_key_error PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_empty_dataframe_groupby PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_tuple_warns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_tuple_warns_unhashable PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_groupby.py::test_tuple_correct_keyerror PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_grouping.py::TestSelection::test_select_bad_cols PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_grouping.py::TestSelection::test_groupby_duplicated_column_errormsg PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_grouping.py::TestSelection::test_column_select_via_attr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_grouping.py::TestSelection::test_getitem_list_of_columns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_grouping.py::TestSelection::test_getitem_numeric_column_names PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_grouper_index_types PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_grouper_multilevel_freq PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_grouper_creation_bug PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_grouper_column_and_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_groupby_levels_and_columns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_groupby_categorical_index_and_columns[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_groupby_categorical_index_and_columns[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_groupby_categorical_index_and_columns[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_grouper_getting_correct_binner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_grouper_iter PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_empty_groups PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_groupby_grouper PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_groupby_dict_mapping PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_groupby_grouper_f_sanity_checked PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_grouping_error_on_multidim_input PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_multiindex_passthru PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_multiindex_negative_level PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_multifunc_select_col_integer_cols PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_multiindex_columns_empty_level PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_groupby_multiindex_tuple PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_groupby_level[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_groupby_level[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_groupby_level_index_names PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_groupby_level_with_nas[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_groupby_level_with_nas[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_groupby_args PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_level_preserve_order[True-labels0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_level_preserve_order[False-labels1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_grouping_labels PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_grouping.py::TestGetGroup::test_get_group PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_grouping.py::TestGetGroup::test_get_group_empty_bins[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_grouping.py::TestGetGroup::test_get_group_empty_bins[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_grouping.py::TestGetGroup::test_get_group_empty_bins[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_grouping.py::TestGetGroup::test_get_group_grouped_by_tuple PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_grouping.py::TestGetGroup::test_groupby_with_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_grouping.py::TestGetGroup::test_groupby_with_single_column PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_grouping.py::TestGetGroup::test_gb_key_len_equal_axis_len PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_grouping.py::TestIteration::test_groups PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_grouping.py::TestIteration::test_grouping_is_iterable PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_grouping.py::TestIteration::test_multi_iter PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_grouping.py::TestIteration::test_multi_iter_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_grouping.py::TestIteration::test_multi_iter_panel PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_grouping.py::TestIteration::test_dictify PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_grouping.py::TestIteration::test_groupby_with_small_elem PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_grouping.py::TestIteration::test_grouping_string_repr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_index_as_string.py::test_grouper_index_level_as_string[frame0-inner-groupers0] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/groupby/test_index_as_string.py::test_grouper_index_level_as_string[frame1-inner-groupers0] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/groupby/test_index_as_string.py::test_grouper_index_level_as_string_series[inner] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_index_as_string.py::test_grouper_index_level_as_string_series[outer] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_index_as_string.py::test_grouper_index_level_as_string_series[B] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_index_as_string.py::test_grouper_index_level_as_string_series[levels3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_index_as_string.py::test_grouper_index_level_as_string_series[levels4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_index_as_string.py::test_grouper_index_level_as_string_series[levels5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_index_as_string.py::test_grouper_index_level_as_string_series[levels6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_index_as_string.py::test_grouper_index_level_as_string_series[levels7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_index_as_string.py::test_grouper_index_level_as_string_series[levels8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_index_as_string.py::test_grouper_index_level_as_string_series[levels9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_index_as_string.py::test_grouper_column_index_level_precedence[frame0-inner-key_groupers0-level_groupers0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_index_as_string.py::test_grouper_column_index_level_precedence[frame0-key_strs1-key_groupers1-level_groupers1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_index_as_string.py::test_grouper_column_index_level_precedence[frame0-key_strs2-key_groupers2-level_groupers2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_index_as_string.py::test_grouper_column_index_level_precedence[frame0-key_strs3-key_groupers3-level_groupers3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_index_as_string.py::test_grouper_column_index_level_precedence[frame1-inner-key_groupers0-level_groupers0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_index_as_string.py::test_grouper_column_index_level_precedence[frame1-key_strs1-key_groupers1-level_groupers1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_index_as_string.py::test_grouper_column_index_level_precedence[frame1-key_strs2-key_groupers2-level_groupers2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_index_as_string.py::test_grouper_column_index_level_precedence[frame1-key_strs3-key_groupers3-level_groupers3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_nth.py::test_first_last_nth PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_nth.py::test_first_last_nth_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_nth.py::test_nth PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_nth.py::test_nth_multi_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_nth.py::test_nth_multi_index_as_expected PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_nth.py::test_groupby_head_tail PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_nth.py::test_group_selection_cache PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_nth.py::test_nth_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_apply PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[average-True-False-exp0-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[average-True-False-exp0-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[average-True-False-exp0-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[average-True-False-exp0-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[average-True-True-exp1-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[average-True-True-exp1-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[average-True-True-exp1-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[average-True-True-exp1-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[average-False-False-exp2-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[average-False-False-exp2-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[average-False-False-exp2-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[average-False-False-exp2-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[average-False-True-exp3-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[average-False-True-exp3-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[average-False-True-exp3-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[average-False-True-exp3-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[min-True-False-exp4-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[min-True-False-exp4-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[min-True-False-exp4-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[min-True-False-exp4-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[min-True-True-exp5-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[min-True-True-exp5-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[min-True-True-exp5-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[min-True-True-exp5-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[min-False-False-exp6-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[min-False-False-exp6-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[min-False-False-exp6-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[min-False-False-exp6-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[min-False-True-exp7-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[min-False-True-exp7-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[min-False-True-exp7-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[min-False-True-exp7-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[max-True-False-exp8-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[max-True-False-exp8-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[max-True-False-exp8-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[max-True-False-exp8-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[max-True-True-exp9-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[max-True-True-exp9-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[max-True-True-exp9-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[max-True-True-exp9-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[max-False-False-exp10-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[max-False-False-exp10-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[max-False-False-exp10-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[max-False-False-exp10-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[max-False-True-exp11-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[max-False-True-exp11-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[max-False-True-exp11-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[max-False-True-exp11-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[first-True-False-exp12-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[first-True-False-exp12-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[first-True-False-exp12-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[first-True-False-exp12-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[first-True-True-exp13-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[first-True-True-exp13-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[first-True-True-exp13-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[first-True-True-exp13-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[first-False-False-exp14-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[first-False-False-exp14-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[first-False-False-exp14-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[first-False-False-exp14-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[first-False-True-exp15-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[first-False-True-exp15-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[first-False-True-exp15-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[first-False-True-exp15-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[dense-True-False-exp16-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[dense-True-False-exp16-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[dense-True-False-exp16-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[dense-True-False-exp16-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[dense-True-True-exp17-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[dense-True-True-exp17-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[dense-True-True-exp17-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[dense-True-True-exp17-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[dense-False-False-exp18-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[dense-False-False-exp18-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[dense-False-False-exp18-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[dense-False-False-exp18-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[dense-False-True-exp19-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[dense-False-True-exp19-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[dense-False-True-exp19-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[dense-False-True-exp19-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[average-True-keep-exp0-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[average-True-keep-exp0-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[average-True-top-exp1-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[average-True-top-exp1-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[average-True-bottom-exp2-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[average-True-bottom-exp2-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[average-False-keep-exp3-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[average-False-keep-exp3-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[average-False-top-exp4-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[average-False-top-exp4-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[average-False-bottom-exp5-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[average-False-bottom-exp5-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[min-True-keep-exp6-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[min-True-keep-exp6-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[min-True-top-exp7-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[min-True-top-exp7-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[min-True-bottom-exp8-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[min-True-bottom-exp8-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[min-False-keep-exp9-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[min-False-keep-exp9-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[min-False-top-exp10-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[min-False-top-exp10-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[min-False-bottom-exp11-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[min-False-bottom-exp11-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[max-True-keep-exp12-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[max-True-keep-exp12-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[max-True-top-exp13-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[max-True-top-exp13-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[max-True-bottom-exp14-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[max-True-bottom-exp14-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[max-False-keep-exp15-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[max-False-keep-exp15-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[max-False-top-exp16-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[max-False-top-exp16-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[max-False-bottom-exp17-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[max-False-bottom-exp17-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[first-True-keep-exp18-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[first-True-keep-exp18-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[first-True-top-exp19-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[first-True-top-exp19-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[first-True-bottom-exp20-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[first-True-bottom-exp20-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[first-False-keep-exp21-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[first-False-keep-exp21-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[first-False-top-exp22-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[first-False-top-exp22-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[first-False-bottom-exp23-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[first-False-bottom-exp23-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[dense-True-keep-exp24-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[dense-True-keep-exp24-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[dense-True-top-exp25-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[dense-True-top-exp25-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[dense-True-bottom-exp26-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[dense-True-bottom-exp26-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[dense-False-keep-exp27-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[dense-False-keep-exp27-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[dense-False-top-exp28-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[dense-False-top-exp28-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[dense-False-bottom-exp29-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[dense-False-bottom-exp29-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-True-keep-False-exp0-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-True-keep-False-exp0-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-True-keep-False-exp0-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-True-keep-False-exp0-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-True-keep-True-exp1-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-True-keep-True-exp1-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-True-keep-True-exp1-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-True-keep-True-exp1-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-False-keep-False-exp2-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-False-keep-False-exp2-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-False-keep-False-exp2-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-False-keep-False-exp2-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-False-keep-True-exp3-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-False-keep-True-exp3-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-False-keep-True-exp3-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-False-keep-True-exp3-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-True-keep-False-exp4-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-True-keep-False-exp4-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-True-keep-False-exp4-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-True-keep-False-exp4-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-True-keep-True-exp5-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-True-keep-True-exp5-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-True-keep-True-exp5-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-True-keep-True-exp5-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-False-keep-False-exp6-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-False-keep-False-exp6-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-False-keep-False-exp6-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-False-keep-False-exp6-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-False-keep-True-exp7-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-False-keep-True-exp7-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-False-keep-True-exp7-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-False-keep-True-exp7-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-True-keep-False-exp8-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-True-keep-False-exp8-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-True-keep-False-exp8-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-True-keep-False-exp8-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-True-keep-True-exp9-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-True-keep-True-exp9-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-True-keep-True-exp9-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-True-keep-True-exp9-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-False-keep-False-exp10-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-False-keep-False-exp10-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-False-keep-False-exp10-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-False-keep-False-exp10-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-False-keep-True-exp11-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-False-keep-True-exp11-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-False-keep-True-exp11-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-False-keep-True-exp11-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-True-keep-False-exp12-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-True-keep-False-exp12-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-True-keep-False-exp12-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-True-keep-False-exp12-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-True-keep-True-exp13-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-True-keep-True-exp13-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-True-keep-True-exp13-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-True-keep-True-exp13-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-False-keep-False-exp14-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-False-keep-False-exp14-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-False-keep-False-exp14-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-False-keep-False-exp14-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-False-keep-True-exp15-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-False-keep-True-exp15-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-False-keep-True-exp15-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-False-keep-True-exp15-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-True-keep-False-exp16-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-True-keep-False-exp16-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-True-keep-False-exp16-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-True-keep-False-exp16-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-True-keep-True-exp17-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-True-keep-True-exp17-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-True-keep-True-exp17-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-True-keep-True-exp17-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-False-keep-False-exp18-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-False-keep-False-exp18-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-False-keep-False-exp18-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-False-keep-False-exp18-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-False-keep-True-exp19-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-False-keep-True-exp19-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-False-keep-True-exp19-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-False-keep-True-exp19-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-True-no_na-False-exp20-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-True-no_na-False-exp20-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-True-no_na-False-exp20-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-True-no_na-False-exp20-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-True-no_na-True-exp21-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-True-no_na-True-exp21-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-True-no_na-True-exp21-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-True-no_na-True-exp21-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-False-no_na-False-exp22-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-False-no_na-False-exp22-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-False-no_na-False-exp22-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-False-no_na-False-exp22-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-False-no_na-True-exp23-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-False-no_na-True-exp23-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-False-no_na-True-exp23-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-False-no_na-True-exp23-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-True-no_na-False-exp24-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-True-no_na-False-exp24-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-True-no_na-False-exp24-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-True-no_na-False-exp24-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-True-no_na-True-exp25-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-True-no_na-True-exp25-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-True-no_na-True-exp25-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-True-no_na-True-exp25-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-False-no_na-False-exp26-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-False-no_na-False-exp26-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-False-no_na-False-exp26-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-False-no_na-False-exp26-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-False-no_na-True-exp27-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-False-no_na-True-exp27-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-False-no_na-True-exp27-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-False-no_na-True-exp27-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-True-no_na-False-exp28-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-True-no_na-False-exp28-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-True-no_na-False-exp28-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-True-no_na-False-exp28-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-True-no_na-True-exp29-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-True-no_na-True-exp29-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-True-no_na-True-exp29-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-True-no_na-True-exp29-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-False-no_na-False-exp30-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-False-no_na-False-exp30-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-False-no_na-False-exp30-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-False-no_na-False-exp30-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-False-no_na-True-exp31-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-False-no_na-True-exp31-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-False-no_na-True-exp31-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-False-no_na-True-exp31-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-True-no_na-False-exp32-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-True-no_na-False-exp32-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-True-no_na-False-exp32-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-True-no_na-False-exp32-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-True-no_na-True-exp33-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-True-no_na-True-exp33-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-True-no_na-True-exp33-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-True-no_na-True-exp33-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-False-no_na-False-exp34-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-False-no_na-False-exp34-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-False-no_na-False-exp34-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-False-no_na-False-exp34-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-False-no_na-True-exp35-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-False-no_na-True-exp35-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-False-no_na-True-exp35-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-False-no_na-True-exp35-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-True-no_na-False-exp36-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-True-no_na-False-exp36-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-True-no_na-False-exp36-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-True-no_na-False-exp36-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-True-no_na-True-exp37-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-True-no_na-True-exp37-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-True-no_na-True-exp37-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-True-no_na-True-exp37-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-False-no_na-False-exp38-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-False-no_na-False-exp38-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-False-no_na-False-exp38-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-False-no_na-False-exp38-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-False-no_na-True-exp39-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-False-no_na-True-exp39-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-False-no_na-True-exp39-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-False-no_na-True-exp39-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_resets_each_group[False-exp0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_resets_each_group[True-exp1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_avg_even_vals PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-keep-True-average] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-keep-True-min] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-keep-True-max] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-keep-True-first] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-keep-True-dense] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-keep-False-average] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-keep-False-min] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-keep-False-max] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-keep-False-first] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-keep-False-dense] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-top-True-average] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-top-True-min] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-top-True-max] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-top-True-first] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-top-True-dense] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-top-False-average] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-top-False-min] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-top-False-max] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-top-False-first] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-top-False-dense] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-bottom-True-average] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-bottom-True-min] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-bottom-True-max] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-bottom-True-first] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-bottom-True-dense] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-bottom-False-average] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-bottom-False-min] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-bottom-False-max] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-bottom-False-first] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-bottom-False-dense] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-keep-True-average] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-keep-True-min] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-keep-True-max] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-keep-True-first] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-keep-True-dense] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-keep-False-average] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-keep-False-min] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-keep-False-max] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-keep-False-first] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-keep-False-dense] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-top-True-average] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-top-True-min] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-top-True-max] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-top-True-first] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-top-True-dense] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-top-False-average] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-top-False-min] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-top-False-max] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-top-False-first] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-top-False-dense] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-bottom-True-average] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-bottom-True-min] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-bottom-True-max] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-bottom-True-first] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-bottom-True-dense] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-bottom-False-average] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-bottom-False-min] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-bottom-False-max] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-bottom-False-first] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-bottom-False-dense] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-keep-True-average] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-keep-True-min] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-keep-True-max] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-keep-True-first] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-keep-True-dense] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-keep-False-average] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-keep-False-min] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-keep-False-max] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-keep-False-first] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-keep-False-dense] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-top-True-average] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-top-True-min] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-top-True-max] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-top-True-first] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-top-True-dense] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-top-False-average] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-top-False-min] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-top-False-max] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-top-False-first] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-top-False-dense] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-bottom-True-average] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-bottom-True-min] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-bottom-True-max] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-bottom-True-first] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-bottom-True-dense] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-bottom-False-average] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-bottom-False-min] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-bottom-False-max] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-bottom-False-first] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-bottom-False-dense] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-keep-True-average] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-keep-True-min] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-keep-True-max] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-keep-True-first] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-keep-True-dense] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-keep-False-average] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-keep-False-min] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-keep-False-max] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-keep-False-first] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-keep-False-dense] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-top-True-average] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-top-True-min] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-top-True-max] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-top-True-first] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-top-True-dense] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-top-False-average] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-top-False-min] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-top-False-max] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-top-False-first] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-top-False-dense] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-bottom-True-average] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-bottom-True-min] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-bottom-True-max] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-bottom-True-first] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-bottom-True-dense] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-bottom-False-average] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-bottom-False-min] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-bottom-False-max] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-bottom-False-first] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-bottom-False-dense] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_groupby_with_timegrouper PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_groupby_with_timegrouper_methods[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_groupby_with_timegrouper_methods[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_timegrouper_with_reg_groups PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_timegrouper_with_reg_groups_freq[D] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_timegrouper_with_reg_groups_freq[M] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_timegrouper_with_reg_groups_freq[A] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_timegrouper_with_reg_groups_freq[Q-APR] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_timegrouper_get_group PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_timegrouper_apply_return_type_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_timegrouper_apply_return_type_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_groupby_groups_datetimeindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_groupby_groups_datetimeindex_tz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_frame_datetime64_handling_groupby PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_groupby_multi_timezone PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_groupby_groups_periods PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_groupby_first_datetime64 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_groupby_max_datetime64 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_groupby_datetime64_32_bit PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_groupby_with_timezone_selection PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_timezone_info PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_datetime_count PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_first_last_max_min_on_time_data PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_nunique_with_timegrouper_and_nat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_scalar_call_versus_list_call PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_transform PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_transform_fast PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_transform_broadcast PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_transform_axis PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_transform_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_transform_bug PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_transform_numeric_to_boolean PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_transform_datetime_to_timedelta PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_transform_datetime_to_numeric PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_transform_casting PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_transform_multiple PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_dispatch_transform PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_transform_select_columns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_transform_exclude_nuisance PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_transform_function_aliases PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_series_fast_transform_date PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_transform_length PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_transform_coercion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_groupby_transform_with_int PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_groupby_transform_with_nan_group PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_transform_mixed_type PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_cython_group_transform_algos PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_cython_transform_series[cumprod-args0-<lambda>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_cython_transform_series[cumsum-args1-<lambda>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_cython_transform_series[shift-args2-<lambda>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_cython_transform_series[shift-args3-<lambda>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_groupby_cum_skipna[input0-exp0-False-cumprod] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_groupby_cum_skipna[input0-exp0-False-cumsum] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_groupby_cum_skipna[input0-exp0-True-cumprod] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_groupby_cum_skipna[input0-exp0-True-cumsum] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_groupby_cum_skipna[input1-exp1-False-cumprod] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_groupby_cum_skipna[input1-exp1-False-cumsum] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_groupby_cum_skipna[input1-exp1-True-cumprod] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_groupby_cum_skipna[input1-exp1-True-cumsum] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_cython_transform_frame[cumprod-args0-<lambda>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_cython_transform_frame[cumsum-args1-<lambda>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_cython_transform_frame[shift-args2-<lambda>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_cython_transform_frame[shift-args3-<lambda>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_transform_with_non_scalar_group PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_transform_numeric_ret[count-a-exp0-assert_series_equal] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_transform_numeric_ret[count-cols1-exp1-assert_frame_equal] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_transform_numeric_ret[rank-a-exp0-assert_series_equal] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_transform_numeric_ret[rank-cols1-exp1-assert_frame_equal] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_transform_numeric_ret[size-a-exp0-assert_series_equal] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_transform_numeric_ret[size-cols1-exp1-assert_frame_equal] xfail
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_pad_stable_sorting[ffill] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_pad_stable_sorting[bfill] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[1-ffill-None-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[1-ffill-None-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[1-ffill-1-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[1-ffill-1-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[1-bfill-None-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[1-bfill-None-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[1-bfill-1-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[1-bfill-1-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[-1-ffill-None-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[-1-ffill-None-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[-1-ffill-1-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[-1-ffill-1-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[-1-bfill-None-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[-1-bfill-None-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[-1-bfill-1-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[-1-bfill-1-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_any_all_np_func[any] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_transform.py::test_any_all_np_func[all] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[1st-100-50] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[1st-100-51] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[2nd-100-50] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[2nd-100-51] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[['1st', '2nd']-100-50] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[['1st', '2nd']-100-51] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[1st-100-200] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[1st-100-201] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[2nd-100-200] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[2nd-100-201] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[['1st', '2nd']-100-200] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[['1st', '2nd']-100-201] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[1st-1000-50] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[1st-1000-51] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[2nd-1000-50] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[2nd-1000-51] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[['1st', '2nd']-1000-50] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[['1st', '2nd']-1000-51] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[1st-1000-200] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[1st-1000-201] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[2nd-1000-200] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[2nd-1000-201] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[['1st', '2nd']-1000-200] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[['1st', '2nd']-1000-201] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[1st-100-52] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[1st-100-53] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[2nd-100-52] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[2nd-100-53] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[['1st', '2nd']-100-52] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[['1st', '2nd']-100-53] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[1st-100-202] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[1st-100-203] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[2nd-100-202] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[2nd-100-203] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[['1st', '2nd']-100-202] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[['1st', '2nd']-100-203] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[1st-1000-52] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[1st-1000-53] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[2nd-1000-52] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[2nd-1000-53] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[['1st', '2nd']-1000-52] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[['1st', '2nd']-1000-53] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[1st-1000-202] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[1st-1000-203] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[2nd-1000-202] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[2nd-1000-203] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[['1st', '2nd']-1000-202] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[['1st', '2nd']-1000-203] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_groupby_whitelist[obj0-whitelist0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_groupby_whitelist[obj1-whitelist1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sum-0-0-True-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sum-0-0-True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sum-0-0-False-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sum-0-0-False-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sum-0-1-True-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sum-0-1-True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sum-0-1-False-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sum-0-1-False-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sum-1-0-True-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sum-1-0-True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sum-1-0-False-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sum-1-0-False-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sum-1-1-True-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sum-1-1-True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sum-1-1-False-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sum-1-1-False-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[prod-0-0-True-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[prod-0-0-True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[prod-0-0-False-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[prod-0-0-False-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[prod-0-1-True-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[prod-0-1-True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[prod-0-1-False-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[prod-0-1-False-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[prod-1-0-True-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[prod-1-0-True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[prod-1-0-False-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[prod-1-0-False-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[prod-1-1-True-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[prod-1-1-True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[prod-1-1-False-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[prod-1-1-False-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[min-0-0-True-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[min-0-0-True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[min-0-0-False-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[min-0-0-False-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[min-0-1-True-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[min-0-1-True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[min-0-1-False-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[min-0-1-False-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[min-1-0-True-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[min-1-0-True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[min-1-0-False-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[min-1-0-False-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[min-1-1-True-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[min-1-1-True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[min-1-1-False-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[min-1-1-False-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[max-0-0-True-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[max-0-0-True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[max-0-0-False-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[max-0-0-False-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[max-0-1-True-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[max-0-1-True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[max-0-1-False-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[max-0-1-False-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[max-1-0-True-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[max-1-0-True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[max-1-0-False-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[max-1-0-False-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[max-1-1-True-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[max-1-1-True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[max-1-1-False-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[max-1-1-False-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[median-0-0-True-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[median-0-0-True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[median-0-0-False-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[median-0-0-False-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[median-0-1-True-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[median-0-1-True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[median-0-1-False-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[median-0-1-False-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[median-1-0-True-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[median-1-0-True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[median-1-0-False-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[median-1-0-False-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[median-1-1-True-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[median-1-1-True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[median-1-1-False-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[median-1-1-False-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mean-0-0-True-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mean-0-0-True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mean-0-0-False-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mean-0-0-False-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mean-0-1-True-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mean-0-1-True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mean-0-1-False-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mean-0-1-False-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mean-1-0-True-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mean-1-0-True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mean-1-0-False-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mean-1-0-False-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mean-1-1-True-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mean-1-1-True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mean-1-1-False-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mean-1-1-False-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[skew-0-0-True-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[skew-0-0-True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[skew-0-0-False-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[skew-0-0-False-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[skew-0-1-True-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[skew-0-1-True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[skew-0-1-False-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[skew-0-1-False-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[skew-1-0-True-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[skew-1-0-True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[skew-1-0-False-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[skew-1-0-False-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[skew-1-1-True-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[skew-1-1-True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[skew-1-1-False-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[skew-1-1-False-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mad-0-0-True-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mad-0-0-True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mad-0-0-False-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mad-0-0-False-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mad-0-1-True-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mad-0-1-True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mad-0-1-False-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mad-0-1-False-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mad-1-0-True-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mad-1-0-True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mad-1-0-False-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mad-1-0-False-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mad-1-1-True-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mad-1-1-True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mad-1-1-False-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mad-1-1-False-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[std-0-0-True-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[std-0-0-True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[std-0-0-False-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[std-0-0-False-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[std-0-1-True-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[std-0-1-True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[std-0-1-False-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[std-0-1-False-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[std-1-0-True-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[std-1-0-True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[std-1-0-False-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[std-1-0-False-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[std-1-1-True-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[std-1-1-True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[std-1-1-False-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[std-1-1-False-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[var-0-0-True-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[var-0-0-True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[var-0-0-False-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[var-0-0-False-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[var-0-1-True-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[var-0-1-True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[var-0-1-False-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[var-0-1-False-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[var-1-0-True-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[var-1-0-True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[var-1-0-False-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[var-1-0-False-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[var-1-1-True-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[var-1-1-True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[var-1-1-False-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[var-1-1-False-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sem-0-0-True-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sem-0-0-True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sem-0-0-False-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sem-0-0-False-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sem-0-1-True-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sem-0-1-True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sem-0-1-False-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sem-0-1-False-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sem-1-0-True-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sem-1-0-True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sem-1-0-False-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sem-1-0-False-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sem-1-1-True-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sem-1-1-True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sem-1-1-False-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sem-1-1-False-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_groupby_blacklist PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_tab_completion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_groupby_function_rename PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_whitelist.py::test_groupby_selection_with_methods PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::test_agg_regression1 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::test_agg_must_agg PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::test_agg_ser_multi_key PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::test_groupby_aggregation_mixed_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::test_agg_apply_corner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::test_agg_grouping_is_list_tuple PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::test_agg_python_multiindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::test_aggregate_str_func[<lambda>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::test_aggregate_str_func[groupbyfunc1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::test_aggregate_item_by_item PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::test_wrap_agg_out PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::test_agg_multiple_functions_maintain_order PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::test_multiple_functions_tuples_and_non_tuples PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::test_agg_multiple_functions_too_many_lambdas PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::test_more_flexible_frame_multi_function PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::test_multi_function_flexible_mix PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cythonized_aggers[count] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cythonized_aggers[sum] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cythonized_aggers[std] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cythonized_aggers[var] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cythonized_aggers[sem] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cythonized_aggers[mean] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cythonized_aggers[median] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cythonized_aggers[prod] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cythonized_aggers[min] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cythonized_aggers[max] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_agg_boolean PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_agg_nothing_to_agg PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_agg_nothing_to_agg_with_dates PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_agg_frame_columns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_agg_return_dict PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_fail_agg PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test__cython_agg_general[mean-mean] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test__cython_agg_general[median-median] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test__cython_agg_general[var-var] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test__cython_agg_general[add-sum] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test__cython_agg_general[prod-prod] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test__cython_agg_general[min-amin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test__cython_agg_general[max-amax] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test__cython_agg_general[first-<lambda>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test__cython_agg_general[last-<lambda>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_agg_empty_buckets[True-mean-mean] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_agg_empty_buckets[True-median-<lambda>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_agg_empty_buckets[True-var-<lambda>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_agg_empty_buckets[True-min-amin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_agg_empty_buckets[True-max-amax] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_agg_empty_buckets[False-mean-mean] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_agg_empty_buckets[False-median-<lambda>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_agg_empty_buckets[False-var-<lambda>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_agg_empty_buckets[False-min-amin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_agg_empty_buckets[False-max-amax] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_agg_empty_buckets[None-mean-mean] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_agg_empty_buckets[None-median-<lambda>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_agg_empty_buckets[None-var-<lambda>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_agg_empty_buckets[None-min-amin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_agg_empty_buckets[None-max-amax] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_agg_empty_buckets_nanops[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_agg_empty_buckets_nanops[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_agg_empty_buckets_nanops[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_with_timestamp_and_nat[data0-first] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_with_timestamp_and_nat[data0-last] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_with_timestamp_and_nat[data0-max] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_with_timestamp_and_nat[data0-min] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_with_timestamp_and_nat[data1-first] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_with_timestamp_and_nat[data1-last] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_with_timestamp_and_nat[data1-max] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_with_timestamp_and_nat[data1-min] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_agg_api PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_agg_datetimes_mixed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_agg_period_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_agg_dict_parameter_cast_result_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_agg_cast_results_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_aggregate_float64_no_int64 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_aggregate_api_consistency PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_agg_dict_renaming_deprecation PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_agg_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_agg_nested_dicts PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_agg_item_by_item_raise_typeerror PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_series_agg_multikey PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_series_agg_multi_pure_python PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_agg_consistency PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_agg_callables PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_agg_over_numpy_arrays PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_agg_timezone_round_trip PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_sum_uint64_overflow PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_agg_structs_dataframe[tuple-expected0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_agg_structs_dataframe[list-expected1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_agg_structs_dataframe[<lambda>-expected2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_agg_structs_dataframe[<lambda>-expected3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_agg_structs_series[tuple-expected0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_agg_structs_series[list-expected1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_agg_structs_series[<lambda>-expected2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_agg_structs_series[<lambda>-expected3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_agg_category_nansum[True] XPASS
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_agg_category_nansum[False] xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_agg_category_nansum[None] xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_pickle_compat_construction PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_to_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_to_series_with_arguments PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_to_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_shift PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_create_index_existing_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_numeric_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_boolean_context_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_reindex_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_consistency PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_ndarray_compat_properties PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_repr_roundtrip PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_str PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_dtype_str[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_dtype_str[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_dtype_str[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_dtype_str[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_dtype_str[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_dtype_str[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_dtype_str[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_dtype_str[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_dtype_str[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_dtype_str[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_dtype_str[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_dtype_str[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_dtype_str[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_repr_max_seq_item_setting PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_wrong_number_names[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_wrong_number_names[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_wrong_number_names[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_wrong_number_names[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_wrong_number_names[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_wrong_number_names[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_wrong_number_names[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_wrong_number_names[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_wrong_number_names[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_wrong_number_names[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_wrong_number_names[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_wrong_number_names[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_wrong_number_names[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_set_name_methods[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_set_name_methods[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_set_name_methods[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_set_name_methods[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_set_name_methods[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_set_name_methods[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_set_name_methods[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_set_name_methods[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_set_name_methods[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_set_name_methods[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_set_name_methods[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_set_name_methods[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_set_name_methods[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_hash_error[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_hash_error[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_hash_error[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_hash_error[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_hash_error[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_hash_error[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_hash_error[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_hash_error[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_hash_error[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_hash_error[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_hash_error[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_hash_error[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_hash_error[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_copy_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_ensure_copied_data PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_duplicates[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_duplicates[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_duplicates[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_duplicates[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_duplicates[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_duplicates[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_duplicates[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_duplicates[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_duplicates[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_duplicates[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_duplicates[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_duplicates[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_duplicates[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_unique[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_unique[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_unique[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_unique[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_unique[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_unique[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_unique[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_unique[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_unique[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_unique[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_unique[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_unique[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_unique[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_unique_na PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_unique_index[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_unique_index[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_unique_index[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_unique_index[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_unique_index[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_unique_index[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_unique_index[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_unique_index[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_unique_index[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_unique_index[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_unique_index[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_unique_index[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_unique_index[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_sort[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_sort[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_sort[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_sort[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_sort[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_sort[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_sort[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_sort[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_sort[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_sort[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_sort[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_sort[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_sort[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_mutability[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_mutability[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_mutability[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_mutability[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_mutability[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_mutability[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_mutability[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_mutability[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_mutability[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_mutability[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_mutability[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_mutability[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_mutability[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_view[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_view[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_view[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_view[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_view[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_view[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_view[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_view[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_view[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_view[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_view[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_view[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_view[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_compat[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_compat[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_compat[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_compat[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_compat[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_compat[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_compat[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_compat[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_compat[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_compat[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_compat[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_compat[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_compat[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_memory_usage PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_argsort PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_numpy_argsort PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_pickle[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_pickle[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_pickle[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_pickle[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_pickle[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_pickle[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_pickle[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_pickle[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_pickle[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_pickle[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_pickle[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_pickle[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_pickle[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_take PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_take_invalid_kwargs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_repeat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_numpy_repeat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_where[list] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_where[tuple] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_where[klass2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_where[Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_setops_errorcases PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersection_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_difference_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_insert_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_delete_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_equals PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_equals_op PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_numpy_ufuncs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_hasnans_isnans PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_fillna PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_nulls PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_join_self_unique[inner] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_join_self_unique[outer] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_join_self_unique[left] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_join_self_unique[right] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_searchsorted_monotonic[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_searchsorted_monotonic[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_searchsorted_monotonic[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_searchsorted_monotonic[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_searchsorted_monotonic[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_searchsorted_monotonic[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_searchsorted_monotonic[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_searchsorted_monotonic[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_searchsorted_monotonic[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_searchsorted_monotonic[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_searchsorted_monotonic[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_searchsorted_monotonic[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_searchsorted_monotonic[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_map PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_putmask_with_wrong_mask PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_astype_category[True-None-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_astype_category[True-None-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_astype_category[True-foo-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_astype_category[True-foo-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_astype_category[False-None-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_astype_category[False-None-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_astype_category[False-foo-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_astype_category[False-foo-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_can_hold_identifiers PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_new_axis PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_copy_and_deepcopy[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_copy_and_deepcopy[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_copy_and_deepcopy[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_copy_and_deepcopy[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_copy_and_deepcopy[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_copy_and_deepcopy[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_copy_and_deepcopy[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_copy_and_deepcopy[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_copy_and_deepcopy[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_copy_and_deepcopy[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_copy_and_deepcopy[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_copy_and_deepcopy[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_copy_and_deepcopy[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_regular[strIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_regular[dateIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_casting PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_copy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_corner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_construction_list_mixed_tuples[index_vals0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_construction_list_mixed_tuples[index_vals1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_construction_list_tuples_nan[list-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_construction_list_tuples_nan[list-nan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_construction_list_tuples_nan[tuple-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_construction_list_tuples_nan[tuple-nan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_construction_list_tuples_nan[vtype2-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_construction_list_tuples_nan[vtype2-nan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_from_index_dtlike[index0-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_from_index_dtlike[index0-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_from_index_dtlike[index1-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_from_index_dtlike[index1-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_from_index_dtlike[index2-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_from_index_dtlike[index2-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_from_index_dtlike[index3-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_from_index_dtlike[index3-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_from_series_dtlike[index0-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_from_series_dtlike[index1-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_from_series_dtlike[index2-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_from_series[Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_from_series[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_from_series_freq PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_from_frame_series_freq PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_ndarray_like[array0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_ndarray_like[array1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_ndarray_like[array2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_int_dtype_float[int] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_int_dtype_float[int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_int_dtype_float[int32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_int_dtype_float[int16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_int_dtype_float[int8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_int_dtype_float[uint64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_int_dtype_float[uint32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_int_dtype_float[uint16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_int_dtype_float[uint8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_int_dtype_nan PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_int_dtype_nan_raises[int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_int_dtype_nan_raises[uint64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_index_ctor_infer_nan_nat[Float64Index-float64-nan] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_index_ctor_nat_result[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_index_ctor_nat_result[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_index_ctor_infer_periodindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_simple_new[vals0-int] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_simple_new[vals1-float] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_simple_new[vals2-obj] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_to_int64[vals0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_to_int64[vals1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_to_int64[vals2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_to_int64[vals3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_to_int64[vals4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_to_float64[vals0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_to_float64[vals1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_to_float64[vals2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_to_float64[vals3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_to_float64[vals4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_to_object[vals0-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_to_object[vals0-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_to_object[vals1-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_to_object[vals1-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_to_categorical[vals0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_to_categorical[vals1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_to_categorical[vals2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_to_categorical[vals3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_to_datetime[vals0-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_to_datetime[vals0-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_to_datetime[vals1-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_to_datetime[vals1-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_to_timedelta[vals0-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_to_timedelta[vals0-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_to_timedelta[vals1-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_to_timedelta[vals1-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[None-Index-values0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[None-Index-values1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[None-DatetimeIndex-values0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[None-DatetimeIndex-values1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[UTC-Index-values0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[UTC-Index-values1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[UTC-DatetimeIndex-values0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[UTC-DatetimeIndex-values1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[US/Eastern-Index-values0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[US/Eastern-Index-values1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[US/Eastern-DatetimeIndex-values0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[US/Eastern-DatetimeIndex-values1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[Asia/Tokyo-Index-values0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[Asia/Tokyo-Index-values1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[Asia/Tokyo-DatetimeIndex-values0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[Asia/Tokyo-DatetimeIndex-values1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[dateutil/US/Pacific-Index-values0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[dateutil/US/Pacific-Index-values1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[dateutil/US/Pacific-DatetimeIndex-values0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[dateutil/US/Pacific-DatetimeIndex-values1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_timedelta[Index-values] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_timedelta[Index-asi8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_timedelta[TimedeltaIndex-values] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_timedelta[TimedeltaIndex-asi8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_empty[Index-value0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_empty[Index-value1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_empty[Index-value2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_empty[Float64Index-value0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_empty[Float64Index-value1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_empty[Float64Index-value2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_empty[Int64Index-value0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_empty[Int64Index-value1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_empty[Int64Index-value2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_empty[UInt64Index-value0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_empty[UInt64Index-value1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_empty[UInt64Index-value2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_empty[CategoricalIndex-value0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_empty[CategoricalIndex-value1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_empty[CategoricalIndex-value2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_empty[DatetimeIndex-value0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_empty[DatetimeIndex-value1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_empty[DatetimeIndex-value2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_empty[TimedeltaIndex-value0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_empty[TimedeltaIndex-value1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_empty[TimedeltaIndex-value2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_empty_special[empty0-PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_empty_special[empty1-PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_empty_special[empty2-PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_empty_special[empty3-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_empty_special[empty4-MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_nonhashable_name[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_nonhashable_name[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_nonhashable_name[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_nonhashable_name[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_nonhashable_name[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_nonhashable_name[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_nonhashable_name[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_nonhashable_name[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_nonhashable_name[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_nonhashable_name[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_nonhashable_name[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_nonhashable_name[MultiIndex] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_nonhashable_name[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_overflow_int64 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_view_with_args PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_astype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_equals_object PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_not_equals_object[comp0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_not_equals_object[comp1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_not_equals_object[comp2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_insert PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_insert_missing[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_insert_missing[nan0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_insert_missing[nulls_fixture2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_insert_missing[nan1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_insert_missing[nan2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_delete[0-expected0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_delete[-1-expected1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_delete_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_identical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_is_ PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_asof PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_asof_datetime_partial PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_nanosecond_index_access PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_comparators[op0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_comparators[op1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_comparators[op2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_comparators[op3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_comparators[op4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_comparators[op5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_booleanindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_fancy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_empty_fancy[int64-strIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_empty_fancy[int64-intIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_empty_fancy[int64-floatIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_empty_fancy[bool_-strIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_empty_fancy[bool_-intIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_empty_fancy[bool_-floatIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_empty_fancy_raises[strIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_empty_fancy_raises[intIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_empty_fancy_raises[floatIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_getitem_error[Index0-101] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_getitem_error[Index0-no_int] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_getitem_error[Index1-101] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_getitem_error[Index1-no_int] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_getitem_error[DatetimeIndex-101] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_getitem_error[DatetimeIndex-no_int] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_getitem_error[PeriodIndex-101] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_getitem_error[PeriodIndex-no_int] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_getitem_error[TimedeltaIndex-101] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_getitem_error[TimedeltaIndex-no_int] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_getitem_error[Int64Index0-101] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_getitem_error[Int64Index0-no_int] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_getitem_error[UInt64Index-101] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_getitem_error[UInt64Index-no_int] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_getitem_error[Float64Index-101] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_getitem_error[Float64Index-no_int] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_getitem_error[Index2-101] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_getitem_error[Index2-no_int] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_getitem_error[CategoricalIndex-101] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_getitem_error[CategoricalIndex-no_int] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_getitem_error[Index3-101] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_getitem_error[Index3-no_int] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_getitem_error[MultiIndex-101] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_getitem_error[MultiIndex-no_int] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_getitem_error[Int64Index1-101] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_getitem_error[Int64Index1-no_int] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersection PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersection_name_preservation[index20-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersection_name_preservation[index21-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersection_name_preservation[index22-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersection_name_preservation2[A-A-A] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersection_name_preservation2[A-B-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersection_name_preservation2[None-B-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersection_monotonic[index20-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersection_monotonic[index21-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersection_non_monotonic_non_unique[index20-expected_arr0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersection_non_monotonic_non_unique[index21-expected_arr1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersect_str_dates PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_from_iterables[klass0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_from_iterables[Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_from_iterables[list] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_identity PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_name_preservation[A-B-None-second_list0-first_list0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_name_preservation[A-B-None-second_list0-first_list1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_name_preservation[A-B-None-second_list1-first_list0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_name_preservation[A-B-None-second_list1-first_list1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_name_preservation[None-B-B-second_list0-first_list0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_name_preservation[None-B-B-second_list0-first_list1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_name_preservation[None-B-B-second_list1-first_list0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_name_preservation[None-B-B-second_list1-first_list1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_name_preservation[A-None-A-second_list0-first_list0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_name_preservation[A-None-A-second_list0-first_list1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_name_preservation[A-None-A-second_list1-first_list0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_name_preservation[A-None-A-second_list1-first_list1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_dt_as_obj PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_add PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_sub PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_map_identity_mapping PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_map_with_tuples PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_map_with_tuples_mi PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_map_tseries_indices_return_index[makeDateIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_map_tseries_indices_return_index[makePeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_map_tseries_indices_return_index[makeTimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_map_tseries_indices_accsr_return_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_map_dictlike[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_map_dictlike[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_map_with_non_function_missing_values[mapper0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_map_with_non_function_missing_values[mapper1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_map_na_exclusion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_map_defaultdict PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_append_multiple PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_append_empty_preserve_name[foo-foo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_append_empty_preserve_name[bar-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_add_string PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_iadd_string PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_difference_name_preservation[None-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_difference_name_preservation[name-name] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_difference_empty_arg PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_difference_identity PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_symmetric_difference PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_symmetric_difference_mi PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_symmetric_difference_missing[index20-expected0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_symmetric_difference_missing[index21-expected1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_symmetric_difference_non_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_difference_type PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersection_difference PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_is_numeric[strIndex-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_is_numeric[boolIndex-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_is_numeric[catIndex-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_is_numeric[intIndex-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_is_numeric[dateIndex-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_is_numeric[floatIndex-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_is_object[strIndex-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_is_object[boolIndex-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_is_object[catIndex-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_is_object[intIndex-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_is_object[dateIndex-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_is_object[floatIndex-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_is_all_dates[strIndex-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_is_all_dates[boolIndex-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_is_all_dates[catIndex-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_is_all_dates[intIndex-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_is_all_dates[dateIndex-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_is_all_dates[floatIndex-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_summary PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_summary_deprecated PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_format PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_format_missing[None-vals0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_format_missing[None-vals1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_format_missing[nan0-vals0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_format_missing[nan0-vals1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_format_missing[nulls_fixture2-vals0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_format_missing[nulls_fixture2-vals1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_format_missing[nan1-vals0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_format_missing[nan1-vals1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_format_missing[nan2-vals0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_format_missing[nan2-vals1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_format_with_name_time_info PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_format_datetime_with_time PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_logical_compat[any] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_logical_compat[all] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_methods[expected0-pad-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_methods[expected0-pad-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_methods[expected1-ffill-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_methods[expected1-ffill-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_methods[expected2-backfill-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_methods[expected2-backfill-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_methods[expected3-bfill-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_methods[expected3-bfill-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_invalid PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest[pad-None-indexer0-expected0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest[backfill-None-indexer1-expected1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest[nearest-None-indexer2-expected2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest[pad-0-indexer3-expected3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest[backfill-0-indexer4-expected4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest[nearest-0-indexer5-expected5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest[pad-None-indexer6-expected6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest[backfill-None-indexer7-expected7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest[nearest-None-indexer8-expected8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest[pad-1-indexer9-expected9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest[backfill-1-indexer10-expected10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest[nearest-1-indexer11-expected11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest[pad-0.2-indexer12-expected12] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest[backfill-0.2-indexer13-expected13] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest[nearest-0.2-indexer14-expected14] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest_listlike_tolerance[tolerance0-expected0-list] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest_listlike_tolerance[tolerance0-expected0-tuple] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest_listlike_tolerance[tolerance0-expected0-Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest_listlike_tolerance[tolerance0-expected0-listtype3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest_listlike_tolerance[tolerance1-expected1-list] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest_listlike_tolerance[tolerance1-expected1-tuple] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest_listlike_tolerance[tolerance1-expected1-Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest_listlike_tolerance[tolerance1-expected1-listtype3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest_listlike_tolerance[tolerance2-expected2-list] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest_listlike_tolerance[tolerance2-expected2-tuple] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest_listlike_tolerance[tolerance2-expected2-Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest_listlike_tolerance[tolerance2-expected2-listtype3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest_error PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest_decreasing[pad-expected0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest_decreasing[backfill-expected1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest_decreasing[nearest-expected2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_strings[pad-expected0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_strings[backfill-expected1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_strings_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_numeric_index_boolean_target PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_loc[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_loc[pad] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_loc[backfill] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_loc[nearest] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_loc_raises_bad_label[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_loc_raises_bad_label[pad] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_loc_raises_bad_label[backfill] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_loc_raises_bad_label[nearest] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_loc_tolerance[pad-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_loc_tolerance[backfill-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_loc_tolerance[nearest-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_loc_outside_tolerance_raises[pad] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_loc_outside_tolerance_raises[backfill] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_loc_outside_tolerance_raises[nearest] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_loc_bad_tolerance_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_loc_tolerance_no_method_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_loc_raises_missized_tolerance PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_loc_raises_object_nearest PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_loc_raises_object_tolerance PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_slice_locs[int] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_slice_locs[float] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_slice_float_locs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_slice_ints_with_floats_raises xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_slice_locs_dup PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_slice_locs_dup_numeric[int] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_slice_locs_dup_numeric[float] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_slice_locs_na PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_slice_locs_na_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_slice_locs_negative_step[in_slice0-yxdcb] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_slice_locs_negative_step[in_slice1-] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_slice_locs_negative_step[in_slice2-b] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_slice_locs_negative_step[in_slice3-yxdcb] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_slice_locs_negative_step[in_slice4-y] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_slice_locs_negative_step[in_slice5-yxdcb] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_slice_locs_negative_step[in_slice6-yb] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_slice_locs_negative_step[in_slice7-yxdcb] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_slice_locs_negative_step[in_slice8-ydb] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_slice_locs_negative_step[in_slice9-yxdcb] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_slice_locs_negative_step[in_slice10-yc] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_slice_locs_negative_step[in_slice11-dcb] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_slice_locs_negative_step[in_slice12-yx] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_slice_locs_negative_step[in_slice13-] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_slice_locs_negative_step[in_slice14-] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_slice_locs_negative_step[in_slice15-] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_drop_by_str_label PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_drop_by_str_label_raises_missing_keys[keys0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_drop_by_str_label_raises_missing_keys[keys1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_drop_by_str_label_errors_ignore PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_drop_by_numeric_label_loc PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_drop_by_numeric_label_raises_missing_keys PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_drop_by_numeric_label_errors_ignore[4-expected0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_drop_by_numeric_label_errors_ignore[key1-expected1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_drop_tuple[to_drop0-values0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_drop_tuple[to_drop0-values1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_drop_tuple[to_drop0-values2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_drop_tuple[to_drop1-values0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_drop_tuple[to_drop1-values1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_drop_tuple[to_drop1-values2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_tuple_union_bug[intersection-expected0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_tuple_union_bug[union-expected1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_is_monotonic_incomparable[is_monotonic_increasing] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_is_monotonic_incomparable[is_monotonic_decreasing] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_is_monotonic_incomparable[_is_strictly_monotonic_increasing] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_is_monotonic_incomparable[_is_strictly_monotonic_decreasing] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_set_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin[index0-expected0-values0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin[index0-expected0-values1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin[index1-expected1-values0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin[index1-expected1-values1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[None-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[None-nan0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[None-nulls_fixture22] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[None-nan1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[None-nan2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[nan0-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[nan0-nan0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[nan0-nulls_fixture22] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[nan0-nan1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[nan0-nan2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[nulls_fixture2-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[nulls_fixture2-nan0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[nulls_fixture2-nulls_fixture22] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[nulls_fixture2-nan1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[nulls_fixture2-nan2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[nan1-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[nan1-nan0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[nan1-nulls_fixture22] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[nan1-nan1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[nan1-nan2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[nan2-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[nan2-nan0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[nan2-nulls_fixture22] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[nan2-nan1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[nan2-nan2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_float64[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_float64[nan0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_float64[nulls_fixture2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_float64[nan1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_float64[nan2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg[index0-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg[index0--1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg[index1-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg[index1--1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_raises_bad_index[index0-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_raises_bad_index[index0-10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_raises_bad_index[index0--2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_raises_bad_index[index1-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_raises_bad_index[index1-10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_raises_bad_index[index1--2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_raises_key[index0-1.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_raises_key[index0-foobar] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_raises_key[index0-xyzzy] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_raises_key[index0-nan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_raises_key[index1-1.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_raises_key[index1-foobar] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_raises_key[index1-xyzzy] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_raises_key[index1-nan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_empty[empty0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_empty[empty1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_empty[empty2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_boolean_cmp[values0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_boolean_cmp[values1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_boolean_cmp[values2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_boolean_cmp[values3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_boolean_cmp[values4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_level_values[None-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_level_values[a-a] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_slice_keep_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_join_self[inner-unicode] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_join_self[inner-str] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_join_self[inner-date] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_join_self[inner-int] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_join_self[inner-float] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_join_self[outer-unicode] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_join_self[outer-str] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_join_self[outer-date] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_join_self[outer-int] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_join_self[outer-float] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_join_self[left-unicode] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_join_self[left-str] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_join_self[left-date] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_join_self[left-int] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_join_self[left-float] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_join_self[right-unicode] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_join_self[right-str] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_join_self[right-date] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_join_self[right-int] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_join_self[right-float] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_str_attribute[strip] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_str_attribute[rstrip] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_str_attribute[lstrip] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_str_attribute_raises[index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_str_attribute_raises[index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_str_attribute_raises[index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_str_attribute_raises[index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_str_split[None-expected0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_str_split[False-expected1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_str_split[True-expected2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_str_bool_return PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_str_bool_series_indexing PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_tab_completion[index0-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_tab_completion[index1-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_indexing_doesnt_change_class PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_outer_join_sort PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_nan_first_take_datetime PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_take_fill_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_take_fill_value_none_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_take_bad_bounds_raises PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_reindex_no_type_preserve_target_empty_mi PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_groupby PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_equals_op_multiindex[mi0-expected0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_equals_op_multiindex[mi1-expected1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_equals_op_multiindex_identify PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_equals_op_mismatched_multiindex_raises[index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_equals_op_mismatched_multiindex_raises[index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_equals_op_index_vs_mi_same_length PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_dt_conversion_preserves_name[to_datetime] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_dt_conversion_preserves_name[to_timedelta] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_string_index_repr[index0-Index(['a', 'bb', 'ccc'], dtype='object')] SKIPPED
> ../debian/tmp/usr/lib/python2.7/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')] SKIPPED
> ../debian/tmp/usr/lib/python2.7/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)] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_string_index_repr[index3-Index(['\u3042', '\u3044\u3044', '\u3046\u3046\u3046'], dtype='object')] SKIPPED
> ../debian/tmp/usr/lib/python2.7/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')] SKIPPED
> ../debian/tmp/usr/lib/python2.7/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)] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_string_index_repr_compat[index0-Index([u'a', u'bb', u'ccc'], dtype='object')] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_string_index_repr_compat[index1-Index([u'a', u'bb', u'ccc', u'a', u'bb', u'ccc', u'a', u'bb', u'ccc', u'a',\n       u'bb', u'ccc', u'a', u'bb', u'ccc', u'a', u'bb', u'ccc', u'a', u'bb',\n       u'ccc', u'a', u'bb', u'ccc', u'a', u'bb', u'ccc', u'a', u'bb', u'ccc'],\n      dtype='object')] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_string_index_repr_compat[index2-Index([u'a', u'bb', u'ccc', u'a', u'bb', u'ccc', u'a', u'bb', u'ccc', u'a',\n       ...\n       u'ccc', u'a', u'bb', u'ccc', u'a', u'bb', u'ccc', u'a', u'bb', u'ccc'],\n      dtype='object', length=300)] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_string_index_repr_compat[index3-Index([u'\u3042', u'\u3044\u3044', u'\u3046\u3046\u3046'], dtype='object')] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_string_index_repr_compat[index4-Index([u'\u3042', u'\u3044\u3044', u'\u3046\u3046\u3046', u'\u3042', u'\u3044\u3044', u'\u3046\u3046\u3046', u'\u3042', u'\u3044\u3044', u'\u3046\u3046\u3046', u'\u3042',\n       u'\u3044\u3044', u'\u3046\u3046\u3046', u'\u3042', u'\u3044\u3044', u'\u3046\u3046\u3046', u'\u3042', u'\u3044\u3044', u'\u3046\u3046\u3046', u'\u3042', u'\u3044\u3044',\n       u'\u3046\u3046\u3046', u'\u3042', u'\u3044\u3044', u'\u3046\u3046\u3046', u'\u3042', u'\u3044\u3044', u'\u3046\u3046\u3046', u'\u3042', u'\u3044\u3044', u'\u3046\u3046\u3046'],\n      dtype='object')] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_string_index_repr_compat[index5-Index([u'\u3042', u'\u3044\u3044', u'\u3046\u3046\u3046', u'\u3042', u'\u3044\u3044', u'\u3046\u3046\u3046', u'\u3042', u'\u3044\u3044', u'\u3046\u3046\u3046', u'\u3042',\n       ...\n       u'\u3046\u3046\u3046', u'\u3042', u'\u3044\u3044', u'\u3046\u3046\u3046', u'\u3042', u'\u3044\u3044', u'\u3046\u3046\u3046', u'\u3042', u'\u3044\u3044', u'\u3046\u3046\u3046'],\n      dtype='object', length=300)] PASSED
> ../debian/tmp/usr/lib/python2.7/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')] SKIPPED
> ../debian/tmp/usr/lib/python2.7/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')] SKIPPED
> ../debian/tmp/usr/lib/python2.7/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)] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_string_index_repr_with_unicode_option_compat[index0-Index([u'\u3042', u'\u3044\u3044', u'\u3046\u3046\u3046'], dtype='object')] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_string_index_repr_with_unicode_option_compat[index1-Index([u'\u3042', u'\u3044\u3044', u'\u3046\u3046\u3046', u'\u3042', u'\u3044\u3044', u'\u3046\u3046\u3046', u'\u3042', u'\u3044\u3044',\n       u'\u3046\u3046\u3046', u'\u3042', u'\u3044\u3044', u'\u3046\u3046\u3046', u'\u3042', u'\u3044\u3044', u'\u3046\u3046\u3046', u'\u3042',\n       u'\u3044\u3044', u'\u3046\u3046\u3046', u'\u3042', u'\u3044\u3044', u'\u3046\u3046\u3046', u'\u3042', u'\u3044\u3044',\n       u'\u3046\u3046\u3046', u'\u3042', u'\u3044\u3044', u'\u3046\u3046\u3046', u'\u3042', u'\u3044\u3044', u'\u3046\u3046\u3046'],\n      dtype='object')] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_string_index_repr_with_unicode_option_compat[index2-Index([u'\u3042', u'\u3044\u3044', u'\u3046\u3046\u3046', u'\u3042', u'\u3044\u3044', u'\u3046\u3046\u3046', u'\u3042', u'\u3044\u3044',\n       u'\u3046\u3046\u3046', u'\u3042',\n       ...\n       u'\u3046\u3046\u3046', u'\u3042', u'\u3044\u3044', u'\u3046\u3046\u3046', u'\u3042', u'\u3044\u3044', u'\u3046\u3046\u3046', u'\u3042',\n       u'\u3044\u3044', u'\u3046\u3046\u3046'],\n      dtype='object', length=300)] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_addsub_arithmetic[1-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_addsub_arithmetic[1-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_addsub_arithmetic[0-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_addsub_arithmetic[0-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_addsub_arithmetic[-1-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_addsub_arithmetic[-1-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_iadd_preserves_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_cached_properties_not_settable PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_duplicates_deprecated PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_tab_complete_warning SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_pickle_compat_construction PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_to_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_to_series_with_arguments PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_to_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_shift PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_create_index_existing_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_numeric_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_boolean_context_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_reindex_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_get_indexer_consistency PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_ndarray_compat_properties PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_repr_roundtrip PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_str PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dtype_str[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dtype_str[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dtype_str[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dtype_str[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dtype_str[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dtype_str[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dtype_str[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dtype_str[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dtype_str[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dtype_str[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dtype_str[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dtype_str[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dtype_str[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_repr_max_seq_item_setting PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_wrong_number_names[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_wrong_number_names[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_wrong_number_names[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_wrong_number_names[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_wrong_number_names[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_wrong_number_names[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_wrong_number_names[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_wrong_number_names[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_wrong_number_names[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_wrong_number_names[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_wrong_number_names[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_wrong_number_names[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_wrong_number_names[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_set_name_methods[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_set_name_methods[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_set_name_methods[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_set_name_methods[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_set_name_methods[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_set_name_methods[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_set_name_methods[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_set_name_methods[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_set_name_methods[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_set_name_methods[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_set_name_methods[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_set_name_methods[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_set_name_methods[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_hash_error[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_hash_error[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_hash_error[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_hash_error[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_hash_error[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_hash_error[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_hash_error[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_hash_error[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_hash_error[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_hash_error[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_hash_error[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_hash_error[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_hash_error[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_ensure_copied_data PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_copy_and_deepcopy[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_copy_and_deepcopy[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_copy_and_deepcopy[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_copy_and_deepcopy[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_copy_and_deepcopy[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_copy_and_deepcopy[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_copy_and_deepcopy[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_copy_and_deepcopy[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_copy_and_deepcopy[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_copy_and_deepcopy[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_copy_and_deepcopy[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_copy_and_deepcopy[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_copy_and_deepcopy[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_duplicates[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_duplicates[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_duplicates[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_duplicates[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_duplicates[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_duplicates[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_duplicates[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_duplicates[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_duplicates[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_duplicates[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_duplicates[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_duplicates[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_duplicates[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_unique[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_unique[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_unique[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_unique[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_unique[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_unique[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_unique[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_unique[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_unique[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_unique[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_unique[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_unique[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_unique[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_unique_na PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_get_unique_index[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_get_unique_index[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_get_unique_index[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_get_unique_index[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_get_unique_index[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_get_unique_index[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_get_unique_index[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_get_unique_index[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_get_unique_index[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_get_unique_index[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_get_unique_index[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_get_unique_index[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_get_unique_index[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_sort[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_sort[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_sort[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_sort[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_sort[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_sort[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_sort[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_sort[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_sort[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_sort[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_sort[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_sort[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_sort[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_mutability[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_mutability[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_mutability[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_mutability[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_mutability[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_mutability[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_mutability[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_mutability[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_mutability[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_mutability[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_mutability[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_mutability[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_mutability[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_view[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_view[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_view[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_view[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_view[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_view[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_view[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_view[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_view[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_view[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_view[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_view[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_view[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_compat[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_compat[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_compat[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_compat[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_compat[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_compat[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_compat[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_compat[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_compat[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_compat[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_compat[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_compat[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_compat[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_memory_usage PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_pickle[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_pickle[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_pickle[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_pickle[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_pickle[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_pickle[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_pickle[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_pickle[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_pickle[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_pickle[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_pickle[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_pickle[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_pickle[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_take PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_take_invalid_kwargs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_numpy_repeat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_where[list] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_where[tuple] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_where[klass2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_where[Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_setops_errorcases PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_insert_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_delete_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_equals PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_equals_op PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_numpy_ufuncs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_hasnans_isnans PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_fillna PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_nulls PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_join_self_unique[inner] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_join_self_unique[outer] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_join_self_unique[left] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_join_self_unique[right] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_searchsorted_monotonic[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_searchsorted_monotonic[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_searchsorted_monotonic[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_searchsorted_monotonic[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_searchsorted_monotonic[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_searchsorted_monotonic[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_searchsorted_monotonic[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_searchsorted_monotonic[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_searchsorted_monotonic[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_searchsorted_monotonic[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_searchsorted_monotonic[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_searchsorted_monotonic[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_searchsorted_monotonic[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_map PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_map_dictlike[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_map_dictlike[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_putmask_with_wrong_mask PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_astype_category[True-None-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_astype_category[True-None-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_astype_category[True-foo-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_astype_category[True-foo-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_astype_category[False-None-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_astype_category[False-None-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_astype_category[False-foo-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_astype_category[False-foo-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_argsort PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_numpy_argsort PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_copy_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_copy_name2 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_union_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_union_different_type_base[klass0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_union_different_type_base[Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_union_different_type_base[list] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_intersection_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_intersection_different_type_base[klass0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_intersection_different_type_base[Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_intersection_different_type_base[list] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_difference_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_symmetric_difference PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_logical_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals0-expected0-None-any] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals0-expected0-None-all] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals0-expected0-object-any] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals0-expected0-object-all] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals0-expected0-category-any] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals0-expected0-category-all] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals1-expected1-None-any] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals1-expected1-None-all] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals1-expected1-object-any] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals1-expected1-object-all] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals1-expected1-category-any] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals1-expected1-category-all] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals2-expected2-None-any] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals2-expected2-None-all] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals2-expected2-object-any] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals2-expected2-object-all] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals2-expected2-category-any] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals2-expected2-category-all] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals3-expected3-None-any] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals3-expected3-None-all] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals3-expected3-object-any] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals3-expected3-object-all] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals3-expected3-category-any] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals3-expected3-category-all] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals4-expected4-None-any] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals4-expected4-None-all] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals4-expected4-object-any] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals4-expected4-object-all] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals4-expected4-category-any] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals4-expected4-category-all] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna_dt_like[index0-expected0-any] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna_dt_like[index0-expected0-all] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna_dt_like[index1-expected1-any] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna_dt_like[index1-expected1-all] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna_dt_like[index2-expected2-any] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna_dt_like[index2-expected2-all] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna_dt_like[index3-expected3-any] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna_dt_like[index3-expected3-all] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna_dt_like[index4-expected4-any] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna_dt_like[index4-expected4-all] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna_dt_like[index5-expected5-any] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna_dt_like[index5-expected5-all] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna_invalid_how_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_get_combined_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_repeat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_repeat_warns_n_keyword PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_is_monotonic_na[index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_is_monotonic_na[index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_is_monotonic_na[index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_is_monotonic_na[index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_is_monotonic_na[index4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_is_monotonic_na[index5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_is_monotonic_na[index6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_is_monotonic_na[index7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_repr_summary PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_int_name_format[Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_int_name_format[DataFrame] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_print_unicode_columns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_with_unicode[str-unicode] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_with_unicode[str-str] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_intersect_str_dates PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_comparison_tzawareness_compat[op0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_comparison_tzawareness_compat[op1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_comparison_tzawareness_compat[op2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_comparison_tzawareness_compat[op3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_comparison_tzawareness_compat[op4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_comparison_tzawareness_compat[op5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndexUtils::test_ensure_index_from_sequences[data0-None-expected0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndexUtils::test_ensure_index_from_sequences[data1-names1-expected1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndexUtils::test_ensure_index_from_sequences[data2-None-expected2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::TestIndexUtils::test_ensure_index_from_sequences[data3-names3-expected3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index0-eq] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index0-ne] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index0-le] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index0-lt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index0-ge] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index0-gt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index0-add] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index0-radd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index0-sub] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index0-rsub] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index0-mul] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index0-rmul] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index0-truediv] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index0-rtruediv] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index0-floordiv] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index0-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index0-pow] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index0-rpow] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index0-mod] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index0-divmod] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index1-eq] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index1-ne] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index1-le] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index1-lt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index1-ge] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index1-gt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index1-add] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index1-radd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index1-sub] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index1-rsub] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index1-mul] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index1-rmul] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index1-truediv] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index1-rtruediv] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index1-floordiv] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index1-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index1-pow] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index1-rpow] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index1-mod] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index1-divmod] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[DatetimeIndex-eq] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[DatetimeIndex-ne] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[DatetimeIndex-le] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[DatetimeIndex-lt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[DatetimeIndex-ge] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[DatetimeIndex-gt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[DatetimeIndex-add] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[DatetimeIndex-radd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[DatetimeIndex-sub] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[DatetimeIndex-rsub] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[DatetimeIndex-mul] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[DatetimeIndex-rmul] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[DatetimeIndex-truediv] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[DatetimeIndex-rtruediv] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[DatetimeIndex-floordiv] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[DatetimeIndex-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[DatetimeIndex-pow] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[DatetimeIndex-rpow] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[DatetimeIndex-mod] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[DatetimeIndex-divmod] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[PeriodIndex-eq] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[PeriodIndex-ne] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[PeriodIndex-le] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[PeriodIndex-lt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[PeriodIndex-ge] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[PeriodIndex-gt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[PeriodIndex-add] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[PeriodIndex-radd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[PeriodIndex-sub] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[PeriodIndex-rsub] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[PeriodIndex-mul] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[PeriodIndex-rmul] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[PeriodIndex-truediv] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[PeriodIndex-rtruediv] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[PeriodIndex-floordiv] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[PeriodIndex-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[PeriodIndex-pow] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[PeriodIndex-rpow] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[PeriodIndex-mod] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[PeriodIndex-divmod] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[TimedeltaIndex-eq] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[TimedeltaIndex-ne] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[TimedeltaIndex-le] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[TimedeltaIndex-lt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[TimedeltaIndex-ge] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[TimedeltaIndex-gt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[TimedeltaIndex-add] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[TimedeltaIndex-radd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[TimedeltaIndex-sub] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[TimedeltaIndex-rsub] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[TimedeltaIndex-mul] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[TimedeltaIndex-rmul] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[TimedeltaIndex-truediv] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[TimedeltaIndex-rtruediv] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[TimedeltaIndex-floordiv] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[TimedeltaIndex-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[TimedeltaIndex-pow] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[TimedeltaIndex-rpow] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[TimedeltaIndex-mod] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[TimedeltaIndex-divmod] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index0-eq] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index0-ne] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index0-le] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index0-lt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index0-ge] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index0-gt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index0-add] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index0-radd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index0-sub] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index0-rsub] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index0-mul] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index0-rmul] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index0-truediv] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index0-rtruediv] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index0-floordiv] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index0-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index0-pow] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index0-rpow] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index0-mod] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index0-divmod] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[UInt64Index-eq] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[UInt64Index-ne] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[UInt64Index-le] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[UInt64Index-lt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[UInt64Index-ge] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[UInt64Index-gt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[UInt64Index-add] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[UInt64Index-radd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[UInt64Index-sub] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[UInt64Index-rsub] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[UInt64Index-mul] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[UInt64Index-rmul] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[UInt64Index-truediv] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[UInt64Index-rtruediv] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[UInt64Index-floordiv] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[UInt64Index-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[UInt64Index-pow] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[UInt64Index-rpow] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[UInt64Index-mod] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[UInt64Index-divmod] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Float64Index-eq] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Float64Index-ne] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Float64Index-le] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Float64Index-lt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Float64Index-ge] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Float64Index-gt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Float64Index-add] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Float64Index-radd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Float64Index-sub] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Float64Index-rsub] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Float64Index-mul] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Float64Index-rmul] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Float64Index-truediv] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Float64Index-rtruediv] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Float64Index-floordiv] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Float64Index-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Float64Index-pow] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Float64Index-rpow] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Float64Index-mod] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Float64Index-divmod] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index2-eq] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index2-ne] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index2-le] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index2-lt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index2-ge] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index2-gt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index2-add] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index2-radd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index2-sub] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index2-rsub] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index2-mul] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index2-rmul] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index2-truediv] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index2-rtruediv] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index2-floordiv] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index2-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index2-pow] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index2-rpow] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index2-mod] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index2-divmod] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[CategoricalIndex-eq] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[CategoricalIndex-ne] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[CategoricalIndex-le] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[CategoricalIndex-lt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[CategoricalIndex-ge] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[CategoricalIndex-gt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[CategoricalIndex-add] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[CategoricalIndex-radd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[CategoricalIndex-sub] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[CategoricalIndex-rsub] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[CategoricalIndex-mul] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[CategoricalIndex-rmul] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[CategoricalIndex-truediv] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[CategoricalIndex-rtruediv] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[CategoricalIndex-floordiv] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[CategoricalIndex-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[CategoricalIndex-pow] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[CategoricalIndex-rpow] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[CategoricalIndex-mod] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[CategoricalIndex-divmod] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index3-eq] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index3-ne] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index3-le] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index3-lt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index3-ge] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index3-gt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index3-add] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index3-radd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index3-sub] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index3-rsub] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index3-mul] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index3-rmul] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index3-truediv] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index3-rtruediv] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index3-floordiv] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index3-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index3-pow] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index3-rpow] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index3-mod] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index3-divmod] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[MultiIndex-eq] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[MultiIndex-ne] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[MultiIndex-le] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[MultiIndex-lt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[MultiIndex-ge] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[MultiIndex-gt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[MultiIndex-add] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[MultiIndex-radd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[MultiIndex-sub] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[MultiIndex-rsub] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[MultiIndex-mul] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[MultiIndex-rmul] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[MultiIndex-truediv] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[MultiIndex-rtruediv] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[MultiIndex-floordiv] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[MultiIndex-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[MultiIndex-pow] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[MultiIndex-rpow] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[MultiIndex-mod] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[MultiIndex-divmod] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index1-eq] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index1-ne] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index1-le] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index1-lt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index1-ge] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index1-gt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index1-add] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index1-radd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index1-sub] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index1-rsub] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index1-mul] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index1-rmul] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index1-truediv] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index1-rtruediv] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index1-floordiv] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index1-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index1-pow] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index1-rpow] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index1-mod] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index1-divmod] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_index_subclass_constructor_wrong_kwargs[makeDateIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_index_subclass_constructor_wrong_kwargs[makePeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_index_subclass_constructor_wrong_kwargs[makeTimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_index_subclass_constructor_wrong_kwargs[makeRangeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_index_subclass_constructor_wrong_kwargs[makeIntervalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_index_subclass_constructor_wrong_kwargs[makeCategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_base.py::test_index_subclass_constructor_wrong_kwargs[makeMultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_pickle_compat_construction PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_to_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_to_series_with_arguments PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_to_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_shift PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_create_index_existing_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_numeric_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_logical_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_boolean_context_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_get_indexer_consistency PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_ndarray_compat_properties PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_str PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_dtype_str[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_dtype_str[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_dtype_str[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_dtype_str[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_dtype_str[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_dtype_str[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_dtype_str[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_dtype_str[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_dtype_str[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_dtype_str[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_dtype_str[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_dtype_str[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_dtype_str[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_repr_max_seq_item_setting PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_wrong_number_names[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_wrong_number_names[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_wrong_number_names[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_wrong_number_names[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_wrong_number_names[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_wrong_number_names[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_wrong_number_names[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_wrong_number_names[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_wrong_number_names[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_wrong_number_names[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_wrong_number_names[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_wrong_number_names[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_wrong_number_names[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_set_name_methods[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_set_name_methods[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_set_name_methods[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_set_name_methods[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_set_name_methods[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_set_name_methods[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_set_name_methods[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_set_name_methods[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_set_name_methods[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_set_name_methods[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_set_name_methods[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_set_name_methods[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_set_name_methods[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_hash_error[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_hash_error[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_hash_error[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_hash_error[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_hash_error[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_hash_error[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_hash_error[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_hash_error[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_hash_error[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_hash_error[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_hash_error[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_hash_error[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_hash_error[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_copy_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_copy_and_deepcopy[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_copy_and_deepcopy[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_copy_and_deepcopy[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_copy_and_deepcopy[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_copy_and_deepcopy[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_copy_and_deepcopy[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_copy_and_deepcopy[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_copy_and_deepcopy[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_copy_and_deepcopy[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_copy_and_deepcopy[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_copy_and_deepcopy[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_copy_and_deepcopy[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_copy_and_deepcopy[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_unique[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_unique[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_unique[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_unique[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_unique[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_unique[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_unique[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_unique[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_unique[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_unique[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_unique[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_unique[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_unique[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_unique_na PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_get_unique_index[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_get_unique_index[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_get_unique_index[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_get_unique_index[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_get_unique_index[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_get_unique_index[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_get_unique_index[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_get_unique_index[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_get_unique_index[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_get_unique_index[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_get_unique_index[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_get_unique_index[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_get_unique_index[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_sort[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_sort[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_sort[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_sort[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_sort[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_sort[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_sort[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_sort[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_sort[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_sort[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_sort[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_sort[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_sort[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_mutability[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_mutability[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_mutability[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_mutability[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_mutability[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_mutability[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_mutability[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_mutability[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_mutability[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_mutability[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_mutability[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_mutability[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_mutability[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_view[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_view[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_view[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_view[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_view[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_view[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_view[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_view[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_view[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_view[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_view[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_view[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_view[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_compat[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_compat[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_compat[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_compat[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_compat[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_compat[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_compat[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_compat[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_compat[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_compat[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_compat[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_compat[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_compat[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_memory_usage PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_argsort PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_numpy_argsort PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_pickle[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_pickle[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_pickle[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_pickle[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_pickle[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_pickle[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_pickle[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_pickle[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_pickle[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_pickle[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_pickle[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_pickle[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_pickle[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_take PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_repeat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_numpy_repeat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_setops_errorcases PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_intersection_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_union_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_difference_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_symmetric_difference PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_insert_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_delete_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_equals PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_equals_op PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_numpy_ufuncs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_hasnans_isnans PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_fillna PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_nulls PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_join_self_unique[inner] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_join_self_unique[outer] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_join_self_unique[left] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_join_self_unique[right] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_searchsorted_monotonic[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_searchsorted_monotonic[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_searchsorted_monotonic[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_searchsorted_monotonic[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_searchsorted_monotonic[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_searchsorted_monotonic[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_searchsorted_monotonic[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_searchsorted_monotonic[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_searchsorted_monotonic[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_searchsorted_monotonic[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_searchsorted_monotonic[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_searchsorted_monotonic[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_searchsorted_monotonic[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_map_dictlike[<lambda>0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_map_dictlike[<lambda>1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_putmask_with_wrong_mask PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_can_hold_identifiers PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_construction PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_construction_with_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_construction_with_categorical_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_create_categorical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_disallow_set_ops PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_method_delegation PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_contains PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_min_max PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_map PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_map_with_categorical_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_where[list] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_where[tuple] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_where[klass2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_where[Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_append PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_append_to_another PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_insert PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_delete PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_astype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_astype_category[True-True-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_astype_category[True-True-foo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_astype_category[True-False-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_astype_category[True-False-foo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_astype_category[False-True-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_astype_category[False-True-foo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_astype_category[False-False-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_astype_category[False-False-foo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_reindex_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_reindexing PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_reindex_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_reindex_empty_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_is_monotonic[data0-non_lexsorted_data0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_is_monotonic[data1-non_lexsorted_data1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_is_unique[values0-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_is_unique[values1-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_is_unique[values2-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_is_unique[values3-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_duplicates PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_get_indexer PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_get_loc PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_repr_roundtrip PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_isin PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_identical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_ensure_copied_data PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_equals_categorical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_equals_categoridcal_unordered PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_string_categorical_index_repr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_fillna_categorical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_take_fill_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_take_fill_value_datetime PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_take_invalid_kwargs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_frozen.py::TestFrozenList::test_add PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_frozen.py::TestFrozenList::test_inplace PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_frozen.py::TestFrozenList::test_string_methods_dont_fail PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_frozen.py::TestFrozenList::test_tricky_container PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_frozen.py::TestFrozenList::test_no_mutable_funcs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_frozen.py::TestFrozenList::test_slicing_maintains_type PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_frozen.py::TestFrozenNDArray::test_shallow_copying PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_frozen.py::TestFrozenNDArray::test_values PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_frozen.py::TestFrozenNDArray::test_string_methods_dont_fail PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_frozen.py::TestFrozenNDArray::test_tricky_container PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_frozen.py::TestFrozenNDArray::test_no_mutable_funcs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_frozen.py::TestFrozenNDArray::test_slicing_maintains_type PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_pickle_compat_construction PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_to_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_to_series_with_arguments PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_shift PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_create_index_existing_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_numeric_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_logical_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_boolean_context_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_reindex_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_indexer_consistency PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_ndarray_compat_properties PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_dtype_str[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_dtype_str[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_dtype_str[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_dtype_str[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_dtype_str[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_dtype_str[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_dtype_str[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_dtype_str[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_dtype_str[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_dtype_str[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_dtype_str[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_dtype_str[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_dtype_str[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_repr_max_seq_item_setting PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_wrong_number_names[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_wrong_number_names[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_wrong_number_names[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_wrong_number_names[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_wrong_number_names[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_wrong_number_names[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_wrong_number_names[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_wrong_number_names[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_wrong_number_names[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_wrong_number_names[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_wrong_number_names[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_wrong_number_names[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_wrong_number_names[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_hash_error[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_hash_error[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_hash_error[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_hash_error[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_hash_error[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_hash_error[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_hash_error[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_hash_error[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_hash_error[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_hash_error[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_hash_error[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_hash_error[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_hash_error[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_copy_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_ensure_copied_data PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_copy_and_deepcopy[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_copy_and_deepcopy[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_copy_and_deepcopy[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_copy_and_deepcopy[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_copy_and_deepcopy[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_copy_and_deepcopy[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_copy_and_deepcopy[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_copy_and_deepcopy[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_copy_and_deepcopy[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_copy_and_deepcopy[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_copy_and_deepcopy[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_copy_and_deepcopy[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_copy_and_deepcopy[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_unique_na PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_sort[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_sort[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_sort[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_sort[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_sort[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_sort[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_sort[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_sort[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_sort[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_sort[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_sort[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_sort[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_sort[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_mutability[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_mutability[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_mutability[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_mutability[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_mutability[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_mutability[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_mutability[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_mutability[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_mutability[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_mutability[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_mutability[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_mutability[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_mutability[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_compat[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_compat[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_compat[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_compat[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_compat[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_compat[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_compat[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_compat[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_compat[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_compat[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_compat[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_compat[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_compat[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_memory_usage PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_numpy_argsort PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_pickle[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_pickle[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_pickle[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_pickle[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_pickle[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_pickle[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_pickle[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_pickle[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_pickle[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_pickle[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_pickle[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_pickle[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_pickle[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_take PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_take_invalid_kwargs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_setops_errorcases PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_intersection_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_union_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_difference_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_symmetric_difference PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_insert_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_delete_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_equals PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_equals_op PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_numpy_ufuncs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_hasnans_isnans PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_fillna PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_nulls PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_join_self_unique[inner] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_join_self_unique[outer] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_join_self_unique[left] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_join_self_unique[right] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_searchsorted_monotonic[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_searchsorted_monotonic[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_searchsorted_monotonic[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_searchsorted_monotonic[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_searchsorted_monotonic[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_searchsorted_monotonic[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_searchsorted_monotonic[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_searchsorted_monotonic[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_searchsorted_monotonic[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_searchsorted_monotonic[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_searchsorted_monotonic[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_searchsorted_monotonic[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_searchsorted_monotonic[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_map PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_map_dictlike[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_map_dictlike[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_putmask_with_wrong_mask PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_can_hold_identifiers PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_boolean_context_compat2 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_labels_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_where PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_where_array_like PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_repeat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_numpy_repeat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_set_name_methods PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_set_names_with_nlevel_1[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_set_names_with_nlevel_1[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_set_levels_labels_directly PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_set_levels PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_set_labels PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_set_levels_labels_names_bad_input PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_set_levels_categorical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_metadata_immutable PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_inplace_mutation_resets_values PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_copy_in_constructor PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_set_value_keeps_names PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_copy_names PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_names PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_astype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_astype_category[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_astype_category[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_constructor_single_level PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_constructor_no_levels PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_constructor_mismatched_label_levels PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_constructor_nonhashable_names PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_duplicate_level_names[names0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_duplicate_level_names[names1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_duplicate_level_names[names2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_duplicate_level_names_access_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_copy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_shallow_copy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_view PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_changing_names PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_level_number_integer PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_from_arrays PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_from_arrays_iterator PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_from_arrays_index_series_datetimetz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_from_arrays_index_series_timedelta PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_from_arrays_index_series_period PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_from_arrays_index_datetimelike_mixed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_from_arrays_index_series_categorical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_from_arrays_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_from_arrays_invalid_input PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_from_arrays_different_lengths PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_from_product PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_from_product_iterator PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_from_product_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_from_product_invalid_input PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_from_product_datetimeindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_from_product_index_series_categorical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_values_boxed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_values_multiindex_datetimeindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_values_multiindex_periodindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_append PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_append_mixed_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_level_values PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_level_values_int_with_na PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_level_values_na PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_level_values_all_na PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_reorder_levels PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_nlevels PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_iter PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_legacy_pickle SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_legacy_v2_unpickle SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_roundtrip_pickle_with_tz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_from_tuples_index_values PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_contains PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_contains_top_level PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_contains_with_nat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_is_all_dates PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_is_numeric PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_getitem PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_getitem_group_select PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_duplicates PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_value_duplicates PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_level PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_nan[nan-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_nan[nan-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_nan[null_val1-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_nan[null_val1-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_nan[None-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_nan[None-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_missing_nan PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_multiple_dtypes[int-int] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_multiple_dtypes[int-float] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_multiple_dtypes[int-bool] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_multiple_dtypes[int-str] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_multiple_dtypes[float-int] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_multiple_dtypes[float-float] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_multiple_dtypes[float-bool] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_multiple_dtypes[float-str] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_multiple_dtypes[bool-int] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_multiple_dtypes[bool-float] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_multiple_dtypes[bool-bool] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_multiple_dtypes[bool-str] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_multiple_dtypes[str-int] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_multiple_dtypes[str-float] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_multiple_dtypes[str-bool] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_multiple_dtypes[str-str] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_implicit_cast[dtypes0-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_implicit_cast[dtypes0-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_implicit_cast[dtypes1-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_implicit_cast[dtypes1-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_cast_bool PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_slice_locs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_slice_locs_with_type_mismatch PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_slice_locs_not_sorted PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_slice_locs_partial PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_slice_locs_not_contained PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_consistency PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_truncate PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_indexer PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_indexer_nearest PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_indexer_categorical_time PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_hash_collisions PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_format PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_format_integer_names PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_format_sparse_display PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_format_sparse_config PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_to_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_to_hierarchical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_bounds PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_equals_multi PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_equals_missing_values PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_identical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_is_ PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_union PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_intersection PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_sub PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_difference PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_from_tuples PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_from_tuples_iterator PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_from_tuples_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_argsort PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_sortlevel PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_sortlevel_not_sort_remaining PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_sortlevel_deterministic PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_dims PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_drop PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_droplevel_with_names PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_droplevel_multiple PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_drop_not_lexsorted PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_insert PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_take_preserve_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_take_fill_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_join_level[inner-other0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_join_level[inner-other1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_join_level[inner-other2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_join_level[outer-other0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_join_level[outer-other1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_join_level[outer-other2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_join_level[left-other0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_join_level[left-other1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_join_level[left-other2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_join_level[right-other0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_join_level[right-other1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_join_level[right-other2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_join_level_corner_case PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_join_self[inner] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_join_self[outer] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_join_self[left] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_join_self[right] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_join_multi PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_reindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_reindex_level PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_duplicates PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_duplicate_meta_data PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_unique_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_unique[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_unique[names1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_unique_level[0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_unique_level[first] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_unique_level[1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_unique_level[second] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_unique_datetimelike PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_tolist PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_repr_with_unicode_data PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_repr_roundtrip PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_str PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_unicode_string_with_unicode PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_bytestring_with_unicode PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_slice_keep_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_isna_behavior PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_level_setting_resets_attributes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_is_monotonic_increasing PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_is_monotonic_decreasing PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_is_strictly_monotonic_increasing PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_is_strictly_monotonic_decreasing PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_reconstruct_sort PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_reconstruct_remove_unused PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_remove_unused_nan[level10-level00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_remove_unused_nan[level10-level01] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_remove_unused_nan[level11-level00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_remove_unused_nan[level11-level01] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_remove_unused_levels_large[int64-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_remove_unused_levels_large[datetime64[D]-str] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_isin PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_isin_nan_not_pypy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_isin_nan_pypy SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_isin_level_kwarg PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_reindex_preserves_names_when_target_is_list_or_ndarray PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_reindex_lvl_preserves_names_when_target_is_list_or_array PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_reindex_lvl_preserves_type_if_target_is_empty_list_or_array PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_groupby PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_index_name_retained PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_equals_operator PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_large_multiindex_error PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_partial_string_timestamp_multiindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_rangeindex_fallback_coercion_bug PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_dropna PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_unsortedindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_unsortedindex_doc_examples PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_tuples_with_name_string PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_nan_stays_float PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_million_record_attribute_error PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_duplicate_multiindex_labels PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_multiindex_compare PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestIndexArithmeticWithTimedeltaScalar::test_index_mul_timedelta[scalar_td0-index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestIndexArithmeticWithTimedeltaScalar::test_index_mul_timedelta[scalar_td0-index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestIndexArithmeticWithTimedeltaScalar::test_index_mul_timedelta[scalar_td0-index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestIndexArithmeticWithTimedeltaScalar::test_index_mul_timedelta[scalar_td0-index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestIndexArithmeticWithTimedeltaScalar::test_index_mul_timedelta[scalar_td1-index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestIndexArithmeticWithTimedeltaScalar::test_index_mul_timedelta[scalar_td1-index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestIndexArithmeticWithTimedeltaScalar::test_index_mul_timedelta[scalar_td1-index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestIndexArithmeticWithTimedeltaScalar::test_index_mul_timedelta[scalar_td1-index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestIndexArithmeticWithTimedeltaScalar::test_index_mul_timedelta[scalar_td2-index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestIndexArithmeticWithTimedeltaScalar::test_index_mul_timedelta[scalar_td2-index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestIndexArithmeticWithTimedeltaScalar::test_index_mul_timedelta[scalar_td2-index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestIndexArithmeticWithTimedeltaScalar::test_index_mul_timedelta[scalar_td2-index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestIndexArithmeticWithTimedeltaScalar::test_index_rdiv_timedelta[scalar_td0-index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestIndexArithmeticWithTimedeltaScalar::test_index_rdiv_timedelta[scalar_td0-index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestIndexArithmeticWithTimedeltaScalar::test_index_rdiv_timedelta[scalar_td0-index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestIndexArithmeticWithTimedeltaScalar::test_index_rdiv_timedelta[scalar_td0-index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestIndexArithmeticWithTimedeltaScalar::test_index_rdiv_timedelta[scalar_td1-index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestIndexArithmeticWithTimedeltaScalar::test_index_rdiv_timedelta[scalar_td1-index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestIndexArithmeticWithTimedeltaScalar::test_index_rdiv_timedelta[scalar_td1-index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestIndexArithmeticWithTimedeltaScalar::test_index_rdiv_timedelta[scalar_td1-index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestIndexArithmeticWithTimedeltaScalar::test_index_rdiv_timedelta[scalar_td2-index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestIndexArithmeticWithTimedeltaScalar::test_index_rdiv_timedelta[scalar_td2-index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestIndexArithmeticWithTimedeltaScalar::test_index_rdiv_timedelta[scalar_td2-index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestIndexArithmeticWithTimedeltaScalar::test_index_rdiv_timedelta[scalar_td2-index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_pickle_compat_construction PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_to_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_to_series_with_arguments PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_to_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_shift PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_create_index_existing_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_logical_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_boolean_context_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_reindex_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_get_indexer_consistency PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_ndarray_compat_properties PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_str PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_dtype_str[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_dtype_str[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_dtype_str[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_dtype_str[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_dtype_str[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_dtype_str[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_dtype_str[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_dtype_str[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_dtype_str[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_dtype_str[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_dtype_str[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_dtype_str[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_dtype_str[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_repr_max_seq_item_setting PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_wrong_number_names[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_wrong_number_names[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_wrong_number_names[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_wrong_number_names[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_wrong_number_names[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_wrong_number_names[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_wrong_number_names[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_wrong_number_names[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_wrong_number_names[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_wrong_number_names[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_wrong_number_names[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_wrong_number_names[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_wrong_number_names[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_set_name_methods[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_set_name_methods[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_set_name_methods[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_set_name_methods[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_set_name_methods[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_set_name_methods[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_set_name_methods[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_set_name_methods[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_set_name_methods[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_set_name_methods[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_set_name_methods[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_set_name_methods[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_set_name_methods[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_hash_error[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_hash_error[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_hash_error[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_hash_error[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_hash_error[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_hash_error[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_hash_error[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_hash_error[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_hash_error[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_hash_error[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_hash_error[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_hash_error[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_hash_error[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_copy_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_ensure_copied_data PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_copy_and_deepcopy[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_copy_and_deepcopy[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_copy_and_deepcopy[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_copy_and_deepcopy[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_copy_and_deepcopy[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_copy_and_deepcopy[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_copy_and_deepcopy[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_copy_and_deepcopy[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_copy_and_deepcopy[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_copy_and_deepcopy[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_copy_and_deepcopy[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_copy_and_deepcopy[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_copy_and_deepcopy[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_duplicates[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_duplicates[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_duplicates[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_duplicates[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_duplicates[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_duplicates[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_duplicates[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_duplicates[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_duplicates[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_duplicates[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_duplicates[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_duplicates[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_duplicates[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_unique[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_unique[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_unique[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_unique[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_unique[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_unique[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_unique[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_unique[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_unique[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_unique[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_unique[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_unique[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_unique[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_unique_na PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_get_unique_index[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_get_unique_index[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_get_unique_index[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_get_unique_index[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_get_unique_index[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_get_unique_index[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_get_unique_index[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_get_unique_index[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_get_unique_index[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_get_unique_index[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_get_unique_index[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_get_unique_index[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_get_unique_index[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_sort[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_sort[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_sort[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_sort[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_sort[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_sort[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_sort[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_sort[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_sort[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_sort[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_sort[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_sort[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_sort[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mutability[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mutability[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mutability[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mutability[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mutability[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mutability[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mutability[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mutability[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mutability[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mutability[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mutability[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mutability[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mutability[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_view[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_view[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_view[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_view[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_view[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_view[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_view[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_view[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_view[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_view[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_view[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_view[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_view[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_compat[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_compat[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_compat[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_compat[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_compat[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_compat[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_compat[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_compat[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_compat[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_compat[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_compat[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_compat[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_compat[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_memory_usage PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_argsort PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_numpy_argsort PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_pickle[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_pickle[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_pickle[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_pickle[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_pickle[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_pickle[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_pickle[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_pickle[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_pickle[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_pickle[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_pickle[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_pickle[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_pickle[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_take PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_take_invalid_kwargs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_repeat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_numpy_repeat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_setops_errorcases PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_intersection_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_union_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_difference_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_symmetric_difference PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_insert_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_delete_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_equals PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_equals_op PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_numpy_ufuncs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_hasnans_isnans PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_fillna PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_nulls PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_join_self_unique[inner] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_join_self_unique[outer] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_join_self_unique[left] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_join_self_unique[right] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_searchsorted_monotonic[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_searchsorted_monotonic[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_searchsorted_monotonic[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_searchsorted_monotonic[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_searchsorted_monotonic[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_searchsorted_monotonic[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_searchsorted_monotonic[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_searchsorted_monotonic[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_searchsorted_monotonic[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_searchsorted_monotonic[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_searchsorted_monotonic[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_searchsorted_monotonic[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_searchsorted_monotonic[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_map PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_map_dictlike[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_map_dictlike[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_putmask_with_wrong_mask PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_astype_category[True-None-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_astype_category[True-None-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_astype_category[True-foo-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_astype_category[True-foo-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_astype_category[False-None-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_astype_category[False-None-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_astype_category[False-foo-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_astype_category[False-foo-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_can_hold_identifiers PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_numeric_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mul_int PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_rmul_int PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_div_int PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_floordiv_int PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mul_int_array PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mul_int_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mul_float_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mul_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mul_datelike_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mul_size_mismatch_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_divmod PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_pow_float PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_rpow_float PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_divmod_series xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_div_zero[zero0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_div_zero[zero1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_div_zero[zero2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_div_zero[zero3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_div_zero[zero4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_div_zero[zero5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_div_zero[zero6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_div_zero[zero7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_div_zero[zero8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_div_zero[0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_div_zero[0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_div_zero[zero11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_floordiv_zero[zero0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_floordiv_zero[zero1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_floordiv_zero[zero2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_floordiv_zero[zero3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_floordiv_zero[zero4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_floordiv_zero[zero5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_floordiv_zero[zero6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_floordiv_zero[zero7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_floordiv_zero[zero8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_floordiv_zero[0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_floordiv_zero[0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_floordiv_zero[zero11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mod_zero[zero0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mod_zero[zero1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mod_zero[zero2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mod_zero[zero3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mod_zero[zero4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mod_zero[zero5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mod_zero[zero6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mod_zero[zero7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mod_zero[zero8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mod_zero[0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mod_zero[0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mod_zero[zero11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_divmod_zero[zero0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_divmod_zero[zero1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_divmod_zero[zero2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_divmod_zero[zero3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_divmod_zero[zero4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_divmod_zero[zero5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_divmod_zero[zero6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_divmod_zero[zero7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_divmod_zero[zero8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_divmod_zero[0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_divmod_zero[0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_divmod_zero[zero11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_explicit_conversions PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_ufunc_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_index_groupby PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_modulo PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_where[list] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_where[tuple] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_where[klass2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_where[Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_insert PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_repr_roundtrip PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_constructor PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_constructor_invalid PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_constructor_coerce PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_constructor_explicit PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_astype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_equals_numeric PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_get_indexer PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_get_loc PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_get_loc_na PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_get_loc_missing_nan PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_contains_nans PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_contains_not_nans PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_doesnt_contain_all_the_things PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_nan_multiple_containment PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_astype_from_object PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_fillna_float64 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_take_fill_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_pickle_compat_construction PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_to_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_to_series_with_arguments PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_to_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_shift PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_create_index_existing_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_boolean_context_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_reindex_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_get_indexer_consistency PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_ndarray_compat_properties PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_repr_roundtrip PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_str PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_dtype_str[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_dtype_str[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_dtype_str[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_dtype_str[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_dtype_str[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_dtype_str[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_dtype_str[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_dtype_str[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_dtype_str[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_dtype_str[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_dtype_str[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_dtype_str[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_dtype_str[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_repr_max_seq_item_setting PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_wrong_number_names[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_wrong_number_names[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_wrong_number_names[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_wrong_number_names[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_wrong_number_names[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_wrong_number_names[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_wrong_number_names[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_wrong_number_names[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_wrong_number_names[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_wrong_number_names[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_wrong_number_names[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_wrong_number_names[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_wrong_number_names[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_set_name_methods[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_set_name_methods[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_set_name_methods[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_set_name_methods[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_set_name_methods[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_set_name_methods[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_set_name_methods[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_set_name_methods[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_set_name_methods[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_set_name_methods[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_set_name_methods[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_set_name_methods[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_set_name_methods[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_hash_error[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_hash_error[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_hash_error[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_hash_error[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_hash_error[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_hash_error[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_hash_error[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_hash_error[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_hash_error[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_hash_error[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_hash_error[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_hash_error[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_hash_error[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_copy_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_ensure_copied_data PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_copy_and_deepcopy[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_copy_and_deepcopy[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_copy_and_deepcopy[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_copy_and_deepcopy[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_copy_and_deepcopy[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_copy_and_deepcopy[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_copy_and_deepcopy[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_copy_and_deepcopy[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_copy_and_deepcopy[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_copy_and_deepcopy[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_copy_and_deepcopy[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_copy_and_deepcopy[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_copy_and_deepcopy[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_duplicates[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_duplicates[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_duplicates[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_duplicates[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_duplicates[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_duplicates[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_duplicates[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_duplicates[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_duplicates[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_duplicates[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_duplicates[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_duplicates[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_duplicates[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_unique[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_unique[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_unique[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_unique[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_unique[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_unique[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_unique[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_unique[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_unique[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_unique[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_unique[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_unique[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_unique[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_unique_na PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_get_unique_index[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_get_unique_index[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_get_unique_index[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_get_unique_index[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_get_unique_index[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_get_unique_index[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_get_unique_index[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_get_unique_index[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_get_unique_index[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_get_unique_index[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_get_unique_index[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_get_unique_index[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_get_unique_index[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_sort[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_sort[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_sort[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_sort[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_sort[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_sort[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_sort[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_sort[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_sort[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_sort[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_sort[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_sort[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_sort[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mutability[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mutability[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mutability[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mutability[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mutability[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mutability[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mutability[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mutability[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mutability[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mutability[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mutability[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mutability[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mutability[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_compat[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_compat[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_compat[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_compat[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_compat[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_compat[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_compat[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_compat[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_compat[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_compat[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_compat[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_compat[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_compat[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_memory_usage PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_argsort PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_numpy_argsort PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_pickle[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_pickle[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_pickle[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_pickle[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_pickle[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_pickle[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_pickle[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_pickle[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_pickle[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_pickle[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_pickle[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_pickle[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_pickle[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_take PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_take_invalid_kwargs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_repeat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_numpy_repeat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_setops_errorcases PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_intersection_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_union_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_difference_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_symmetric_difference PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_insert_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_delete_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_equals PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_equals_op PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_numpy_ufuncs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_hasnans_isnans PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_fillna PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_nulls PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_join_self_unique[inner] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_join_self_unique[outer] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_join_self_unique[left] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_join_self_unique[right] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_searchsorted_monotonic[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_searchsorted_monotonic[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_searchsorted_monotonic[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_searchsorted_monotonic[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_searchsorted_monotonic[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_searchsorted_monotonic[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_searchsorted_monotonic[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_searchsorted_monotonic[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_searchsorted_monotonic[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_searchsorted_monotonic[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_searchsorted_monotonic[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_searchsorted_monotonic[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_searchsorted_monotonic[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_map PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_map_dictlike[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_map_dictlike[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_putmask_with_wrong_mask PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_astype_category[True-None-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_astype_category[True-None-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_astype_category[True-foo-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_astype_category[True-foo-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_astype_category[False-None-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_astype_category[False-None-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_astype_category[False-foo-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_astype_category[False-foo-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_can_hold_identifiers PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_numeric_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mul_int PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_rmul_int PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_div_int PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_floordiv_int PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mul_int_array PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mul_int_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mul_float_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mul_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mul_datelike_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mul_size_mismatch_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_divmod PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_pow_float PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_rpow_float PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_divmod_series xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_div_zero[zero0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_div_zero[zero1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_div_zero[zero2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_div_zero[zero3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_div_zero[zero4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_div_zero[zero5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_div_zero[zero6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_div_zero[zero7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_div_zero[zero8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_div_zero[0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_div_zero[0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_div_zero[zero11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_floordiv_zero[zero0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_floordiv_zero[zero1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_floordiv_zero[zero2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_floordiv_zero[zero3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_floordiv_zero[zero4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_floordiv_zero[zero5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_floordiv_zero[zero6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_floordiv_zero[zero7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_floordiv_zero[zero8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_floordiv_zero[0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_floordiv_zero[0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_floordiv_zero[zero11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mod_zero[zero0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mod_zero[zero1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mod_zero[zero2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mod_zero[zero3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mod_zero[zero4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mod_zero[zero5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mod_zero[zero6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mod_zero[zero7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mod_zero[zero8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mod_zero[0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mod_zero[0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mod_zero[zero11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_divmod_zero[zero0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_divmod_zero[zero1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_divmod_zero[zero2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_divmod_zero[zero3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_divmod_zero[zero4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_divmod_zero[zero5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_divmod_zero[zero6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_divmod_zero[zero7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_divmod_zero[zero8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_divmod_zero[0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_divmod_zero[0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_divmod_zero[zero11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_explicit_conversions PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_ufunc_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_index_groupby PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_modulo PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_where[list] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_where[tuple] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_where[klass2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_where[Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_insert PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_view[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_view[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_view[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_view[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_view[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_view[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_view[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_view[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_view[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_view[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_view[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_view[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_view[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_is_monotonic PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_is_strictly_monotonic PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_logical_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_identical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_join_non_unique PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_join_self PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_union_noncomparable PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_cant_or_shouldnt_cast PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_view_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_prevent_casting PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_take_preserve_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_take_fill_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_slice_keep_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_ufunc_coercions PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_constructor PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_constructor_corner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_coerce_list PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_get_indexer PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_intersection PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_join_inner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_join_left PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_join_right PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_join_non_int_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_join_outer PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_pickle_compat_construction PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_to_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_to_series_with_arguments PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_to_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_shift PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_create_index_existing_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_boolean_context_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_reindex_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_get_indexer_consistency PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_ndarray_compat_properties PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_repr_roundtrip PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_str PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_dtype_str[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_dtype_str[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_dtype_str[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_dtype_str[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_dtype_str[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_dtype_str[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_dtype_str[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_dtype_str[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_dtype_str[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_dtype_str[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_dtype_str[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_dtype_str[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_dtype_str[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_repr_max_seq_item_setting PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_wrong_number_names[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_wrong_number_names[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_wrong_number_names[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_wrong_number_names[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_wrong_number_names[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_wrong_number_names[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_wrong_number_names[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_wrong_number_names[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_wrong_number_names[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_wrong_number_names[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_wrong_number_names[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_wrong_number_names[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_wrong_number_names[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_set_name_methods[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_set_name_methods[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_set_name_methods[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_set_name_methods[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_set_name_methods[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_set_name_methods[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_set_name_methods[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_set_name_methods[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_set_name_methods[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_set_name_methods[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_set_name_methods[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_set_name_methods[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_set_name_methods[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_hash_error[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_hash_error[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_hash_error[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_hash_error[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_hash_error[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_hash_error[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_hash_error[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_hash_error[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_hash_error[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_hash_error[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_hash_error[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_hash_error[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_hash_error[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_copy_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_ensure_copied_data PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_copy_and_deepcopy[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_copy_and_deepcopy[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_copy_and_deepcopy[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_copy_and_deepcopy[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_copy_and_deepcopy[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_copy_and_deepcopy[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_copy_and_deepcopy[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_copy_and_deepcopy[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_copy_and_deepcopy[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_copy_and_deepcopy[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_copy_and_deepcopy[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_copy_and_deepcopy[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_copy_and_deepcopy[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_duplicates[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_duplicates[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_duplicates[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_duplicates[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_duplicates[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_duplicates[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_duplicates[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_duplicates[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_duplicates[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_duplicates[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_duplicates[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_duplicates[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_duplicates[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_unique[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_unique[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_unique[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_unique[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_unique[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_unique[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_unique[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_unique[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_unique[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_unique[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_unique[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_unique[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_unique[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_unique_na PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_get_unique_index[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_get_unique_index[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_get_unique_index[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_get_unique_index[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_get_unique_index[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_get_unique_index[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_get_unique_index[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_get_unique_index[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_get_unique_index[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_get_unique_index[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_get_unique_index[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_get_unique_index[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_get_unique_index[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_sort[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_sort[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_sort[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_sort[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_sort[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_sort[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_sort[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_sort[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_sort[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_sort[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_sort[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_sort[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_sort[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mutability[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mutability[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mutability[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mutability[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mutability[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mutability[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mutability[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mutability[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mutability[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mutability[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mutability[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mutability[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mutability[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_compat[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_compat[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_compat[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_compat[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_compat[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_compat[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_compat[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_compat[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_compat[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_compat[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_compat[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_compat[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_compat[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_memory_usage PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_argsort PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_numpy_argsort PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_pickle[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_pickle[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_pickle[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_pickle[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_pickle[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_pickle[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_pickle[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_pickle[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_pickle[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_pickle[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_pickle[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_pickle[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_pickle[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_take PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_take_invalid_kwargs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_repeat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_numpy_repeat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_setops_errorcases PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_intersection_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_union_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_difference_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_symmetric_difference PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_insert_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_delete_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_equals PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_equals_op PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_numpy_ufuncs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_hasnans_isnans PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_fillna PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_nulls PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_join_self_unique[inner] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_join_self_unique[outer] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_join_self_unique[left] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_join_self_unique[right] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_searchsorted_monotonic[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_searchsorted_monotonic[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_searchsorted_monotonic[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_searchsorted_monotonic[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_searchsorted_monotonic[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_searchsorted_monotonic[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_searchsorted_monotonic[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_searchsorted_monotonic[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_searchsorted_monotonic[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_searchsorted_monotonic[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_searchsorted_monotonic[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_searchsorted_monotonic[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_searchsorted_monotonic[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_map PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_map_dictlike[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_map_dictlike[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_putmask_with_wrong_mask PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_astype_category[True-None-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_astype_category[True-None-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_astype_category[True-foo-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_astype_category[True-foo-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_astype_category[False-None-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_astype_category[False-None-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_astype_category[False-foo-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_astype_category[False-foo-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_can_hold_identifiers PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_numeric_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mul_int PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_rmul_int PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_div_int PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_floordiv_int PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mul_int_array PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mul_int_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mul_float_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mul_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mul_datelike_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mul_size_mismatch_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_divmod PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_pow_float PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_rpow_float PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_divmod_series xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_div_zero[zero0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_div_zero[zero1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_div_zero[zero2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_div_zero[zero3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_div_zero[zero4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_div_zero[zero5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_div_zero[zero6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_div_zero[zero7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_div_zero[zero8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_div_zero[0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_div_zero[0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_div_zero[zero11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_floordiv_zero[zero0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_floordiv_zero[zero1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_floordiv_zero[zero2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_floordiv_zero[zero3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_floordiv_zero[zero4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_floordiv_zero[zero5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_floordiv_zero[zero6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_floordiv_zero[zero7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_floordiv_zero[zero8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_floordiv_zero[0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_floordiv_zero[0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_floordiv_zero[zero11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mod_zero[zero0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mod_zero[zero1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mod_zero[zero2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mod_zero[zero3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mod_zero[zero4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mod_zero[zero5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mod_zero[zero6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mod_zero[zero7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mod_zero[zero8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mod_zero[0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mod_zero[0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mod_zero[zero11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_divmod_zero[zero0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_divmod_zero[zero1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_divmod_zero[zero2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_divmod_zero[zero3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_divmod_zero[zero4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_divmod_zero[zero5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_divmod_zero[zero6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_divmod_zero[zero7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_divmod_zero[zero8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_divmod_zero[0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_divmod_zero[0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_divmod_zero[zero11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_explicit_conversions PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_ufunc_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_index_groupby PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_modulo PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_where[list] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_where[tuple] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_where[klass2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_where[Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_insert PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_view[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_view[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_view[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_view[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_view[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_view[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_view[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_view[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_view[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_view[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_view[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_view[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_view[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_is_monotonic PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_is_strictly_monotonic PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_logical_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_identical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_join_non_unique PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_join_self PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_union_noncomparable PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_cant_or_shouldnt_cast PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_view_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_prevent_casting PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_take_preserve_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_take_fill_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_slice_keep_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_ufunc_coercions PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_constructor PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_get_indexer PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_intersection PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_join_inner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_join_left PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_join_right PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_join_non_int_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_join_outer PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_to_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_to_series_with_arguments PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_to_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_shift PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_create_index_existing_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_boolean_context_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_reindex_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_get_indexer_consistency PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_ndarray_compat_properties PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_str PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_dtype_str[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_dtype_str[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_dtype_str[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_dtype_str[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_dtype_str[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_dtype_str[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_dtype_str[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_dtype_str[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_dtype_str[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_dtype_str[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_dtype_str[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_dtype_str[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_dtype_str[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_repr_max_seq_item_setting PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_wrong_number_names[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_wrong_number_names[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_wrong_number_names[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_wrong_number_names[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_wrong_number_names[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_wrong_number_names[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_wrong_number_names[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_wrong_number_names[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_wrong_number_names[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_wrong_number_names[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_wrong_number_names[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_wrong_number_names[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_wrong_number_names[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_set_name_methods[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_set_name_methods[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_set_name_methods[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_set_name_methods[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_set_name_methods[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_set_name_methods[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_set_name_methods[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_set_name_methods[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_set_name_methods[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_set_name_methods[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_set_name_methods[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_set_name_methods[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_set_name_methods[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_hash_error[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_hash_error[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_hash_error[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_hash_error[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_hash_error[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_hash_error[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_hash_error[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_hash_error[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_hash_error[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_hash_error[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_hash_error[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_hash_error[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_hash_error[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_copy_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_ensure_copied_data PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_copy_and_deepcopy[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_copy_and_deepcopy[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_copy_and_deepcopy[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_copy_and_deepcopy[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_copy_and_deepcopy[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_copy_and_deepcopy[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_copy_and_deepcopy[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_copy_and_deepcopy[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_copy_and_deepcopy[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_copy_and_deepcopy[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_copy_and_deepcopy[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_copy_and_deepcopy[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_copy_and_deepcopy[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_unique[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_unique[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_unique[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_unique[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_unique[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_unique[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_unique[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_unique[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_unique[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_unique[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_unique[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_unique[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_unique[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_unique_na PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_get_unique_index[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_get_unique_index[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_get_unique_index[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_get_unique_index[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_get_unique_index[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_get_unique_index[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_get_unique_index[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_get_unique_index[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_get_unique_index[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_get_unique_index[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_get_unique_index[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_get_unique_index[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_get_unique_index[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_sort[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_sort[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_sort[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_sort[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_sort[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_sort[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_sort[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_sort[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_sort[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_sort[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_sort[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_sort[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_sort[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mutability[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mutability[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mutability[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mutability[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mutability[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mutability[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mutability[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mutability[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mutability[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mutability[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mutability[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mutability[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mutability[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_compat[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_compat[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_compat[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_compat[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_compat[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_compat[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_compat[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_compat[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_compat[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_compat[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_compat[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_compat[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_compat[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_memory_usage PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_argsort PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_numpy_argsort PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_pickle[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_pickle[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_pickle[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_pickle[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_pickle[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_pickle[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_pickle[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_pickle[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_pickle[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_pickle[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_pickle[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_pickle[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_pickle[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_take PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_take_invalid_kwargs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_repeat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_numpy_repeat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_setops_errorcases PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_intersection_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_union_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_difference_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_symmetric_difference PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_insert_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_delete_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_equals PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_equals_op PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_numpy_ufuncs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_hasnans_isnans PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_fillna PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_nulls PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_join_self_unique[inner] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_join_self_unique[outer] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_join_self_unique[left] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_join_self_unique[right] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_searchsorted_monotonic[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_searchsorted_monotonic[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_searchsorted_monotonic[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_searchsorted_monotonic[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_searchsorted_monotonic[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_searchsorted_monotonic[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_searchsorted_monotonic[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_searchsorted_monotonic[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_searchsorted_monotonic[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_searchsorted_monotonic[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_searchsorted_monotonic[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_searchsorted_monotonic[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_searchsorted_monotonic[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_map PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_map_dictlike[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_map_dictlike[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_putmask_with_wrong_mask PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_astype_category[True-None-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_astype_category[True-None-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_astype_category[True-foo-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_astype_category[True-foo-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_astype_category[False-None-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_astype_category[False-None-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_astype_category[False-foo-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_astype_category[False-foo-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_numeric_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mul_int PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_rmul_int PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_div_int PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_floordiv_int PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mul_int_array PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mul_int_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mul_float_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mul_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mul_datelike_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mul_size_mismatch_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_divmod PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_pow_float PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_rpow_float PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_divmod_series xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_div_zero[zero0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_div_zero[zero1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_div_zero[zero2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_div_zero[zero3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_div_zero[zero4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_div_zero[zero5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_div_zero[zero6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_div_zero[zero7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_div_zero[zero8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_div_zero[0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_div_zero[0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_div_zero[zero11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_floordiv_zero[zero0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_floordiv_zero[zero1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_floordiv_zero[zero2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_floordiv_zero[zero3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_floordiv_zero[zero4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_floordiv_zero[zero5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_floordiv_zero[zero6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_floordiv_zero[zero7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_floordiv_zero[zero8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_floordiv_zero[0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_floordiv_zero[0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_floordiv_zero[zero11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mod_zero[zero0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mod_zero[zero1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mod_zero[zero2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mod_zero[zero3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mod_zero[zero4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mod_zero[zero5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mod_zero[zero6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mod_zero[zero7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mod_zero[zero8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mod_zero[0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mod_zero[0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mod_zero[zero11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_divmod_zero[zero0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_divmod_zero[zero1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_divmod_zero[zero2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_divmod_zero[zero3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_divmod_zero[zero4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_divmod_zero[zero5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_divmod_zero[zero6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_divmod_zero[zero7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_divmod_zero[zero8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_divmod_zero[0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_divmod_zero[0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_divmod_zero[zero11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_index_groupby PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_modulo PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_where[list] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_where[tuple] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_where[klass2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_where[Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_can_hold_identifiers PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_binops PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_binops_pow PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_too_many_names PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_constructor PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_constructor_same PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_constructor_range PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_constructor_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_numeric_compat2 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_constructor_corner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_copy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_repr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_insert PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_delete PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_view[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_view[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_view[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_view[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_view[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_view[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_view[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_view[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_view[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_view[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_view[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_view[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_view[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_is_monotonic PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_equals_range PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_logical_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_identical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_get_indexer PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_get_indexer_pad PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_get_indexer_backfill PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_join_outer PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_join_inner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_join_left PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_join_right PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_join_non_int_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_join_non_unique PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_join_self PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_intersection PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_union_noncomparable PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_union PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_nbytes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_cant_or_shouldnt_cast PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_view_Index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_prevent_casting PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_take_preserve_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_take_fill_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_print_unicode_columns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_repr_roundtrip PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_slice_keep_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_explicit_conversions PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_duplicates PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_ufunc_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_extended_gcd PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_min_fitting_element PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_max_fitting_element PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_pickle_compat_construction PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_slice_specialised PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_len_specialised PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_append PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_max_min[0-400-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_max_min[500-0--6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_max_min[-1000000-1000000-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_max_min[1000000--1000000--4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_max_min[0-10-20] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[None-other0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[None-other1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[None-other2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[UTC-other0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[UTC-other1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[UTC-other2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[Asia/Tokyo-other0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[Asia/Tokyo-other1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[Asia/Tokyo-other2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[US/Eastern-other0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[US/Eastern-other1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[US/Eastern-other2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[dateutil/Asia/Singapore-other0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[dateutil/Asia/Singapore-other1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[dateutil/Asia/Singapore-other2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[dateutil/US/Pacific-other0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[dateutil/US/Pacific-other1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[dateutil/US/Pacific-other2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[None-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[None-nan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[None-other2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[UTC-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[UTC-nan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[UTC-other2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[Asia/Tokyo-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[Asia/Tokyo-nan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[Asia/Tokyo-other2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[US/Eastern-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[US/Eastern-nan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[US/Eastern-other2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[dateutil/Asia/Singapore-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[dateutil/Asia/Singapore-nan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[dateutil/Asia/Singapore-other2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[dateutil/US/Pacific-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[dateutil/US/Pacific-nan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[dateutil/US/Pacific-other2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[None-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[None-nan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[None-other2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[UTC-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[UTC-nan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[UTC-other2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[Asia/Tokyo-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[Asia/Tokyo-nan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[Asia/Tokyo-other2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[US/Eastern-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[US/Eastern-nan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[US/Eastern-other2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[dateutil/Asia/Singapore-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[dateutil/Asia/Singapore-nan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[dateutil/Asia/Singapore-other2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[dateutil/US/Pacific-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[dateutil/US/Pacific-nan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[dateutil/US/Pacific-other2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[None-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[None-nan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[UTC-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[UTC-nan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[Asia/Tokyo-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[Asia/Tokyo-nan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[US/Eastern-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[US/Eastern-nan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[dateutil/Asia/Singapore-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[dateutil/Asia/Singapore-nan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[dateutil/US/Pacific-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[dateutil/US/Pacific-nan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_nat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_nat_behaves_like_float_cmp_nan PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat[op0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat[op1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat[op2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat[op3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat[op4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat[op5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_nat_comparison_tzawareness[op0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_nat_comparison_tzawareness[op1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_nat_comparison_tzawareness[op2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_nat_comparison_tzawareness[op3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_nat_comparison_tzawareness[op4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_nat_comparison_tzawareness[op5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_int_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_list PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_sub_float[op0-3.14] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_sub_float[op0-other1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_sub_float[radd-3.14] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_sub_float[radd-other1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_sub_float[op2-3.14] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_sub_float[op2-other1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_sub_float[rsub-3.14] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_sub_float[rsub-other1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_timestamp_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_radd_timestamp_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_int[None-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_int[None-one1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_int[UTC-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_int[UTC-one1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_int[Asia/Tokyo-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_int[Asia/Tokyo-one1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_int[US/Eastern-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_int[US/Eastern-one1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_int[dateutil/Asia/Singapore-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_int[dateutil/Asia/Singapore-one1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_int[dateutil/US/Pacific-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_int[dateutil/US/Pacific-one1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_int[None-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_int[None-one1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_int[UTC-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_int[UTC-one1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_int[Asia/Tokyo-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_int[Asia/Tokyo-one1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_int[US/Eastern-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_int[US/Eastern-one1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_int[dateutil/Asia/Singapore-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_int[dateutil/Asia/Singapore-one1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_int[dateutil/US/Pacific-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_int[dateutil/US/Pacific-one1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_int[None-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_int[None-one1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_int[UTC-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_int[UTC-one1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_int[Asia/Tokyo-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_int[Asia/Tokyo-one1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_int[US/Eastern-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_int[US/Eastern-one1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_int[dateutil/Asia/Singapore-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_int[dateutil/Asia/Singapore-one1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_int[dateutil/US/Pacific-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_int[dateutil/US/Pacific-one1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_int[None-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_int[None-one1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_int[UTC-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_int[UTC-one1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_int[Asia/Tokyo-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_int[Asia/Tokyo-one1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_int[US/Eastern-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_int[US/Eastern-one1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_int[dateutil/Asia/Singapore-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_int[dateutil/Asia/Singapore-one1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_int[dateutil/US/Pacific-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_int[dateutil/US/Pacific-one1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_shift_tzaware[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_shift_tzaware[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_shift_tzaware[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_shift_tzaware[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_shift_tzaware[dateutil/Asia/Singapore] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_shift_tzaware[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_shift_freqs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_shift_int PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_shift_no_freq PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_shift_localized[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_shift_localized[dateutil/US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_timedeltalike[None-<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_timedeltalike[None-2:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_timedeltalike[None-2 hours] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_timedeltalike[None-0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_timedeltalike[UTC-<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_timedeltalike[UTC-2:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_timedeltalike[UTC-2 hours] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_timedeltalike[UTC-0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_timedeltalike[Asia/Tokyo-<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_timedeltalike[Asia/Tokyo-2:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_timedeltalike[Asia/Tokyo-2 hours] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_timedeltalike[Asia/Tokyo-0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_timedeltalike[US/Eastern-<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_timedeltalike[US/Eastern-2:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_timedeltalike[US/Eastern-2 hours] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_timedeltalike[US/Eastern-0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_timedeltalike[dateutil/Asia/Singapore-<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_timedeltalike[dateutil/Asia/Singapore-2:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_timedeltalike[dateutil/Asia/Singapore-2 hours] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_timedeltalike[dateutil/Asia/Singapore-0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_timedeltalike[dateutil/US/Pacific-<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_timedeltalike[dateutil/US/Pacific-2:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_timedeltalike[dateutil/US/Pacific-2 hours] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_timedeltalike[dateutil/US/Pacific-0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_timedeltalike[None-<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_timedeltalike[None-2:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_timedeltalike[None-2 hours] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_timedeltalike[None-0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_timedeltalike[UTC-<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_timedeltalike[UTC-2:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_timedeltalike[UTC-2 hours] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_timedeltalike[UTC-0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_timedeltalike[Asia/Tokyo-<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_timedeltalike[Asia/Tokyo-2:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_timedeltalike[Asia/Tokyo-2 hours] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_timedeltalike[Asia/Tokyo-0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_timedeltalike[US/Eastern-<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_timedeltalike[US/Eastern-2:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_timedeltalike[US/Eastern-2 hours] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_timedeltalike[US/Eastern-0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_timedeltalike[dateutil/Asia/Singapore-<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_timedeltalike[dateutil/Asia/Singapore-2:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_timedeltalike[dateutil/Asia/Singapore-2 hours] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_timedeltalike[dateutil/Asia/Singapore-0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_timedeltalike[dateutil/US/Pacific-<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_timedeltalike[dateutil/US/Pacific-2:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_timedeltalike[dateutil/US/Pacific-2 hours] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_timedeltalike[dateutil/US/Pacific-0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_timedeltalike[None-<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_timedeltalike[None-2:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_timedeltalike[None-2 hours] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_timedeltalike[None-0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_timedeltalike[UTC-<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_timedeltalike[UTC-2:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_timedeltalike[UTC-2 hours] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_timedeltalike[UTC-0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_timedeltalike[Asia/Tokyo-<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_timedeltalike[Asia/Tokyo-2:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_timedeltalike[Asia/Tokyo-2 hours] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_timedeltalike[Asia/Tokyo-0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_timedeltalike[US/Eastern-<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_timedeltalike[US/Eastern-2:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_timedeltalike[US/Eastern-2 hours] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_timedeltalike[US/Eastern-0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_timedeltalike[dateutil/Asia/Singapore-<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_timedeltalike[dateutil/Asia/Singapore-2:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_timedeltalike[dateutil/Asia/Singapore-2 hours] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_timedeltalike[dateutil/Asia/Singapore-0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_timedeltalike[dateutil/US/Pacific-<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_timedeltalike[dateutil/US/Pacific-2:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_timedeltalike[dateutil/US/Pacific-2 hours] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_timedeltalike[dateutil/US/Pacific-0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_timedeltalike[None-<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_timedeltalike[None-2:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_timedeltalike[None-2 hours] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_timedeltalike[None-0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_timedeltalike[UTC-<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_timedeltalike[UTC-2:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_timedeltalike[UTC-2 hours] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_timedeltalike[UTC-0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_timedeltalike[Asia/Tokyo-<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_timedeltalike[Asia/Tokyo-2:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_timedeltalike[Asia/Tokyo-2 hours] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_timedeltalike[Asia/Tokyo-0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_timedeltalike[US/Eastern-<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_timedeltalike[US/Eastern-2:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_timedeltalike[US/Eastern-2 hours] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_timedeltalike[US/Eastern-0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_timedeltalike[dateutil/Asia/Singapore-<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_timedeltalike[dateutil/Asia/Singapore-2:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_timedeltalike[dateutil/Asia/Singapore-2 hours] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_timedeltalike[dateutil/Asia/Singapore-0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_timedeltalike[dateutil/US/Pacific-<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_timedeltalike[dateutil/US/Pacific-2:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_timedeltalike[dateutil/US/Pacific-2 hours] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_timedeltalike[dateutil/US/Pacific-0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_tdi[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_tdi[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_tdi[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_tdi[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_tdi[dateutil/Asia/Singapore] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_tdi[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_tdi[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_tdi[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_tdi[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_tdi[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_tdi[dateutil/Asia/Singapore] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_tdi[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_tdi[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_tdi[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_tdi[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_tdi[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_tdi[dateutil/Asia/Singapore] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_tdi[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_tdi[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_tdi[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_tdi[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_tdi[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_tdi[dateutil/Asia/Singapore] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_tdi[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_add_datetimelike_and_dti[datetime] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_add_datetimelike_and_dti[DatetimeIndex0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_add_datetimelike_and_dti[DatetimeIndex1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_add_datetimelike_and_dti[datetime64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_add_datetimelike_and_dti[Timestamp] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_add_datetimelike_and_dti_tz[datetime] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_add_datetimelike_and_dti_tz[DatetimeIndex0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_add_datetimelike_and_dti_tz[DatetimeIndex1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_add_datetimelike_and_dti_tz[datetime64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_add_datetimelike_and_dti_tz[Timestamp] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_dt64_array_raises[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_dt64_array_raises[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_dt64_array_raises[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_dt64_array_raises[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_dt64_array_raises[dateutil/Asia/Singapore] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_dt64_array_raises[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_dt64_array_naive PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_dt64_array_aware_raises[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_dt64_array_aware_raises[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_dt64_array_aware_raises[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_dt64_array_aware_raises[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_dt64_array_aware_raises[dateutil/Asia/Singapore] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_dt64_array_aware_raises[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_td64_array[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_td64_array[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_td64_array[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_td64_array[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_td64_array[dateutil/Asia/Singapore] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_td64_array[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_td64_array[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_td64_array[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_td64_array[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_td64_array[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_td64_array[dateutil/Asia/Singapore] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_td64_array[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_sub_dti_dti PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_sub_period[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_sub_period[D] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_ufunc_coercions PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_datetimeindex_sub_timestamp_overflow PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_series[None-names0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_series[None-names1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_series[None-names2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_series[America/Chicago-names0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_series[America/Chicago-names1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_series[America/Chicago-names2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_offset_array[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_offset_array[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_offset_array[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_offset_array[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_offset_array[dateutil/Asia/Singapore] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_offset_array[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[None-names0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[None-names1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[None-names2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[UTC-names0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[UTC-names1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[UTC-names2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[Asia/Tokyo-names0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[Asia/Tokyo-names1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[Asia/Tokyo-names2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[US/Eastern-names0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[US/Eastern-names1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[US/Eastern-names2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[dateutil/Asia/Singapore-names0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[dateutil/Asia/Singapore-names1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[dateutil/Asia/Singapore-names2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[dateutil/US/Pacific-names0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[dateutil/US/Pacific-names1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[dateutil/US/Pacific-names2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_array[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_array[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_array[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_array[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_array[dateutil/Asia/Singapore] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_array[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[None-names0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[None-names1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[None-names2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[UTC-names0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[UTC-names1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[UTC-names2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[Asia/Tokyo-names0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[Asia/Tokyo-names1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[Asia/Tokyo-names2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[US/Eastern-names0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[US/Eastern-names1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[US/Eastern-names2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[dateutil/Asia/Singapore-names0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[dateutil/Asia/Singapore-names1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[dateutil/Asia/Singapore-names2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[dateutil/US/Pacific-names0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[dateutil/US/Pacific-names1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[dateutil/US/Pacific-names2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[None-names0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[None-names1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[None-names2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[UTC-names0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[UTC-names1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[UTC-names2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[Asia/Tokyo-names0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[Asia/Tokyo-names1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[Asia/Tokyo-names2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[US/Eastern-names0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[US/Eastern-names1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[US/Eastern-names2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[dateutil/Asia/Singapore-names0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[dateutil/Asia/Singapore-names1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[dateutil/Asia/Singapore-names2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[dateutil/US/Pacific-names0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[dateutil/US/Pacific-names1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[dateutil/US/Pacific-names2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_offset_tzaware[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_offset_tzaware[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_offset_tzaware[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_offset_tzaware[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_offset_array[Series-assert_series_equal] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_offset_array[DatetimeIndex-assert_index_equal] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets_relativedelta[Series-assert_series_equal] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets_relativedelta[DatetimeIndex-assert_index_equal] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-YearBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-cls_and_kwargs1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-YearEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-cls_and_kwargs3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-MonthBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-MonthEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-SemiMonthEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-SemiMonthBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-Week] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-cls_and_kwargs9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-BusinessDay] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-BDay] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-QuarterEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-QuarterBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-CustomBusinessDay] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-CDay] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-CBMonthEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-CBMonthBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-BMonthBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-BMonthEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-BusinessHour] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-BYearBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-BYearEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-BQuarterBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-cls_and_kwargs24] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-cls_and_kwargs25] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-cls_and_kwargs26] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-cls_and_kwargs27] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-Easter] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-cls_and_kwargs29] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-cls_and_kwargs30] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-YearBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-cls_and_kwargs1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-YearEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-cls_and_kwargs3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-MonthBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-MonthEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-SemiMonthEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-SemiMonthBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-Week] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-cls_and_kwargs9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-BusinessDay] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-BDay] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-QuarterEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-QuarterBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-CustomBusinessDay] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-CDay] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-CBMonthEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-CBMonthBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-BMonthBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-BMonthEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-BusinessHour] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-BYearBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-BYearEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-BQuarterBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-cls_and_kwargs24] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-cls_and_kwargs25] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-cls_and_kwargs26] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-cls_and_kwargs27] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-Easter] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-cls_and_kwargs29] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-cls_and_kwargs30] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-YearBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-cls_and_kwargs1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-YearEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-cls_and_kwargs3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-MonthBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-MonthEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-SemiMonthEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-SemiMonthBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-Week] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-cls_and_kwargs9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-BusinessDay] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-BDay] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-QuarterEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-QuarterBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-CustomBusinessDay] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-CDay] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-CBMonthEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-CBMonthBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-BMonthBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-BMonthEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-BusinessHour] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-BYearBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-BYearEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-BQuarterBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-cls_and_kwargs24] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-cls_and_kwargs25] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-cls_and_kwargs26] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-cls_and_kwargs27] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-Easter] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-cls_and_kwargs29] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-cls_and_kwargs30] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-YearBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-cls_and_kwargs1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-YearEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-cls_and_kwargs3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-MonthBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-MonthEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-SemiMonthEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-SemiMonthBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-Week] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-cls_and_kwargs9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-BusinessDay] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-BDay] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-QuarterEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-QuarterBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-CustomBusinessDay] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-CDay] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-CBMonthEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-CBMonthBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-BMonthBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-BMonthEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-BusinessHour] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-BYearBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-BYearEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-BQuarterBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-cls_and_kwargs24] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-cls_and_kwargs25] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-cls_and_kwargs26] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-cls_and_kwargs27] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-Easter] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-cls_and_kwargs29] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-cls_and_kwargs30] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_datetime64_with_DateOffset[Series-assert_series_equal] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_datetime64_with_DateOffset[DatetimeIndex-assert_index_equal] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_shift_months[-2--1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_shift_months[-2-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_shift_months[-2-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_shift_months[0--1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_shift_months[0-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_shift_months[0-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_shift_months[2--1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_shift_months[2-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_shift_months[2-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestDatetimeIndex::test_astype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestDatetimeIndex::test_astype_with_tz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestDatetimeIndex::test_astype_str_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestDatetimeIndex::test_astype_str PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestDatetimeIndex::test_astype_datetime64 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestDatetimeIndex::test_astype_object PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestDatetimeIndex::test_astype_object_tz[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestDatetimeIndex::test_astype_object_tz[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestDatetimeIndex::test_astype_object_with_nat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestDatetimeIndex::test_astype_raises[float] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestDatetimeIndex::test_astype_raises[timedelta64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestDatetimeIndex::test_astype_raises[timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestDatetimeIndex::test_astype_raises[datetime64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestDatetimeIndex::test_astype_raises[datetime64[D]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestDatetimeIndex::test_index_convert_to_datetime_array PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestDatetimeIndex::test_index_convert_to_datetime_array_explicit_pytz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestDatetimeIndex::test_index_convert_to_datetime_array_dateutil PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestToPeriod::test_to_period_millisecond PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestToPeriod::test_to_period_microsecond PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestToPeriod::test_to_period_tz_pytz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestToPeriod::test_to_period_tz_explicit_pytz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestToPeriod::test_to_period_tz_dateutil PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestToPeriod::test_to_period_nofreq PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_caching PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_index_with_mixed_timezones PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_index_with_mixed_timezones_with_NaT PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_dti_with_mixed_timezones PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_base_constructor PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_outofbounds PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_ndarray PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_constructor_coverage PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_constructor_datetime64_tzformat[AS] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_constructor_datetime64_tzformat[W-SUN] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_constructor_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_constructor_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_000constructor_resolution PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_disallow_setting_tz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_constructor_start_end_with_tz[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_constructor_start_end_with_tz[America/Los_Angeles] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_constructor_start_end_with_tz[tz2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_constructor_start_end_with_tz[tz3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_constructor_with_non_normalized_pytz[US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_constructor_with_non_normalized_pytz[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_constructor_with_non_normalized_pytz[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_constructor_timestamp_near_dst PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_dti_constructor_preserve_dti_freq PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_dti_constructor_years_only[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_dti_constructor_years_only[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_dti_constructor_years_only[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_dti_constructor_years_only[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_dti_constructor_years_only[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_dti_constructor_small_int[int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_dti_constructor_small_int[int32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_dti_constructor_small_int[int16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_dti_constructor_small_int[int8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_ctor_str_intraday PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_is_ PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_index_cast_datetime64_other_units PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_constructor_int64_nocopy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_from_freq_recreate_from_data[M] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_from_freq_recreate_from_data[Q] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_from_freq_recreate_from_data[A] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_from_freq_recreate_from_data[D] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_from_freq_recreate_from_data[B] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_from_freq_recreate_from_data[BH] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_from_freq_recreate_from_data[T] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_from_freq_recreate_from_data[S] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_from_freq_recreate_from_data[L] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_from_freq_recreate_from_data[U] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_from_freq_recreate_from_data[H] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_from_freq_recreate_from_data[N] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_from_freq_recreate_from_data[C] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_datetimeindex_constructor_misc PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestTimestampEquivDateRange::test_date_range_timestamp_equiv PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestTimestampEquivDateRange::test_date_range_timestamp_equiv_dateutil PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestTimestampEquivDateRange::test_date_range_timestamp_equiv_explicit_pytz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestTimestampEquivDateRange::test_date_range_timestamp_equiv_explicit_dateutil PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestTimestampEquivDateRange::test_date_range_timestamp_equiv_from_datetime_instance PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestTimestampEquivDateRange::test_date_range_timestamp_equiv_preserve_frequency PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_date_range_gen_error PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_begin_year_alias[AS] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_begin_year_alias[YS] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_end_year_alias[A] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_end_year_alias[Y] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_business_end_year_alias[BA] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_business_end_year_alias[BY] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_date_range_negative_freq PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_date_range_bms_bug PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_date_range_normalize PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_date_range_fy5252 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_date_range_ambiguous_arguments PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_date_range_convenience_periods PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_date_range_linspacing_tz[start4-end4-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_date_range_businesshour PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_range_misspecified PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_compat_replace[long] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_compat_replace[int] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_catch_infinite_loop PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_wom_len[1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_wom_len[2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_construct_over_dst PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestGenRangeGeneration::test_generate PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestGenRangeGeneration::test_generate_cday PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestGenRangeGeneration::test_1 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestGenRangeGeneration::test_2 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestGenRangeGeneration::test_3 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestGenRangeGeneration::test_precision_finer_than_offset PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestGenRangeGeneration::test_mismatching_tz_raises_err[start0-end0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestGenRangeGeneration::test_mismatching_tz_raises_err[start1-end1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestGenRangeGeneration::test_mismatching_tz_raises_err[start2-end2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestGenRangeGeneration::test_mismatching_tz_raises_err[start3-end3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestBusinessDateRange::test_constructor PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestBusinessDateRange::test_naive_aware_conflicts PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestBusinessDateRange::test_cached_range PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestBusinessDateRange::test_cached_range_bug PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestBusinessDateRange::test_timezone_comparaison_bug PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestBusinessDateRange::test_timezone_comparaison_assert PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestBusinessDateRange::test_misc PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestBusinessDateRange::test_date_parse_failure PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestBusinessDateRange::test_daterange_bug_456 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestBusinessDateRange::test_error_with_zero_monthends PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestBusinessDateRange::test_range_bug PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestBusinessDateRange::test_range_tz_pytz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestBusinessDateRange::test_range_tz_dst_straddle_pytz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestBusinessDateRange::test_range_tz_dateutil PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestBusinessDateRange::test_range_closed[1D] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestBusinessDateRange::test_range_closed[3D] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestBusinessDateRange::test_range_closed[2M] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestBusinessDateRange::test_range_closed[7W] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestBusinessDateRange::test_range_closed[3H] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestBusinessDateRange::test_range_closed[A] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestBusinessDateRange::test_range_closed_with_tz_aware_start_end PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestBusinessDateRange::test_range_closed_boundary[right] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestBusinessDateRange::test_range_closed_boundary[left] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestBusinessDateRange::test_range_closed_boundary[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestBusinessDateRange::test_years_only PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestBusinessDateRange::test_freq_divides_end_in_nanos PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestCustomDateRange::test_constructor PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestCustomDateRange::test_cached_range PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestCustomDateRange::test_misc PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestCustomDateRange::test_daterange_bug_456 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestCustomDateRange::test_cdaterange PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestCustomDateRange::test_cdaterange_weekmask PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestCustomDateRange::test_cdaterange_holidays PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestCustomDateRange::test_cdaterange_weekmask_and_holidays PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestCustomDateRange::test_all_custom_freq[CBMS] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestCustomDateRange::test_all_custom_freq[C] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestCustomDateRange::test_all_custom_freq[CBH] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestCustomDateRange::test_all_custom_freq[CBM] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_roundtrip_pickle_with_tz PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_time_loc PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_time_overflow_for_32bit_machines PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_nat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_week_of_month_frequency PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_hash_error PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_stringified_slice_with_tz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_append_join_nondatetimeindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_map PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_iteration_preserves_tz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_iteration_over_chunksize[0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_iteration_over_chunksize[9999] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_iteration_over_chunksize[10000] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_iteration_over_chunksize[10001] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_misc_coverage PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_string_index_series_name_converted PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_get_duplicates PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_argmin_argmax PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_sort_values PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_map_bug_1677 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_groupby_function_tuple_1677 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_append_numpy_bug_1681 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_isin PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_does_not_convert_mixed_integer PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_join_self[inner] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_join_self[outer] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_join_self[left] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_join_self[right] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_ns_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_join_with_period_index[inner] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_join_with_period_index[outer] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_join_with_period_index[left] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_join_with_period_index[right] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_factorize PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_factorize_tz[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_factorize_tz[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_factorize_tz[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_factorize_tz[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_factorize_tz[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_factorize_dst PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_unique[arr0-expected0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_unique[arr1-expected1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_to_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_to_series_with_arguments PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_to_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_create_index_existing_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_numeric_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_logical_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_boolean_context_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_reindex_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_get_indexer_consistency PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_ndarray_compat_properties PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_repr_roundtrip PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_dtype_str[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_dtype_str[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_dtype_str[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_dtype_str[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_dtype_str[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_dtype_str[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_dtype_str[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_dtype_str[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_dtype_str[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_dtype_str[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_dtype_str[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_dtype_str[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_dtype_str[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_repr_max_seq_item_setting PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_wrong_number_names[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_wrong_number_names[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_wrong_number_names[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_wrong_number_names[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_wrong_number_names[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_wrong_number_names[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_wrong_number_names[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_wrong_number_names[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_wrong_number_names[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_wrong_number_names[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_wrong_number_names[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_wrong_number_names[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_wrong_number_names[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_set_name_methods[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_set_name_methods[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_set_name_methods[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_set_name_methods[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_set_name_methods[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_set_name_methods[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_set_name_methods[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_set_name_methods[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_set_name_methods[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_set_name_methods[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_set_name_methods[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_set_name_methods[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_set_name_methods[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_hash_error[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_hash_error[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_hash_error[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_hash_error[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_hash_error[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_hash_error[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_hash_error[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_hash_error[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_hash_error[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_hash_error[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_hash_error[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_hash_error[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_hash_error[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_copy_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_ensure_copied_data PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_copy_and_deepcopy[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_copy_and_deepcopy[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_copy_and_deepcopy[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_copy_and_deepcopy[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_copy_and_deepcopy[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_copy_and_deepcopy[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_copy_and_deepcopy[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_copy_and_deepcopy[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_copy_and_deepcopy[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_copy_and_deepcopy[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_copy_and_deepcopy[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_copy_and_deepcopy[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_copy_and_deepcopy[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_duplicates[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_duplicates[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_duplicates[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_duplicates[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_duplicates[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_duplicates[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_duplicates[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_duplicates[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_duplicates[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_duplicates[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_duplicates[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_duplicates[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_duplicates[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_unique[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_unique[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_unique[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_unique[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_unique[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_unique[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_unique[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_unique[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_unique[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_unique[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_unique[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_unique[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_unique[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_unique_na PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_get_unique_index[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_get_unique_index[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_get_unique_index[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_get_unique_index[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_get_unique_index[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_get_unique_index[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_get_unique_index[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_get_unique_index[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_get_unique_index[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_get_unique_index[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_get_unique_index[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_get_unique_index[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_get_unique_index[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_sort[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_sort[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_sort[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_sort[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_sort[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_sort[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_sort[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_sort[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_sort[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_sort[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_sort[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_sort[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_sort[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_mutability[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_mutability[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_mutability[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_mutability[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_mutability[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_mutability[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_mutability[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_mutability[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_mutability[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_mutability[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_mutability[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_mutability[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_mutability[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_compat[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_compat[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_compat[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_compat[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_compat[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_compat[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_compat[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_compat[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_compat[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_compat[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_compat[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_compat[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_compat[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_memory_usage PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_argsort PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_numpy_argsort PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_pickle[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_pickle[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_pickle[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_pickle[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_pickle[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_pickle[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_pickle[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_pickle[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_pickle[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_pickle[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_pickle[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_pickle[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_pickle[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_take PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_take_invalid_kwargs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_repeat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_numpy_repeat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_where[list] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_where[tuple] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_where[klass2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_where[Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_setops_errorcases PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_intersection_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_union_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_difference_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_symmetric_difference PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_insert_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_delete_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_equals PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_equals_op PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_numpy_ufuncs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_hasnans_isnans PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_fillna PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_nulls PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_join_self_unique[inner] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_join_self_unique[outer] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_join_self_unique[left] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_join_self_unique[right] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_searchsorted_monotonic[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_searchsorted_monotonic[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_searchsorted_monotonic[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_searchsorted_monotonic[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_searchsorted_monotonic[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_searchsorted_monotonic[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_searchsorted_monotonic[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_searchsorted_monotonic[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_searchsorted_monotonic[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_searchsorted_monotonic[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_searchsorted_monotonic[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_searchsorted_monotonic[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_searchsorted_monotonic[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_map PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_putmask_with_wrong_mask PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_astype_category[True-None-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_astype_category[True-None-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_astype_category[True-foo-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_astype_category[True-foo-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_astype_category[False-None-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_astype_category[False-None-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_astype_category[False-foo-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_astype_category[False-foo-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_can_hold_identifiers PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_shift_identity PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_str PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_view[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_view[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_view[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_view[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_view[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_view[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_view[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_view[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_view[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_view[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_view[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_view[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_view[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_map_callable PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_map_dictlike[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_map_dictlike[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_asobject_deprecated PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_shift PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_pickle_compat_construction PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_intersection PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_union PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_formats.py::test_to_native_types PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_formats.py::TestDatetimeIndexRendering::test_dti_repr_short PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_formats.py::TestDatetimeIndexRendering::test_dti_representation[__repr__] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_formats.py::TestDatetimeIndexRendering::test_dti_representation[__unicode__] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_formats.py::TestDatetimeIndexRendering::test_dti_representation[__str__] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_formats.py::TestDatetimeIndexRendering::test_dti_representation_to_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_formats.py::TestDatetimeIndexRendering::test_dti_summary PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_formats.py::TestDatetimeIndexRendering::test_dti_business_repr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_formats.py::TestDatetimeIndexRendering::test_dti_business_summary PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_formats.py::TestDatetimeIndexRendering::test_dti_business_summary_pytz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_formats.py::TestDatetimeIndexRendering::test_dti_business_summary_dateutil PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_formats.py::TestDatetimeIndexRendering::test_dti_custom_business_repr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_formats.py::TestDatetimeIndexRendering::test_dti_custom_business_summary PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_formats.py::TestDatetimeIndexRendering::test_dti_custom_business_summary_pytz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_formats.py::TestDatetimeIndexRendering::test_dti_custom_business_summary_dateutil PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestGetItem::test_getitem PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestGetItem::test_dti_business_getitem PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestGetItem::test_dti_business_getitem_matplotlib_hackaround PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestGetItem::test_dti_custom_getitem PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestGetItem::test_dti_custom_getitem_matplotlib_hackaround PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestWhere::test_where_other PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestWhere::test_where_tz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestTake::test_take PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestTake::test_take_invalid_kwargs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestTake::test_take2[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestTake::test_take2[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestTake::test_take2[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestTake::test_take_fill_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestTake::test_take_fill_value_with_timezone PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestDatetimeIndex::test_insert_nat[None-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestDatetimeIndex::test_insert_nat[None-nan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestDatetimeIndex::test_insert_nat[None-null2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestDatetimeIndex::test_insert_nat[UTC-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestDatetimeIndex::test_insert_nat[UTC-nan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestDatetimeIndex::test_insert_nat[UTC-null2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestDatetimeIndex::test_insert_nat[US/Eastern-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestDatetimeIndex::test_insert_nat[US/Eastern-nan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestDatetimeIndex::test_insert_nat[US/Eastern-null2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestDatetimeIndex::test_insert PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestDatetimeIndex::test_delete PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestDatetimeIndex::test_delete_slice PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestDatetimeIndex::test_get_loc PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestDatetimeIndex::test_get_indexer PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestDatetimeIndex::test_reasonable_keyerror PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestTimeSeries::test_pass_datetimeindex_to_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestTimeSeries::test_range_edges PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetimeindex_accessors PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[C0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[C1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_nanosecond_field PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_missing.py::TestDatetimeIndex::test_fillna_datetime64[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_missing.py::TestDatetimeIndex::test_fillna_datetime64[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_ops_properties PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_ops_properties_basic PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_minmax_tz[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_minmax_tz[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_minmax_tz[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_minmax_tz[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_minmax_tz[dateutil/Asia/Singapore] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_minmax_tz[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_minmax_nat[min] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_minmax_nat[max] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_numpy_minmax PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_repeat_range[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_repeat_range[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_repeat_range[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_repeat_range[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_repeat_range[dateutil/Asia/Singapore] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_repeat_range[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_repeat[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_repeat[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_repeat[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_repeat[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_repeat[dateutil/Asia/Singapore] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_repeat[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_resolution[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_resolution[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_resolution[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_resolution[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_resolution[dateutil/Asia/Singapore] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_resolution[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_value_counts_unique[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_value_counts_unique[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_value_counts_unique[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_value_counts_unique[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_value_counts_unique[dateutil/Asia/Singapore] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_value_counts_unique[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_nonunique_contains PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_order_with_freq[idx0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_order_with_freq[idx1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_order_without_freq[None-index_dates0-expected_dates0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_order_without_freq[None-index_dates1-expected_dates1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_order_without_freq[None-index_dates2-expected_dates2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_order_without_freq[UTC-index_dates0-expected_dates0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_order_without_freq[UTC-index_dates1-expected_dates1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_order_without_freq[UTC-index_dates2-expected_dates2] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_drop_duplicates_metadata PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_drop_duplicates PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_infer_freq[A] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_infer_freq[2A] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_infer_freq[-2A] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_infer_freq[Q] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_infer_freq[-1Q] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_infer_freq[M] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_infer_freq[-1M] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_infer_freq[D] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_infer_freq[3D] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_infer_freq[-3D] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_infer_freq[W] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_infer_freq[-1W] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_infer_freq[H] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_infer_freq[2H] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_infer_freq[-2H] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_infer_freq[T] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_infer_freq[2T] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_infer_freq[S] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_infer_freq[-3S] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_nat_new PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_nat[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_nat[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_nat[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_nat[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_nat[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_equals PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_freq_setter[None-2D-values0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_freq_setter[None-2D-values1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_freq_setter[None-freq1-values0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_freq_setter[None-freq1-values1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_freq_setter[None-2B-values0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_freq_setter[None-2B-values1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_freq_setter[None-freq3-values0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_freq_setter[None-freq3-values1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_freq_setter[None-48H-values0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_freq_setter[None-48H-values1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_freq_setter[None-freq5-values0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_freq_setter[None-freq5-values1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_freq_setter[US/Eastern-2D-values0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_freq_setter[US/Eastern-2D-values1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_freq_setter[US/Eastern-freq1-values0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_freq_setter[US/Eastern-freq1-values1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_freq_setter[US/Eastern-2B-values0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_freq_setter[US/Eastern-2B-values1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_freq_setter[US/Eastern-freq3-values0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_freq_setter[US/Eastern-freq3-values1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_freq_setter[US/Eastern-48H-values0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_freq_setter[US/Eastern-48H-values1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_freq_setter[US/Eastern-freq5-values0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_freq_setter[US/Eastern-freq5-values1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_freq_setter_errors PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_offset_deprecated PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_binary_ops_docs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestBusinessDatetimeIndex::test_comparison PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestBusinessDatetimeIndex::test_pickle_unpickle PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestBusinessDatetimeIndex::test_copy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestBusinessDatetimeIndex::test_shift PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestBusinessDatetimeIndex::test_equals PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestBusinessDatetimeIndex::test_identical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestCustomDatetimeIndex::test_comparison PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestCustomDatetimeIndex::test_copy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestCustomDatetimeIndex::test_shift PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestCustomDatetimeIndex::test_pickle_unpickle PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestCustomDatetimeIndex::test_equals PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_dti_slicing PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_slice_keeps_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_slice_with_negative_step PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_slice_with_zero_step_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_slice_bounds_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_slice_duplicate_monotonic PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_monotone_DTI_indexing_bug PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_slice_year PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_slice_quarter PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_slice_month PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_partial_slice PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_partial_slice_daily PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_partial_slice_hourly PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_partial_slice_minutely PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_partial_slice_second_precision PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_partial_slicing_dataframe PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_partial_slicing_with_multiindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_partial_slice_doesnt_require_monotonicity PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_loc_datetime_length_one PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_selection_by_datetimelike[op0-expected0-datetimelike0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_selection_by_datetimelike[op0-expected0-datetimelike1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_selection_by_datetimelike[op0-expected0-datetimelike2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_selection_by_datetimelike[op1-expected1-datetimelike0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_selection_by_datetimelike[op1-expected1-datetimelike1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_selection_by_datetimelike[op1-expected1-datetimelike2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_selection_by_datetimelike[op2-expected2-datetimelike0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_selection_by_datetimelike[op2-expected2-datetimelike1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_selection_by_datetimelike[op2-expected2-datetimelike2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_selection_by_datetimelike[op3-expected3-datetimelike0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_selection_by_datetimelike[op3-expected3-datetimelike1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_selection_by_datetimelike[op3-expected3-datetimelike2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_dti_time PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_dti_date PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_dti_date_out_of_range PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_dti_timestamp_fields[dayofweek] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_dti_timestamp_fields[dayofyear] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_dti_timestamp_fields[week] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_dti_timestamp_fields[weekofyear] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_dti_timestamp_fields[quarter] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_dti_timestamp_fields[days_in_month] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_dti_timestamp_fields[is_month_start] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_dti_timestamp_fields[is_month_end] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_dti_timestamp_fields[is_quarter_start] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_dti_timestamp_fields[is_quarter_end] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_dti_timestamp_fields[is_year_start] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_dti_timestamp_fields[is_year_end] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_dti_timestamp_fields[weekday_name] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_dti_timestamp_freq_fields PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round_daily PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round[dateutil/Asia/Singapore] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_no_rounding_occurs[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_no_rounding_occurs[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_no_rounding_occurs[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_no_rounding_occurs[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_no_rounding_occurs[dateutil/Asia/Singapore] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_no_rounding_occurs[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[None-test_input0-floor-15s-expected0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[None-test_input1-ceil-15s-expected1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[None-test_input2-floor-10ns-expected2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[None-test_input3-ceil-10ns-expected3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[None-test_input4-floor-1s-expected4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[None-test_input5-ceil-1s-expected5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[None-test_input6-ceil-15T-expected6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[None-test_input7-floor-15T-expected7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[None-test_input8-ceil-3H-expected8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[None-test_input9-floor-3H-expected9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[None-test_input10-floor-1s-expected10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[None-test_input11-ceil-1s-expected11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[UTC-test_input0-floor-15s-expected0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[UTC-test_input1-ceil-15s-expected1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[UTC-test_input2-floor-10ns-expected2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[UTC-test_input3-ceil-10ns-expected3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[UTC-test_input4-floor-1s-expected4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[UTC-test_input5-ceil-1s-expected5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[UTC-test_input6-ceil-15T-expected6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[UTC-test_input7-floor-15T-expected7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[UTC-test_input8-ceil-3H-expected8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[UTC-test_input9-floor-3H-expected9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[UTC-test_input10-floor-1s-expected10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[UTC-test_input11-ceil-1s-expected11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[Asia/Tokyo-test_input0-floor-15s-expected0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[Asia/Tokyo-test_input1-ceil-15s-expected1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[Asia/Tokyo-test_input2-floor-10ns-expected2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[Asia/Tokyo-test_input3-ceil-10ns-expected3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[Asia/Tokyo-test_input4-floor-1s-expected4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[Asia/Tokyo-test_input5-ceil-1s-expected5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[Asia/Tokyo-test_input6-ceil-15T-expected6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[Asia/Tokyo-test_input7-floor-15T-expected7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[Asia/Tokyo-test_input8-ceil-3H-expected8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[Asia/Tokyo-test_input9-floor-3H-expected9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[Asia/Tokyo-test_input10-floor-1s-expected10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[Asia/Tokyo-test_input11-ceil-1s-expected11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[US/Eastern-test_input0-floor-15s-expected0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[US/Eastern-test_input1-ceil-15s-expected1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[US/Eastern-test_input2-floor-10ns-expected2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[US/Eastern-test_input3-ceil-10ns-expected3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[US/Eastern-test_input4-floor-1s-expected4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[US/Eastern-test_input5-ceil-1s-expected5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[US/Eastern-test_input6-ceil-15T-expected6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[US/Eastern-test_input7-floor-15T-expected7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[US/Eastern-test_input8-ceil-3H-expected8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[US/Eastern-test_input9-floor-3H-expected9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[US/Eastern-test_input10-floor-1s-expected10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[US/Eastern-test_input11-ceil-1s-expected11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[dateutil/Asia/Singapore-test_input0-floor-15s-expected0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[dateutil/Asia/Singapore-test_input1-ceil-15s-expected1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[dateutil/Asia/Singapore-test_input2-floor-10ns-expected2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[dateutil/Asia/Singapore-test_input3-ceil-10ns-expected3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[dateutil/Asia/Singapore-test_input4-floor-1s-expected4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[dateutil/Asia/Singapore-test_input5-ceil-1s-expected5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[dateutil/Asia/Singapore-test_input6-ceil-15T-expected6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[dateutil/Asia/Singapore-test_input7-floor-15T-expected7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[dateutil/Asia/Singapore-test_input8-ceil-3H-expected8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[dateutil/Asia/Singapore-test_input9-floor-3H-expected9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[dateutil/Asia/Singapore-test_input10-floor-1s-expected10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[dateutil/Asia/Singapore-test_input11-ceil-1s-expected11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[dateutil/US/Pacific-test_input0-floor-15s-expected0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[dateutil/US/Pacific-test_input1-ceil-15s-expected1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[dateutil/US/Pacific-test_input2-floor-10ns-expected2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[dateutil/US/Pacific-test_input3-ceil-10ns-expected3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[dateutil/US/Pacific-test_input4-floor-1s-expected4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[dateutil/US/Pacific-test_input5-ceil-1s-expected5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[dateutil/US/Pacific-test_input6-ceil-15T-expected6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[dateutil/US/Pacific-test_input7-floor-15T-expected7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[dateutil/US/Pacific-test_input8-ceil-3H-expected8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[dateutil/US/Pacific-test_input9-floor-3H-expected9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[dateutil/US/Pacific-test_input10-floor-1s-expected10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[dateutil/US/Pacific-test_input11-ceil-1s-expected11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_normalize PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDateTimeIndexToJulianDate::test_1700 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDateTimeIndexToJulianDate::test_2000 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDateTimeIndexToJulianDate::test_hour PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDateTimeIndexToJulianDate::test_minute PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDateTimeIndexToJulianDate::test_second PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union2 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union[dateutil/Asia/Singapore] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union_coverage PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union_bug_1730 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union_bug_1745 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union_bug_4564 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union_freq_both_none PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union_dataframe_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union_with_DatetimeIndex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_intersection2 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_intersection[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_intersection[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_intersection[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_intersection[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_intersection_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_intersection_bug_1708 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_difference[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_difference[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_difference[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_difference[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_difference[dateutil/Asia/Singapore] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_difference[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_difference_freq PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_datetimeindex_diff PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_datetimeindex_union_join_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_join_nonunique PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestBusinessDatetimeIndex::test_union PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestBusinessDatetimeIndex::test_outer_join PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestBusinessDatetimeIndex::test_union_not_cacheable PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestBusinessDatetimeIndex::test_intersection PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestBusinessDatetimeIndex::test_intersection_bug PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestBusinessDatetimeIndex::test_month_range_union_tz_pytz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestBusinessDatetimeIndex::test_month_range_union_tz_dateutil PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestCustomDatetimeIndex::test_union PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestCustomDatetimeIndex::test_outer_join PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestCustomDatetimeIndex::test_intersection_bug PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_tz_convert_nat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_convert_compat_timestamp[] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_convert_compat_timestamp[dateutil/] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_convert_hour_overflow_dst PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_convert_dst PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_tz_convert_roundtrip[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_tz_convert_roundtrip[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_tz_convert_roundtrip[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_tz_convert_roundtrip[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_convert_tzlocal PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_tz_convert_unsorted[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_tz_convert_unsorted[dateutil/US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_nonexistent_raise_coerce PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_ambiguous_infer[tz0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_ambiguous_infer[tz1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_ambiguous_times[tz0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_ambiguous_times[tz1] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize[] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize[dateutil/] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_utc_conversion[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_utc_conversion[dateutil/US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_utc_conversion[tz2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_utc_conversion[tz3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_roundtrip[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_roundtrip[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_roundtrip[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_roundtrip[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_naive PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_tzlocal PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_ambiguous_nat[tz0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_ambiguous_nat[tz1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_ambiguous_flags[tz0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_ambiguous_flags[tz1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_construction_ambiguous_endpoint[Europe/London] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_construction_ambiguous_endpoint[dateutil/Europe/London] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_bdate_range PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_normalize_tz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_normalize_tz_local[US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_normalize_tz_local[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_normalize_tz_local[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_normalize_tz_local[Asia/Kolkata] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_normalize_tz_local[Asia/Shanghai] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_normalize_tz_local[Australia/Canberra] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_constructor_static_tzinfo[] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_constructor_static_tzinfo[dateutil/] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_constructor_with_fixed_tz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_convert_datetime_list[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_convert_datetime_list[dateutil/US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_construction_univalent PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_from_tzaware_datetime[tz0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_from_tzaware_datetime[tz1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_constructors[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_constructors[dateutil/US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_join_utc_convert[inner] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_join_utc_convert[outer] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_join_utc_convert[left] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_join_utc_convert[right] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_date_accessor[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_date_accessor[datetime64[ns, CET]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_date_accessor[datetime64[ns, EST]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_date_accessor[datetime64[ns, UTC]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_time_accessor[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_time_accessor[datetime64[ns, CET]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_time_accessor[datetime64[ns, EST]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_time_accessor[datetime64[ns, UTC]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_drop_dont_lose_tz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_date_range_localize PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_timestamp_equality_different_timezones PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_intersection PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_equals_with_tz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_nat[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_nat[dateutil/US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_astype_asobject_tzinfos[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_astype_asobject_tzinfos[dateutil/US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_with_timezone_repr[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_with_timezone_repr[dateutil/US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_take_dont_lose_meta[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_take_dont_lose_meta[dateutil/US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_utc_box_timestamp_and_localize[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_utc_box_timestamp_and_localize[dateutil/US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_to_pydatetime PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_to_pydatetime_fizedtz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_with_tz[tz0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_with_tz[tz1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_field_access_localize[] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_field_access_localize[dateutil/] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_convert_tz_aware_datetime_datetime[tz0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_convert_tz_aware_datetime_datetime[tz1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_union_aware PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_iteration_preserves_nanoseconds[None] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_iteration_preserves_nanoseconds[UTC] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_iteration_preserves_nanoseconds[US/Central] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_iteration_preserves_nanoseconds[tz3] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDateRange::test_hongkong_tz_convert PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDateRange::test_date_range_span_dst_transition[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDateRange::test_date_range_span_dst_transition[dateutil/US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDateRange::test_date_range_timezone_str_argument[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDateRange::test_date_range_timezone_str_argument[dateutil/US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDateRange::test_date_range_with_fixedoffset_noname PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDateRange::test_date_range_with_tz[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDateRange::test_date_range_with_tz[dateutil/US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestToDatetime::test_to_datetime_utc PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestToDatetime::test_to_datetime_fixed_offset PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestTimeConversionFormats::test_to_datetime_format[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestTimeConversionFormats::test_to_datetime_format[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestTimeConversionFormats::test_to_datetime_format_YYYYMMDD[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestTimeConversionFormats::test_to_datetime_format_YYYYMMDD[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestTimeConversionFormats::test_to_datetime_format_integer[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestTimeConversionFormats::test_to_datetime_format_integer[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestTimeConversionFormats::test_to_datetime_format_microsecond[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestTimeConversionFormats::test_to_datetime_format_microsecond[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestTimeConversionFormats::test_to_datetime_format_time[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestTimeConversionFormats::test_to_datetime_format_time[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestTimeConversionFormats::test_to_datetime_with_non_exact[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestTimeConversionFormats::test_to_datetime_with_non_exact[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestTimeConversionFormats::test_parse_nanoseconds_with_formula[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestTimeConversionFormats::test_parse_nanoseconds_with_formula[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestTimeConversionFormats::test_to_datetime_format_weeks[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestTimeConversionFormats::test_to_datetime_format_weeks[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_pydatetime PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_YYYYMMDD PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_unparseable_ignore PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_now PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_today PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_today_now_unicode_bytes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_dt64s[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_dt64s[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_array_of_dt64s[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_array_of_dt64s[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_tz[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_tz[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_tz_pytz[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_tz_pytz[False] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_tz_psycopg2[True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_tz_psycopg2[False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_datetime_bool[True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_datetime_bool[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_datetime_invalid_datatype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[list-True-%Y%m%d %H:%M:%S-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[list-True-%Y%m%d %H:%M:%S-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[list-True-None-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[list-True-None-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[list-False-%Y%m%d %H:%M:%S-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[list-False-%Y%m%d %H:%M:%S-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[list-False-None-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[list-False-None-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[tuple-True-%Y%m%d %H:%M:%S-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[tuple-True-%Y%m%d %H:%M:%S-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[tuple-True-None-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[tuple-True-None-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[tuple-False-%Y%m%d %H:%M:%S-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[tuple-False-%Y%m%d %H:%M:%S-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[tuple-False-None-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[tuple-False-None-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[constructor2-True-%Y%m%d %H:%M:%S-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[constructor2-True-%Y%m%d %H:%M:%S-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[constructor2-True-None-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[constructor2-True-None-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[constructor2-False-%Y%m%d %H:%M:%S-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[constructor2-False-%Y%m%d %H:%M:%S-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[constructor2-False-None-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[constructor2-False-None-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[Index-True-%Y%m%d %H:%M:%S-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[Index-True-%Y%m%d %H:%M:%S-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[Index-True-None-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[Index-True-None-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[Index-False-%Y%m%d %H:%M:%S-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[Index-False-%Y%m%d %H:%M:%S-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[Index-False-None-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[Index-False-None-None] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache_series[None-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache_series[None-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache_scalar PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeUnit::test_unit[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeUnit::test_unit[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeUnit::test_unit_consistency[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeUnit::test_unit_consistency[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeUnit::test_unit_with_numeric[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeUnit::test_unit_with_numeric[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeUnit::test_unit_mixed[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeUnit::test_unit_mixed[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeUnit::test_unit_rounding[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeUnit::test_unit_rounding[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeUnit::test_dataframe[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeUnit::test_dataframe[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeUnit::test_dataframe_dtypes[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeUnit::test_dataframe_dtypes[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_to_datetime_barely_out_of_bounds PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_to_datetime_iso8601[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_to_datetime_iso8601[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_to_datetime_default[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_to_datetime_default[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_to_datetime_on_datetime64_series[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_to_datetime_on_datetime64_series[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_to_datetime_with_space_in_series[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_to_datetime_with_space_in_series[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_to_datetime_with_apply[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_to_datetime_with_apply[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_to_datetime_types[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_to_datetime_types[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_to_datetime_unprocessable_input[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_to_datetime_unprocessable_input[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_to_datetime_other_datetime64_units PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_to_datetime_list_of_integers PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_to_datetime_overflow PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_string_na_nat_conversion[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_string_na_nat_conversion[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_dti_constructor_numpy_timeunits[True-datetime64[h]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_dti_constructor_numpy_timeunits[True-datetime64[m]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_dti_constructor_numpy_timeunits[True-datetime64[s]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_dti_constructor_numpy_timeunits[True-datetime64[ms]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_dti_constructor_numpy_timeunits[True-datetime64[us]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_dti_constructor_numpy_timeunits[True-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_dti_constructor_numpy_timeunits[False-datetime64[h]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_dti_constructor_numpy_timeunits[False-datetime64[m]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_dti_constructor_numpy_timeunits[False-datetime64[s]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_dti_constructor_numpy_timeunits[False-datetime64[ms]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_dti_constructor_numpy_timeunits[False-datetime64[us]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_dti_constructor_numpy_timeunits[False-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_dayfirst[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_dayfirst[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestGuessDatetimeFormat::test_guess_datetime_format_for_array SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeInferFormat::test_to_datetime_infer_datetime_format_consistent_format[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeInferFormat::test_to_datetime_infer_datetime_format_consistent_format[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeInferFormat::test_to_datetime_infer_datetime_format_inconsistent_format[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeInferFormat::test_to_datetime_infer_datetime_format_inconsistent_format[False] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeInferFormat::test_to_datetime_iso8601_noleading_0s[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeInferFormat::test_to_datetime_iso8601_noleading_0s[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDaysInMonth::test_day_not_in_month_coerce[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDaysInMonth::test_day_not_in_month_coerce[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDaysInMonth::test_day_not_in_month_raise[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDaysInMonth::test_day_not_in_month_raise[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDaysInMonth::test_day_not_in_month_ignore[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDaysInMonth::test_day_not_in_month_ignore[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers_dayfirst_yearfirst[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers_dayfirst_yearfirst[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers_timestring[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers_timestring[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers_time PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers_timezone_minute_offsets_roundtrip[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers_timezone_minute_offsets_roundtrip[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::test_normalize_date PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_to_basic PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_julian_round_trip PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_invalid_unit[D] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_invalid_unit[s] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_invalid_unit[ms] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_invalid_unit[us] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_invalid_unit[ns] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_invalid_origin PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[D-epochs0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[D-epochs1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[D-epochs2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[D-1960-01-01 00:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[s-epochs0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[s-epochs1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[s-epochs2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[s-1960-01-01 00:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[ms-epochs0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[ms-epochs1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[ms-epochs2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[ms-1960-01-01 00:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[us-epochs0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[us-epochs1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[us-epochs2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[us-1960-01-01 00:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[ns-epochs0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[ns-epochs1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[ns-epochs2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[ns-1960-01-01 00:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_invalid_origins[D-random_string-ValueError] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_invalid_origins[D-epoch-ValueError] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_invalid_origins[D-13-24-1990-ValueError] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_invalid_origins[D-origin3-OutOfBoundsDatetime] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_invalid_origins[s-random_string-ValueError] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_invalid_origins[s-epoch-ValueError] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_invalid_origins[s-13-24-1990-ValueError] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_invalid_origins[s-origin3-OutOfBoundsDatetime] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_invalid_origins[ms-random_string-ValueError] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_invalid_origins[ms-epoch-ValueError] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_invalid_origins[ms-13-24-1990-ValueError] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_invalid_origins[ms-origin3-OutOfBoundsDatetime] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_invalid_origins[us-random_string-ValueError] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_invalid_origins[us-epoch-ValueError] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_invalid_origins[us-13-24-1990-ValueError] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_invalid_origins[us-origin3-OutOfBoundsDatetime] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_invalid_origins[ns-random_string-ValueError] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_invalid_origins[ns-epoch-ValueError] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_invalid_origins[ns-13-24-1990-ValueError] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_invalid_origins[ns-origin3-OutOfBoundsDatetime] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_invalid_origins_tzinfo PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_processing_order PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_astype_idempotent[index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_astype_idempotent[index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_astype_object[index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_astype_object[index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_astype_category[index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_astype_category[index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_astype_cannot_cast[index0-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_astype_cannot_cast[index0-uint64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_astype_cannot_cast[index0-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_astype_cannot_cast[index0-complex128] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_astype_cannot_cast[index0-period[M]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_astype_cannot_cast[index0-timedelta64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_astype_cannot_cast[index0-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_astype_cannot_cast[index0-datetime64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_astype_cannot_cast[index0-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_astype_cannot_cast[index0-datetime64[ns, US/Eastern]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_astype_cannot_cast[index1-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_astype_cannot_cast[index1-uint64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_astype_cannot_cast[index1-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_astype_cannot_cast[index1-complex128] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_astype_cannot_cast[index1-period[M]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_astype_cannot_cast[index1-timedelta64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_astype_cannot_cast[index1-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_astype_cannot_cast[index1-datetime64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_astype_cannot_cast[index1-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_astype_cannot_cast[index1-datetime64[ns, US/Eastern]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_astype_invalid_dtype[index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_astype_invalid_dtype[index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_subtype_conversion[index0-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_subtype_conversion[index0-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_subtype_conversion[index0-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_subtype_conversion[index1-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_subtype_conversion[index1-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_subtype_conversion[index1-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_subtype_integer[int64-uint64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_subtype_integer[uint64-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_subtype_integer_errors xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_astype_idempotent[index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_astype_idempotent[index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_astype_object[index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_astype_object[index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_astype_category[index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_astype_category[index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_astype_cannot_cast[index0-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_astype_cannot_cast[index0-uint64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_astype_cannot_cast[index0-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_astype_cannot_cast[index0-complex128] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_astype_cannot_cast[index0-period[M]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_astype_cannot_cast[index0-timedelta64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_astype_cannot_cast[index0-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_astype_cannot_cast[index0-datetime64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_astype_cannot_cast[index0-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_astype_cannot_cast[index0-datetime64[ns, US/Eastern]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_astype_cannot_cast[index1-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_astype_cannot_cast[index1-uint64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_astype_cannot_cast[index1-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_astype_cannot_cast[index1-complex128] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_astype_cannot_cast[index1-period[M]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_astype_cannot_cast[index1-timedelta64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_astype_cannot_cast[index1-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_astype_cannot_cast[index1-datetime64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_astype_cannot_cast[index1-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_astype_cannot_cast[index1-datetime64[ns, US/Eastern]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_astype_invalid_dtype[index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_astype_invalid_dtype[index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_subtype_integer[int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_subtype_integer[uint64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_subtype_integer_errors xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_subtype_datetimelike[index0-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_subtype_datetimelike[index0-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_subtype_datetimelike[index1-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_subtype_datetimelike[index1-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_idempotent[index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_idempotent[index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_idempotent[index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_idempotent[index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_idempotent[index4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_object[index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_object[index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_object[index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_object[index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_object[index4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_category[index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_category[index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_category[index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_category[index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_category[index4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index0-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index0-uint64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index0-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index0-complex128] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index0-period[M]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index0-timedelta64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index0-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index0-datetime64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index0-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index0-datetime64[ns, US/Eastern]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index1-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index1-uint64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index1-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index1-complex128] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index1-period[M]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index1-timedelta64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index1-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index1-datetime64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index1-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index1-datetime64[ns, US/Eastern]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index2-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index2-uint64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index2-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index2-complex128] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index2-period[M]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index2-timedelta64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index2-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index2-datetime64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index2-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index2-datetime64[ns, US/Eastern]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index3-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index3-uint64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index3-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index3-complex128] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index3-period[M]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index3-timedelta64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index3-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index3-datetime64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index3-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index3-datetime64[ns, US/Eastern]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index4-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index4-uint64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index4-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index4-complex128] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index4-period[M]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index4-timedelta64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index4-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index4-datetime64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index4-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index4-datetime64[ns, US/Eastern]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_invalid_dtype[index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_invalid_dtype[index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_invalid_dtype[index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_invalid_dtype[index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_invalid_dtype[index4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_subtype_integer[index0-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_subtype_integer[index0-uint64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_subtype_integer[index1-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_subtype_integer[index1-uint64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_subtype_integer[index2-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_subtype_integer[index2-uint64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_subtype_integer[index3-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_subtype_integer[index3-uint64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_subtype_integer[index4-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_subtype_integer[index4-uint64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_subtype_float[index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_subtype_float[index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_subtype_float[index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_subtype_float[index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_subtype_float[index4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_subtype_datetimelike PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[left-None-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[left-None-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[left-None-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[left-None-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[left-None-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[left-None-breaks5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[left-None-breaks6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[left-foo-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[left-foo-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[left-foo-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[left-foo-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[left-foo-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[left-foo-breaks5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[left-foo-breaks6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[right-None-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[right-None-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[right-None-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[right-None-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[right-None-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[right-None-breaks5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[right-None-breaks6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[right-foo-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[right-foo-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[right-foo-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[right-foo-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[right-foo-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[right-foo-breaks5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[right-foo-breaks6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[both-None-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[both-None-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[both-None-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[both-None-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[both-None-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[both-None-breaks5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[both-None-breaks6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[both-foo-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[both-foo-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[both-foo-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[both-foo-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[both-foo-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[both-foo-breaks5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[both-foo-breaks6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[neither-None-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[neither-None-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[neither-None-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[neither-None-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[neither-None-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[neither-None-breaks5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[neither-None-breaks6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[neither-foo-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[neither-foo-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[neither-foo-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[neither-foo-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[neither-foo-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[neither-foo-breaks5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[neither-foo-breaks6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_dtype[breaks0-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_dtype[breaks1-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_dtype[breaks2-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_dtype[breaks3-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_dtype[breaks4-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_dtype[breaks5-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_nan[left-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_nan[left-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_nan[left-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_nan[right-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_nan[right-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_nan[right-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_nan[both-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_nan[both-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_nan[both-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_nan[neither-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_nan[neither-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_nan[neither-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_empty[left-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_empty[left-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_empty[left-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_empty[left-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_empty[left-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_empty[right-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_empty[right-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_empty[right-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_empty[right-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_empty[right-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_empty[both-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_empty[both-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_empty[both-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_empty[both-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_empty[both-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_empty[neither-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_empty[neither-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_empty[neither-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_empty[neither-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_empty[neither-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_string[breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_string[breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_string[breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_string[breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_categorical_valid[Categorical] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_categorical_valid[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_generic_errors PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_errors PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_mixed_float_int[int64-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_mixed_float_int[float64-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[left-None-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[left-None-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[left-None-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[left-None-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[left-None-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[left-None-breaks5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[left-None-breaks6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[left-foo-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[left-foo-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[left-foo-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[left-foo-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[left-foo-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[left-foo-breaks5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[left-foo-breaks6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[right-None-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[right-None-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[right-None-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[right-None-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[right-None-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[right-None-breaks5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[right-None-breaks6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[right-foo-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[right-foo-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[right-foo-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[right-foo-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[right-foo-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[right-foo-breaks5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[right-foo-breaks6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[both-None-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[both-None-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[both-None-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[both-None-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[both-None-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[both-None-breaks5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[both-None-breaks6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[both-foo-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[both-foo-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[both-foo-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[both-foo-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[both-foo-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[both-foo-breaks5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[both-foo-breaks6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[neither-None-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[neither-None-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[neither-None-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[neither-None-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[neither-None-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[neither-None-breaks5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[neither-None-breaks6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[neither-foo-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[neither-foo-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[neither-foo-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[neither-foo-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[neither-foo-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[neither-foo-breaks5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[neither-foo-breaks6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_dtype[breaks0-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_dtype[breaks1-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_dtype[breaks2-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_dtype[breaks3-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_dtype[breaks4-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_dtype[breaks5-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_nan[left-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_nan[left-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_nan[left-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_nan[right-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_nan[right-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_nan[right-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_nan[both-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_nan[both-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_nan[both-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_nan[neither-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_nan[neither-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_nan[neither-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_empty[left-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_empty[left-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_empty[left-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_empty[left-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_empty[left-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_empty[right-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_empty[right-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_empty[right-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_empty[right-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_empty[right-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_empty[both-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_empty[both-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_empty[both-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_empty[both-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_empty[both-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_empty[neither-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_empty[neither-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_empty[neither-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_empty[neither-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_empty[neither-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_string[breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_string[breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_string[breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_string[breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_categorical_valid[Categorical] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_categorical_valid[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_generic_errors PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_errors PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_length_one PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[left-None-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[left-None-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[left-None-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[left-None-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[left-None-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[left-None-breaks5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[left-None-breaks6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[left-foo-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[left-foo-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[left-foo-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[left-foo-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[left-foo-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[left-foo-breaks5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[left-foo-breaks6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[right-None-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[right-None-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[right-None-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[right-None-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[right-None-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[right-None-breaks5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[right-None-breaks6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[right-foo-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[right-foo-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[right-foo-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[right-foo-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[right-foo-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[right-foo-breaks5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[right-foo-breaks6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[both-None-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[both-None-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[both-None-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[both-None-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[both-None-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[both-None-breaks5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[both-None-breaks6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[both-foo-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[both-foo-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[both-foo-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[both-foo-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[both-foo-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[both-foo-breaks5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[both-foo-breaks6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[neither-None-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[neither-None-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[neither-None-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[neither-None-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[neither-None-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[neither-None-breaks5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[neither-None-breaks6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[neither-foo-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[neither-foo-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[neither-foo-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[neither-foo-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[neither-foo-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[neither-foo-breaks5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[neither-foo-breaks6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_dtype[breaks0-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_dtype[breaks1-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_dtype[breaks2-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_dtype[breaks3-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_dtype[breaks4-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_dtype[breaks5-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_nan[left-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_nan[left-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_nan[left-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_nan[right-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_nan[right-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_nan[right-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_nan[both-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_nan[both-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_nan[both-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_nan[neither-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_nan[neither-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_nan[neither-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_empty[left-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_empty[left-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_empty[left-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_empty[left-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_empty[left-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_empty[right-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_empty[right-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_empty[right-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_empty[right-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_empty[right-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_empty[both-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_empty[both-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_empty[both-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_empty[both-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_empty[both-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_empty[neither-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_empty[neither-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_empty[neither-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_empty[neither-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_empty[neither-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_string[breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_string[breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_string[breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_string[breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_categorical_valid[Categorical] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_categorical_valid[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_generic_errors PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_errors PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_na_tuples PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-left-None-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-left-None-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-left-None-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-left-None-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-left-None-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-left-None-breaks5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-left-None-breaks6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-left-foo-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-left-foo-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-left-foo-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-left-foo-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-left-foo-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-left-foo-breaks5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-left-foo-breaks6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-right-None-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-right-None-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-right-None-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-right-None-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-right-None-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-right-None-breaks5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-right-None-breaks6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-right-foo-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-right-foo-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-right-foo-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-right-foo-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-right-foo-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-right-foo-breaks5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-right-foo-breaks6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-both-None-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-both-None-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-both-None-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-both-None-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-both-None-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-both-None-breaks5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-both-None-breaks6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-both-foo-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-both-foo-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-both-foo-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-both-foo-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-both-foo-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-both-foo-breaks5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-both-foo-breaks6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-neither-None-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-neither-None-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-neither-None-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-neither-None-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-neither-None-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-neither-None-breaks5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-neither-None-breaks6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-neither-foo-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-neither-foo-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-neither-foo-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-neither-foo-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-neither-foo-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-neither-foo-breaks5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-neither-foo-breaks6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-left-None-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-left-None-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-left-None-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-left-None-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-left-None-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-left-None-breaks5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-left-None-breaks6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-left-foo-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-left-foo-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-left-foo-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-left-foo-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-left-foo-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-left-foo-breaks5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-left-foo-breaks6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-right-None-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-right-None-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-right-None-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-right-None-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-right-None-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-right-None-breaks5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-right-None-breaks6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-right-foo-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-right-foo-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-right-foo-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-right-foo-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-right-foo-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-right-foo-breaks5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-right-foo-breaks6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-both-None-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-both-None-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-both-None-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-both-None-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-both-None-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-both-None-breaks5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-both-None-breaks6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-both-foo-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-both-foo-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-both-foo-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-both-foo-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-both-foo-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-both-foo-breaks5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-both-foo-breaks6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-neither-None-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-neither-None-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-neither-None-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-neither-None-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-neither-None-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-neither-None-breaks5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-neither-None-breaks6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-neither-foo-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-neither-foo-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-neither-foo-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-neither-foo-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-neither-foo-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-neither-foo-breaks5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-neither-foo-breaks6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_dtype[IntervalIndex-breaks0-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_dtype[IntervalIndex-breaks1-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_dtype[IntervalIndex-breaks2-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_dtype[IntervalIndex-breaks3-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_dtype[IntervalIndex-breaks4-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_dtype[IntervalIndex-breaks5-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_dtype[Index-breaks0-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_dtype[Index-breaks1-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_dtype[Index-breaks2-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_dtype[Index-breaks3-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_dtype[Index-breaks4-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_dtype[Index-breaks5-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_nan[IntervalIndex-left-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_nan[IntervalIndex-left-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_nan[IntervalIndex-left-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_nan[IntervalIndex-right-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_nan[IntervalIndex-right-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_nan[IntervalIndex-right-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_nan[IntervalIndex-both-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_nan[IntervalIndex-both-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_nan[IntervalIndex-both-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_nan[IntervalIndex-neither-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_nan[IntervalIndex-neither-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_nan[IntervalIndex-neither-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_nan[Index-left-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_nan[Index-left-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_nan[Index-left-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_nan[Index-right-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_nan[Index-right-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_nan[Index-right-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_nan[Index-both-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_nan[Index-both-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_nan[Index-both-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_nan[Index-neither-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_nan[Index-neither-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_nan[Index-neither-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[IntervalIndex-left-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[IntervalIndex-left-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[IntervalIndex-left-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[IntervalIndex-left-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[IntervalIndex-left-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[IntervalIndex-right-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[IntervalIndex-right-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[IntervalIndex-right-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[IntervalIndex-right-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[IntervalIndex-right-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[IntervalIndex-both-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[IntervalIndex-both-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[IntervalIndex-both-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[IntervalIndex-both-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[IntervalIndex-both-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[IntervalIndex-neither-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[IntervalIndex-neither-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[IntervalIndex-neither-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[IntervalIndex-neither-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[IntervalIndex-neither-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[Index-left-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[Index-left-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[Index-left-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[Index-left-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[Index-left-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[Index-right-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[Index-right-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[Index-right-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[Index-right-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[Index-right-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[Index-both-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[Index-both-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[Index-both-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[Index-both-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[Index-both-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[Index-neither-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[Index-neither-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[Index-neither-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[Index-neither-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[Index-neither-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_string[IntervalIndex-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_string[IntervalIndex-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_string[IntervalIndex-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_string[IntervalIndex-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_string[Index-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_string[Index-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_string[Index-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_string[Index-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_categorical_valid[IntervalIndex-Categorical] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_categorical_valid[IntervalIndex-CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_categorical_valid[Index-Categorical] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_categorical_valid[Index-CategoricalIndex] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_generic_errors[IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_generic_errors[Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_errors[IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_errors[Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[left-None-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[left-None-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[left-None-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[left-None-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[left-None-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[left-None-breaks5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[left-None-breaks6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[left-foo-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[left-foo-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[left-foo-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[left-foo-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[left-foo-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[left-foo-breaks5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[left-foo-breaks6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[right-None-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[right-None-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[right-None-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[right-None-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[right-None-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[right-None-breaks5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[right-None-breaks6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[right-foo-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[right-foo-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[right-foo-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[right-foo-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[right-foo-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[right-foo-breaks5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[right-foo-breaks6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[both-None-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[both-None-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[both-None-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[both-None-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[both-None-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[both-None-breaks5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[both-None-breaks6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[both-foo-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[both-foo-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[both-foo-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[both-foo-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[both-foo-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[both-foo-breaks5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[both-foo-breaks6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[neither-None-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[neither-None-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[neither-None-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[neither-None-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[neither-None-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[neither-None-breaks5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[neither-None-breaks6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[neither-foo-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[neither-foo-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[neither-foo-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[neither-foo-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[neither-foo-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[neither-foo-breaks5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[neither-foo-breaks6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_dtype[breaks0-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_dtype[breaks1-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_dtype[breaks2-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_dtype[breaks3-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_dtype[breaks4-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_dtype[breaks5-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_nan[left-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_nan[left-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_nan[left-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_nan[right-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_nan[right-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_nan[right-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_nan[both-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_nan[both-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_nan[both-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_nan[neither-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_nan[neither-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_nan[neither-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_empty[left-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_empty[left-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_empty[left-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_empty[left-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_empty[left-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_empty[right-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_empty[right-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_empty[right-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_empty[right-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_empty[right-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_empty[both-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_empty[both-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_empty[both-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_empty[both-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_empty[both-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_empty[neither-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_empty[neither-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_empty[neither-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_empty[neither-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_empty[neither-breaks4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_string[breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_string[breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_string[breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_string[breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_categorical_valid[Categorical] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_categorical_valid[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_generic_errors PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_errors PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_deprecated PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_pickle_compat_construction PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_to_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_to_series_with_arguments PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_to_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_shift PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_create_index_existing_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_numeric_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_logical_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_boolean_context_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_reindex_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_indexer_consistency PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_ndarray_compat_properties PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_str PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_dtype_str[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_dtype_str[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_dtype_str[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_dtype_str[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_dtype_str[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_dtype_str[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_dtype_str[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_dtype_str[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_dtype_str[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_dtype_str[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_dtype_str[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_dtype_str[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_dtype_str[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_wrong_number_names[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_wrong_number_names[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_wrong_number_names[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_wrong_number_names[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_wrong_number_names[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_wrong_number_names[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_wrong_number_names[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_wrong_number_names[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_wrong_number_names[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_wrong_number_names[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_wrong_number_names[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_wrong_number_names[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_wrong_number_names[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_name_methods[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_name_methods[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_name_methods[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_name_methods[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_name_methods[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_name_methods[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_name_methods[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_name_methods[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_name_methods[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_name_methods[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_name_methods[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_name_methods[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_name_methods[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_hash_error[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_hash_error[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_hash_error[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_hash_error[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_hash_error[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_hash_error[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_hash_error[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_hash_error[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_hash_error[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_hash_error[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_hash_error[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_hash_error[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_hash_error[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_copy_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_copy_and_deepcopy[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_copy_and_deepcopy[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_copy_and_deepcopy[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_copy_and_deepcopy[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_copy_and_deepcopy[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_copy_and_deepcopy[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_copy_and_deepcopy[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_copy_and_deepcopy[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_copy_and_deepcopy[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_copy_and_deepcopy[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_copy_and_deepcopy[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_copy_and_deepcopy[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_copy_and_deepcopy[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_duplicates[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_duplicates[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_duplicates[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_duplicates[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_duplicates[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_duplicates[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_duplicates[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_duplicates[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_duplicates[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_duplicates[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_duplicates[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_duplicates[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_duplicates[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_unique_na PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_unique_index[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_unique_index[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_unique_index[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_unique_index[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_unique_index[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_unique_index[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_unique_index[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_unique_index[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_unique_index[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_unique_index[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_unique_index[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_unique_index[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_unique_index[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_sort[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_sort[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_sort[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_sort[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_sort[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_sort[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_sort[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_sort[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_sort[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_sort[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_sort[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_sort[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_sort[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_mutability[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_mutability[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_mutability[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_mutability[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_mutability[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_mutability[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_mutability[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_mutability[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_mutability[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_mutability[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_mutability[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_mutability[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_mutability[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_view[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_view[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_view[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_view[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_view[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_view[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_view[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_view[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_view[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_view[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_view[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_view[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_view[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_compat[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_compat[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_compat[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_compat[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_compat[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_compat[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_compat[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_compat[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_compat[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_compat[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_compat[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_compat[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_compat[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_memory_usage PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_argsort PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_numpy_argsort PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_pickle[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_pickle[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_pickle[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_pickle[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_pickle[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_pickle[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_pickle[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_pickle[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_pickle[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_pickle[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_pickle[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_pickle[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_pickle[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_take_invalid_kwargs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_repeat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_numpy_repeat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_setops_errorcases PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_intersection_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_union_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_difference_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_insert_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_delete_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_equals_op PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_numpy_ufuncs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_hasnans_isnans PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_fillna PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_nulls PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_join_self_unique[inner] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_join_self_unique[outer] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_join_self_unique[left] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_join_self_unique[right] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_searchsorted_monotonic[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_searchsorted_monotonic[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_searchsorted_monotonic[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_searchsorted_monotonic[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_searchsorted_monotonic[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_searchsorted_monotonic[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_searchsorted_monotonic[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_searchsorted_monotonic[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_searchsorted_monotonic[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_searchsorted_monotonic[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_searchsorted_monotonic[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_searchsorted_monotonic[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_searchsorted_monotonic[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_map PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_map_dictlike[<lambda>0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_map_dictlike[<lambda>1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_putmask_with_wrong_mask PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_astype_category[True-None-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_astype_category[True-None-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_astype_category[True-foo-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_astype_category[True-foo-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_astype_category[False-None-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_astype_category[False-None-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_astype_category[False-foo-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_astype_category[False-foo-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_properties[left] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_length[left-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_length[left-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_length[left-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_length[left-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_with_nans[left] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_copy[left] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_ensure_copied_data[left] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_equals[left] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_where[left-list] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_where[left-tuple] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_where[left-klass2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_where[left-Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_delete[left] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_take[left] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_unique[left] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_monotonic[left] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_item[left] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one[left-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one[left-item1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_indexer_length_one[left-item0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_indexer_length_one[left-item1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_indexer_length_one[left-item2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_indexer_length_one[left-item3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_dropna[left] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_non_contiguous[left] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_union[left] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_intersection[left] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_difference[left] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_symmetric_difference[left] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_operation_errors[left-union] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_operation_errors[left-intersection] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_operation_errors[left-difference] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_operation_errors[left-symmetric_difference] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_isin[left] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_missing_values[left] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_sort_values[left] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_append[left] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_is_non_overlapping_monotonic[left] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_properties[right] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_length[right-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_length[right-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_length[right-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_length[right-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_with_nans[right] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_copy[right] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_ensure_copied_data[right] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_equals[right] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_where[right-list] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_where[right-tuple] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_where[right-klass2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_where[right-Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_delete[right] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_take[right] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_unique[right] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_monotonic[right] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_item[right] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one[right-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one[right-item1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_indexer_length_one[right-item0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_indexer_length_one[right-item1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_indexer_length_one[right-item2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_indexer_length_one[right-item3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_dropna[right] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_non_contiguous[right] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_union[right] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_intersection[right] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_difference[right] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_symmetric_difference[right] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_operation_errors[right-union] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_operation_errors[right-intersection] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_operation_errors[right-difference] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_operation_errors[right-symmetric_difference] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_isin[right] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_missing_values[right] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_sort_values[right] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_append[right] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_is_non_overlapping_monotonic[right] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_properties[both] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_length[both-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_length[both-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_length[both-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_length[both-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_with_nans[both] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_copy[both] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_ensure_copied_data[both] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_equals[both] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_where[both-list] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_where[both-tuple] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_where[both-klass2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_where[both-Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_delete[both] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_take[both] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_unique[both] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_monotonic[both] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_item[both] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one[both-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one[both-item1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_indexer_length_one[both-item0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_indexer_length_one[both-item1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_indexer_length_one[both-item2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_indexer_length_one[both-item3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_dropna[both] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_non_contiguous[both] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_union[both] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_intersection[both] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_difference[both] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_symmetric_difference[both] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_operation_errors[both-union] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_operation_errors[both-intersection] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_operation_errors[both-difference] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_operation_errors[both-symmetric_difference] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_isin[both] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_missing_values[both] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_sort_values[both] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_append[both] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_is_non_overlapping_monotonic[both] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_properties[neither] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_length[neither-breaks0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_length[neither-breaks1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_length[neither-breaks2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_length[neither-breaks3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_with_nans[neither] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_copy[neither] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_ensure_copied_data[neither] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_equals[neither] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_where[neither-list] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_where[neither-tuple] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_where[neither-klass2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_where[neither-Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_delete[neither] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_take[neither] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_unique[neither] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_monotonic[neither] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_item[neither] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one[neither-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one[neither-item1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_indexer_length_one[neither-item0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_indexer_length_one[neither-item1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_indexer_length_one[neither-item2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_indexer_length_one[neither-item3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_dropna[neither] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_non_contiguous[neither] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_union[neither] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_intersection[neither] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_difference[neither] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_symmetric_difference[neither] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_operation_errors[neither-union] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_operation_errors[neither-intersection] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_operation_errors[neither-difference] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_operation_errors[neither-symmetric_difference] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_isin[neither] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_missing_values[neither] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_sort_values[neither] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_append[neither] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_is_non_overlapping_monotonic[neither] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_insert[data0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_insert[data1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_insert[data2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_insert[data3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_repr SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_repr_max_seq_item_setting SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_repr_roundtrip SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_slice_locs_int64 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_slice_locs_float64 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_slice_locs_decreasing_int64 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_slice_locs_decreasing_float64 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_slice_locs_fails PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_interval PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_indexer PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_indexer_subintervals PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_contains PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::testcontains PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_comparison PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_datetime[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_datetime[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_to_tuples[tuples0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_to_tuples[tuples1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_to_tuples[tuples2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_to_tuples_na[True-tuples0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_to_tuples_na[True-tuples1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_to_tuples_na[True-tuples2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_to_tuples_na[False-tuples0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_to_tuples_na[False-tuples1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_to_tuples_na[False-tuples2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_interval[right-right] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_interval[right-left] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_interval[right-both] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_interval[right-neither] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_interval[left-right] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_interval[left-left] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_interval[left-both] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_interval[left-neither] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_interval[both-right] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_interval[both-left] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_interval[both-both] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_interval[both-neither] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_interval[neither-right] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_interval[neither-left] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_interval[neither-both] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_interval[neither-neither] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[-0.5-right] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[-0.5-left] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[-0.5-both] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[-0.5-neither] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[0-right] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[0-left] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[0-both] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[0-neither] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[0.5-right] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[0.5-left] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[0.5-both] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[0.5-neither] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[1-right] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[1-left] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[1-both] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[1-neither] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[1.5-right] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[1.5-left] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[1.5-both] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[1.5-neither] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[2-right] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[2-left] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[2-both] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[2-neither] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[2.5-right] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[2.5-left] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[2.5-both] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[2.5-neither] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[3-right] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[3-left] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[3-both] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[3-neither] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[3.5-right] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[3.5-left] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[3.5-both] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[3.5-neither] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_slice_locs_with_interval SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_slice_locs_with_ints_and_floats_succeeds SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_slice_locs_with_ints_and_floats_fails[query0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_slice_locs_with_ints_and_floats_fails[query1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_slice_locs_with_ints_and_floats_fails[query2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_slice_locs_with_ints_and_floats_fails[query3] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_slice_locs_with_ints_and_floats_fails[query4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_slice_locs_with_ints_and_floats_fails[query5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[1-query0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[1-query1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[1-query2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[1-query3] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[1-query4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[1-query5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[1-query6] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-10-query0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-10-query1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-10-query2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-10-query3] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-10-query4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-10-query5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-10-query6] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-11-query0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-11-query1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-11-query2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-11-query3] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-11-query4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-11-query5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-11-query6] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-12-query0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-12-query1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-12-query2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-12-query3] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-12-query4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-12-query5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-12-query6] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-13-query0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-13-query1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-13-query2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-13-query3] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-13-query4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-13-query5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-13-query6] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-14-query0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-14-query1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-14-query2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-14-query3] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-14-query4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-14-query5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-14-query6] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-15-query0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-15-query1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-15-query2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-15-query3] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-15-query4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-15-query5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-15-query6] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_multiple_queries[expected_result0-query0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_multiple_queries[expected_result0-query1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_multiple_queries[expected_result0-query2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_multiple_queries[expected_result1-query0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_multiple_queries[expected_result1-query1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_multiple_queries[expected_result1-query2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_multiple_queries[expected_result2-query0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_multiple_queries[expected_result2-query1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_multiple_queries[expected_result2-query2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-10--0.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-10-0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-10-0.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-10-1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-10-1.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-10-2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-10-2.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-10-3] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-10-3.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-10-4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-10-4.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-11--0.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-11-0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-11-0.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-11-1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-11-1.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-11-2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-11-2.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-11-3] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-11-3.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-11-4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-11-4.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[00--0.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[00-0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[00-0.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[00-1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[00-1.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[00-2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[00-2.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[00-3] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[00-3.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[00-4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[00-4.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[01--0.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[01-0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[01-0.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[01-1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[01-1.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[01-2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[01-2.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[01-3] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[01-3.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[01-4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[01-4.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[10--0.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[10-0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[10-0.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[10-1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[10-1.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[10-2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[10-2.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[10-3] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[10-3.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[10-4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[10-4.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[11--0.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[11-0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[11-0.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[11-1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[11-1.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[11-2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[11-2.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[11-3] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[11-3.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[11-4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[11-4.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-12--0.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-12-0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-12-0.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-12-1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-12-1.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-12-2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-12-2.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-12-3] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-12-3.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-12-4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-12-4.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-13--0.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-13-0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-13-0.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-13-1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-13-1.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-13-2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-13-2.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-13-3] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-13-3.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-13-4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-13-4.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[20--0.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[20-0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[20-0.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[20-1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[20-1.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[20-2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[20-2.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[20-3] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[20-3.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[20-4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[20-4.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[21--0.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[21-0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[21-0.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[21-1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[21-1.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[21-2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[21-2.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[21-3] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[21-3.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[21-4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[21-4.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-14--0.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-14-0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-14-0.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-14-1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-14-1.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-14-2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-14-2.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-14-3] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-14-3.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-14-4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-14-4.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_multiple_queries[expected_result0-query0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_multiple_queries[expected_result0-query1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_multiple_queries[expected_result0-query2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_multiple_queries[expected_result0-query3] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_multiple_queries[expected_result1-query0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_multiple_queries[expected_result1-query1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_multiple_queries[expected_result1-query2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_multiple_queries[expected_result1-query3] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_multiple_queries[expected_result2-query0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_multiple_queries[expected_result2-query1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_multiple_queries[expected_result2-query2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_multiple_queries[expected_result2-query3] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_multiple_queries[expected_result3-query0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_multiple_queries[expected_result3-query1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_multiple_queries[expected_result3-query2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_multiple_queries[expected_result3-query3] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result0--0.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result0-0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result0-0.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result0-1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result0-1.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result0-2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result0-2.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result0-3] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result0-3.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result0-4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result0-4.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result1--0.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result1-0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result1-0.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result1-1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result1-1.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result1-2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result1-2.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result1-3] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result1-3.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result1-4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result1-4.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result2--0.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result2-0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result2-0.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result2-1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result2-1.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result2-2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result2-2.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result2-3] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result2-3.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result2-4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result2-4.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result3--0.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result3-0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result3-0.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result3-1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result3-1.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result3-2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result3-2.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result3-3] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result3-3.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result3-4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result3-4.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result4--0.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result4-0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result4-0.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result4-1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result4-1.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result4-2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result4-2.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result4-3] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result4-3.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result4-4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result4-4.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result5--0.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result5-0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result5-0.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result5-1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result5-1.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result5-2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result5-2.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result5-3] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result5-3.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result5-4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result5-4.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result6--0.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result6-0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result6-0.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result6-1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result6-1.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result6-2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result6-2.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result6-3] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result6-3.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result6-4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result6-4.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result7--0.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result7-0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result7-0.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result7-1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result7-1.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result7-2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result7-2.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result7-3] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result7-3.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result7-4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result7-4.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result8--0.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result8-0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result8-0.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result8-1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result8-1.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result8-2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result8-2.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result8-3] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result8-3.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result8-4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result8-4.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result9--0.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result9-0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result9-0.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result9-1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result9-1.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result9-2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result9-2.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result9-3] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result9-3.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result9-4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result9-4.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result10--0.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result10-0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result10-0.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result10-1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result10-1.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result10-2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result10-2.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result10-3] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result10-3.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result10-4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result10-4.5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_multiple_queries[expected_result0-query0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_multiple_queries[expected_result0-query1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_multiple_queries[expected_result0-query2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_multiple_queries[expected_result0-query3] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_multiple_queries[expected_result1-query0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_multiple_queries[expected_result1-query1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_multiple_queries[expected_result1-query2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_multiple_queries[expected_result1-query3] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_multiple_queries[expected_result2-query0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_multiple_queries[expected_result2-query1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_multiple_queries[expected_result2-query2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_multiple_queries[expected_result2-query3] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_multiple_queries[expected_result3-query0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_multiple_queries[expected_result3-query1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_multiple_queries[expected_result3-query2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_multiple_queries[expected_result3-query3] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_contains SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_contains_method SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[left-None-1-100] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[left-None-2.5-40] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[left-None-5-20] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[left-None-25-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[left-None-D-364-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[left-None-D-364-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[left-None-2D-182-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[left-None-2D-182-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[left-None-22D18H-16-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[left-None-22D18H-16-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[left-None-M-11-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[left-None-M-11-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[left-None-D-100] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[left-None-2D12H-40] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[left-None-5D-20] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[left-None-25D-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[left-foo-1-100] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[left-foo-2.5-40] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[left-foo-5-20] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[left-foo-25-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[left-foo-D-364-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[left-foo-D-364-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[left-foo-2D-182-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[left-foo-2D-182-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[left-foo-22D18H-16-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[left-foo-22D18H-16-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[left-foo-M-11-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[left-foo-M-11-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[left-foo-D-100] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[left-foo-2D12H-40] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[left-foo-5D-20] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[left-foo-25D-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[right-foo-1-100] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[right-foo-2.5-40] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[right-foo-5-20] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[right-foo-25-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[right-foo-D-364-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[right-foo-D-364-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[right-foo-2D-182-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[right-foo-2D-182-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[right-foo-22D18H-16-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[right-foo-22D18H-16-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[right-foo-M-11-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[right-foo-M-11-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[right-foo-D-100] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[right-foo-2D12H-40] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[right-foo-5D-20] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[right-foo-25D-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[right-None-1-100] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[right-None-2.5-40] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[right-None-5-20] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[right-None-25-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[right-None-D-364-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[right-None-D-364-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[right-None-2D-182-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[right-None-2D-182-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[right-None-22D18H-16-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[right-None-22D18H-16-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[right-None-M-11-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[right-None-M-11-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[right-None-D-100] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[right-None-2D12H-40] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[right-None-5D-20] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[right-None-25D-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[both-foo-1-100] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[both-foo-2.5-40] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[both-foo-5-20] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[both-foo-25-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[both-foo-D-364-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[both-foo-D-364-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[both-foo-2D-182-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[both-foo-2D-182-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[both-foo-22D18H-16-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[both-foo-22D18H-16-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[both-foo-M-11-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[both-foo-M-11-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[both-foo-D-100] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[both-foo-2D12H-40] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[both-foo-5D-20] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[both-foo-25D-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[both-None-1-100] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[both-None-2.5-40] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[both-None-5-20] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[both-None-25-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[both-None-D-364-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[both-None-D-364-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[both-None-2D-182-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[both-None-2D-182-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[both-None-22D18H-16-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[both-None-22D18H-16-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[both-None-M-11-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[both-None-M-11-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[both-None-D-100] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[both-None-2D12H-40] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[both-None-5D-20] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[both-None-25D-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[neither-foo-1-100] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[neither-foo-2.5-40] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[neither-foo-5-20] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[neither-foo-25-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[neither-foo-D-364-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[neither-foo-D-364-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[neither-foo-2D-182-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[neither-foo-2D-182-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[neither-foo-22D18H-16-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[neither-foo-22D18H-16-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[neither-foo-M-11-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[neither-foo-M-11-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[neither-foo-D-100] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[neither-foo-2D12H-40] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[neither-foo-5D-20] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[neither-foo-25D-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[neither-None-1-100] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[neither-None-2.5-40] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[neither-None-5-20] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[neither-None-25-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[neither-None-D-364-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[neither-None-D-364-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[neither-None-2D-182-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[neither-None-2D-182-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[neither-None-22D18H-16-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[neither-None-22D18H-16-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[neither-None-M-11-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[neither-None-M-11-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[neither-None-D-100] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[neither-None-2D12H-40] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[neither-None-5D-20] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[neither-None-25D-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_early_truncation[0-10-3-9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_early_truncation[0-10-1.5-9] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_early_truncation[start3-end3-2D4H-expected_endpoint3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_early_truncation[start4-end4-MS-expected_endpoint4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_early_truncation[start5-end5-5D12H-expected_endpoint5] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_linspace_dst_transition[start0-mid0-end0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_linspace_dst_transition[start1-mid1-end1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_float_subtype[0-10-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_float_subtype[0-10-2.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_float_subtype[0-10.0-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_float_subtype[0-10.0-2.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_float_subtype[0.0-10-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_float_subtype[0.0-10-2.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_float_subtype[0.0-10.0-2] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_coverage PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_errors PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_loc[int32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer[int32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_non_unique[int32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_duplicates[int32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_loc[int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer[int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_non_unique[int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_duplicates[int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_loc[float32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer[float32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_non_unique[float32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_duplicates[float32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_loc[float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer[float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_non_unique[float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_duplicates[float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_loc[uint64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer[uint64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_non_unique[uint64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_duplicates[uint64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_loc_closed[left] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_closed[left-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_closed[left-10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_closed[left-100] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_closed[left-10000] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_loc_closed[right] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_closed[right-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_closed[right-10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_closed[right-100] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_closed[right-10000] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_loc_closed[both] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_closed[both-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_closed[both-10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_closed[both-100] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_closed[both-10000] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_loc_closed[neither] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_closed[neither-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_closed[neither-10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_closed[neither-100] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_closed[neither-10000] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexComparisons::test_pi_cmp_period PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexComparisons::test_pi_cmp_pi[M] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexComparisons::test_pi_cmp_pi[2M] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexComparisons::test_pi_cmp_pi[3M] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexComparisons::test_pi_cmp_pi_mismatched_freq_raises[M] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexComparisons::test_pi_cmp_pi_mismatched_freq_raises[2M] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexComparisons::test_pi_cmp_pi_mismatched_freq_raises[3M] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexComparisons::test_pi_cmp_nat[M] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexComparisons::test_pi_cmp_nat[2M] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexComparisons::test_pi_cmp_nat[3M] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexComparisons::test_pi_cmp_nat_mismatched_freq_raises[M] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexComparisons::test_pi_cmp_nat_mismatched_freq_raises[2M] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexComparisons::test_pi_cmp_nat_mismatched_freq_raises[3M] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexComparisons::test_comp_nat[object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexComparisons::test_comp_nat[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_sub_float[op0-3.14] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_sub_float[op0-other1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_sub_float[radd-3.14] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_sub_float[radd-other1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_sub_float[op2-3.14] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_sub_float[op2-other1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_sub_float[rsub-3.14] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_sub_float[rsub-other1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_sub_dt64_array_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_sub_td64_array_non_tick_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_sub_td64_array_tick xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_offset_array[box0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_offset_array[Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_offset_array[box0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_offset_array[Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_pi_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_int[1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_int[one1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_int[1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_int[one1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_intlike[5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_intlike[five1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_pi_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_offset PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_daily[three_days0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_daily[three_days1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_daily[three_days2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_daily[three_days3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_daily[three_days4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_daily[three_days5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_daily[three_days6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_daily[three_days0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_daily[three_days1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_daily[three_days2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_daily[three_days3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_daily[three_days4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_daily[three_days5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_daily[three_days6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_freq_mismatch_daily[not_daily0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_freq_mismatch_daily[not_daily1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_freq_mismatch_daily[not_daily2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_freq_mismatch_daily[not_daily3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_freq_mismatch_daily[not_daily4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_freq_mismatch_daily[not_daily5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_timedeltalike_freq_mismatch_daily[not_daily0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_timedeltalike_freq_mismatch_daily[not_daily1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_timedeltalike_freq_mismatch_daily[not_daily2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_timedeltalike_freq_mismatch_daily[not_daily3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_timedeltalike_freq_mismatch_daily[not_daily4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_timedeltalike_freq_mismatch_daily[not_daily5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_hourly[two_hours0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_hourly[two_hours1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_hourly[two_hours2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_hourly[two_hours3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_hourly[two_hours4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_hourly[two_hours5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_mismatched_freq_hourly[not_hourly0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_mismatched_freq_hourly[not_hourly1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_mismatched_freq_hourly[not_hourly2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_mismatched_freq_hourly[not_hourly3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_mismatched_freq_hourly[not_hourly4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_mismatched_freq_hourly[not_hourly5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_hourly[two_hours0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_hourly[two_hours1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_hourly[two_hours2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_hourly[two_hours3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_hourly[two_hours4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_hourly[two_hours5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_add_iadd_timedeltalike_annual PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_freq_mismatch_annual[mismatched0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_freq_mismatch_annual[mismatched1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_freq_mismatch_annual[mismatched2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_freq_mismatch_annual[mismatched3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_freq_mismatch_annual[mismatched4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_freq_mismatch_annual[mismatched5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_freq_mismatch_annual[mismatched0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_freq_mismatch_annual[mismatched1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_freq_mismatch_annual[mismatched2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_freq_mismatch_annual[mismatched3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_freq_mismatch_annual[mismatched4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_freq_mismatch_annual[mismatched5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_M PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_freq_mismatch_monthly[mismatched0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_freq_mismatch_monthly[mismatched1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_freq_mismatch_monthly[mismatched2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_freq_mismatch_monthly[mismatched3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_freq_mismatch_monthly[mismatched4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_freq_mismatch_monthly[mismatched5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_freq_mismatch_monthly[mismatched0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_freq_mismatch_monthly[mismatched1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_freq_mismatch_monthly[mismatched2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_freq_mismatch_monthly[mismatched3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_freq_mismatch_monthly[mismatched4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_freq_mismatch_monthly[mismatched5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_shift_ndarray PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_shift PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_shift_corner_cases PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_shift_nat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_shift_gh8083 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexSeriesMethods::test_pi_ops PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexSeriesMethods::test_pi_ops_errors[str] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexSeriesMethods::test_pi_ops_errors[1.5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexSeriesMethods::test_pi_ops_nat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexSeriesMethods::test_pi_ops_array_int PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexSeriesMethods::test_pi_ops_offset PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexSeriesMethods::test_pi_offset_errors PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexSeriesMethods::test_pi_sub_period PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexSeriesMethods::test_pi_sub_pdnat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexSeriesMethods::test_pi_sub_period_nat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_asfreq.py::TestPeriodIndex::test_asfreq PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_asfreq.py::TestPeriodIndex::test_asfreq_nat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_asfreq.py::TestPeriodIndex::test_asfreq_mult_pi[D] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_asfreq.py::TestPeriodIndex::test_asfreq_mult_pi[3D] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_asfreq.py::TestPeriodIndex::test_asfreq_combined_pi PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_asfreq.py::TestPeriodIndex::test_asfreq_ts PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_asfreq.py::TestPeriodIndex::test_astype_asfreq PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_astype.py::TestPeriodIndexAsType::test_astype_raises[float] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_astype.py::TestPeriodIndexAsType::test_astype_raises[timedelta64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_astype.py::TestPeriodIndexAsType::test_astype_raises[timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_astype.py::TestPeriodIndexAsType::test_astype_conversion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_astype.py::TestPeriodIndexAsType::test_astype_object PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_astype.py::TestPeriodIndexAsType::test_astype_object2 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_construction_base_constructor PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_use_start_freq PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_field_arrays PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_U PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_nano PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_arrays_negative_year PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_invalid_quarters PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_corner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_fromarraylike PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_datetime64arr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_pi_nat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_incompat_freq PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_mixed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_simple_new PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_simple_new_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_floats[floats0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_floats[floats1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_nat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_year_and_quarter PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_freq_mult PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_freq_mult_dti_compat[1-A] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_freq_mult_dti_compat[1-M] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_freq_mult_dti_compat[1-D] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_freq_mult_dti_compat[1-T] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_freq_mult_dti_compat[1-S] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_freq_mult_dti_compat[2-A] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_freq_mult_dti_compat[2-M] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_freq_mult_dti_compat[2-D] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_freq_mult_dti_compat[2-T] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_freq_mult_dti_compat[2-S] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_freq_mult_dti_compat[3-A] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_freq_mult_dti_compat[3-M] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_freq_mult_dti_compat[3-D] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_freq_mult_dti_compat[3-T] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_freq_mult_dti_compat[3-S] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_freq_mult_dti_compat[4-A] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_freq_mult_dti_compat[4-M] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_freq_mult_dti_compat[4-D] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_freq_mult_dti_compat[4-T] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_freq_mult_dti_compat[4-S] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_freq_mult_dti_compat[5-A] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_freq_mult_dti_compat[5-M] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_freq_mult_dti_compat[5-D] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_freq_mult_dti_compat[5-T] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_freq_mult_dti_compat[5-S] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_freq_combined PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_error PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_recreate_from_data[M] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_recreate_from_data[Q] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_recreate_from_data[A] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_recreate_from_data[D] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_recreate_from_data[B] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_recreate_from_data[T] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_recreate_from_data[S] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_recreate_from_data[L] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_recreate_from_data[U] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_recreate_from_data[N] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_recreate_from_data[H] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_map_with_string_constructor PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestSeriesPeriod::test_constructor_cant_cast_period PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_construction.py::TestSeriesPeriod::test_constructor_cast_object PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_formats.py::test_to_native_types PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_formats.py::TestPeriodIndexRendering::test_representation[__repr__] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_formats.py::TestPeriodIndexRendering::test_representation[__unicode__] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_formats.py::TestPeriodIndexRendering::test_representation[__str__] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_formats.py::TestPeriodIndexRendering::test_representation_to_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_formats.py::TestPeriodIndexRendering::test_summary PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestGetItem::test_getitem PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestGetItem::test_getitem_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestGetItem::test_getitem_partial PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestGetItem::test_getitem_datetime PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestGetItem::test_getitem_nat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestGetItem::test_getitem_list_periods PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestGetItem::test_getitem_seconds PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestGetItem::test_getitem_day PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestWhere::test_where[list] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestWhere::test_where[tuple] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestWhere::test_where[klass2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestWhere::test_where[Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestWhere::test_where_other PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestTake::test_take PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestTake::test_take_misc PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestTake::test_take_fill_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestIndexing::test_get_loc_msg PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestIndexing::test_get_loc_nat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestIndexing::test_get_loc PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestIndexing::test_is_monotonic_increasing PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestIndexing::test_is_monotonic_decreasing PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestIndexing::test_is_unique PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestIndexing::test_contains PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestIndexing::test_get_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestIndexing::test_get_indexer PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestIndexing::test_get_indexer_non_unique PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestIndexing::test_get_loc2 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestIndexing::test_get_indexer2 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestIndexing::test_indexing PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestIndexing::test_period_index_indexer PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_ops.py::TestPeriodIndexOps::test_ops_properties PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_ops.py::TestPeriodIndexOps::test_minmax PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_ops.py::TestPeriodIndexOps::test_numpy_minmax PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_ops.py::TestPeriodIndexOps::test_resolution PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_ops.py::TestPeriodIndexOps::test_value_counts_unique PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_ops.py::TestPeriodIndexOps::test_drop_duplicates_metadata PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_ops.py::TestPeriodIndexOps::test_drop_duplicates PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_ops.py::TestPeriodIndexOps::test_order_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_ops.py::TestPeriodIndexOps::test_order PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_ops.py::TestPeriodIndexOps::test_nat_new PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_ops.py::TestPeriodIndexOps::test_shift PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_ops.py::TestPeriodIndexOps::test_repeat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_ops.py::TestPeriodIndexOps::test_nat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_ops.py::TestPeriodIndexOps::test_equals[D] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_ops.py::TestPeriodIndexOps::test_equals[M] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_ops.py::TestPeriodIndexOps::test_freq_setter_deprecated PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_ops.py::TestPeriodIndexOps::test_binary_ops_docs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_ops.py::TestPeriodIndexSeriesMethods::test_pi_comp_period PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_ops.py::TestPeriodIndexSeriesMethods::test_pi_comp_period_nat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_partial_slicing.py::TestPeriodIndex::test_slice_with_negative_step PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_partial_slicing.py::TestPeriodIndex::test_slice_with_zero_step_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_partial_slicing.py::TestPeriodIndex::test_slice_keep_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_partial_slicing.py::TestPeriodIndex::test_pindex_slice_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_partial_slicing.py::TestPeriodIndex::test_range_slice_day PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_partial_slicing.py::TestPeriodIndex::test_range_slice_seconds PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_partial_slicing.py::TestPeriodIndex::test_range_slice_outofbounds PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_to_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_to_series_with_arguments PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_to_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_create_index_existing_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_numeric_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_logical_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_boolean_context_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_reindex_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_get_indexer_consistency PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_repr_roundtrip PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_repr_max_seq_item_setting PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_wrong_number_names[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_wrong_number_names[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_wrong_number_names[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_wrong_number_names[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_wrong_number_names[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_wrong_number_names[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_wrong_number_names[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_wrong_number_names[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_wrong_number_names[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_wrong_number_names[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_wrong_number_names[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_wrong_number_names[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_wrong_number_names[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_set_name_methods[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_set_name_methods[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_set_name_methods[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_set_name_methods[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_set_name_methods[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_set_name_methods[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_set_name_methods[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_set_name_methods[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_set_name_methods[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_set_name_methods[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_set_name_methods[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_set_name_methods[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_set_name_methods[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_copy_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_ensure_copied_data PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_copy_and_deepcopy[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_copy_and_deepcopy[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_copy_and_deepcopy[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_copy_and_deepcopy[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_copy_and_deepcopy[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_copy_and_deepcopy[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_copy_and_deepcopy[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_copy_and_deepcopy[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_copy_and_deepcopy[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_copy_and_deepcopy[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_copy_and_deepcopy[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_copy_and_deepcopy[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_copy_and_deepcopy[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_duplicates[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_duplicates[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_duplicates[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_duplicates[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_duplicates[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_duplicates[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_duplicates[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_duplicates[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_duplicates[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_duplicates[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_duplicates[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_duplicates[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_duplicates[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_unique[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_unique[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_unique[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_unique[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_unique[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_unique[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_unique[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_unique[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_unique[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_unique[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_unique[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_unique[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_unique[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_unique_na PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_get_unique_index[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_get_unique_index[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_get_unique_index[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_get_unique_index[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_get_unique_index[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_get_unique_index[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_get_unique_index[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_get_unique_index[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_get_unique_index[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_get_unique_index[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_get_unique_index[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_get_unique_index[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_get_unique_index[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_sort[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_sort[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_sort[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_sort[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_sort[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_sort[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_sort[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_sort[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_sort[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_sort[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_sort[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_sort[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_sort[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_mutability[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_mutability[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_mutability[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_mutability[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_mutability[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_mutability[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_mutability[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_mutability[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_mutability[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_mutability[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_mutability[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_mutability[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_mutability[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_compat[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_compat[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_compat[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_compat[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_compat[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_compat[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_compat[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_compat[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_compat[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_compat[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_compat[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_compat[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_compat[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_memory_usage PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_argsort PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_numpy_argsort PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_pickle[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_pickle[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_pickle[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_pickle[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_pickle[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_pickle[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_pickle[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_pickle[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_pickle[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_pickle[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_pickle[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_pickle[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_pickle[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_take PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_take_invalid_kwargs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_setops_errorcases PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_intersection_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_union_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_difference_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_symmetric_difference PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_insert_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_delete_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_equals PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_equals_op PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_numpy_ufuncs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_hasnans_isnans PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_fillna PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_nulls PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_join_self_unique[inner] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_join_self_unique[outer] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_join_self_unique[left] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_join_self_unique[right] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_searchsorted_monotonic[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_searchsorted_monotonic[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_searchsorted_monotonic[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_searchsorted_monotonic[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_searchsorted_monotonic[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_searchsorted_monotonic[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_searchsorted_monotonic[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_searchsorted_monotonic[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_searchsorted_monotonic[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_searchsorted_monotonic[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_searchsorted_monotonic[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_searchsorted_monotonic[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_searchsorted_monotonic[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_putmask_with_wrong_mask PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_astype_category[True-None-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_astype_category[True-None-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_astype_category[True-foo-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_astype_category[True-foo-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_astype_category[False-None-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_astype_category[False-None-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_astype_category[False-foo-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_astype_category[False-foo-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_can_hold_identifiers PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_shift_identity PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_str PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_view[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_view[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_view[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_view[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_view[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_view[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_view[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_view[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_view[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_view[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_view[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_view[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_view[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_map_callable PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_map_dictlike[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_map_dictlike[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_asobject_deprecated PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_pickle_compat_construction PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_pickle_round_trip[D] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_pickle_round_trip[M] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_pickle_round_trip[A] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_where PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_repeat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_fillna_period PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_no_millisecond_field PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_difference_freq PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_hash_error PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_make_time_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_shallow_copy_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_dtype_str PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_view_asi8 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_values PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_period_index_length PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_fields PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_period_set_index_reindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_factorize PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_is_ PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_contains PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_contains_nat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_periods_number_check PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_index_duplicate_periods PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_index_unique PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_shift PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_ndarray_compat_properties PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_negative_ordinals PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_pindex_fieldaccessor_nat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_pindex_qaccess PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_numpy_repeat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_pindex_multiples PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_iteration PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_is_full PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_with_multi_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_convert_array_of_periods PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_append_concat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_pickle_freq PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_map PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_join_self[inner] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_join_self[outer] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_join_self[left] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_join_self[right] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_insert PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period_range.py::TestPeriodRange::test_construction_from_string[D] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period_range.py::TestPeriodRange::test_construction_from_string[W] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period_range.py::TestPeriodRange::test_construction_from_string[M] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period_range.py::TestPeriodRange::test_construction_from_string[Q] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period_range.py::TestPeriodRange::test_construction_from_string[A] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period_range.py::TestPeriodRange::test_construction_from_period PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_period_range.py::TestPeriodRange::test_errors PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_scalar_compat.py::TestPeriodIndexOps::test_start_time PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_scalar_compat.py::TestPeriodIndexOps::test_end_time PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_setops.py::TestPeriodIndex::test_joins[inner] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_setops.py::TestPeriodIndex::test_joins[outer] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_setops.py::TestPeriodIndex::test_joins[left] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_setops.py::TestPeriodIndex::test_joins[right] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_setops.py::TestPeriodIndex::test_join_self[inner] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_setops.py::TestPeriodIndex::test_join_self[outer] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_setops.py::TestPeriodIndex::test_join_self[left] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_setops.py::TestPeriodIndex::test_join_self[right] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_setops.py::TestPeriodIndex::test_join_does_not_recur PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_setops.py::TestPeriodIndex::test_union PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_setops.py::TestPeriodIndex::test_union_misc PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_setops.py::TestPeriodIndex::test_union_dataframe_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_setops.py::TestPeriodIndex::test_intersection PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_setops.py::TestPeriodIndex::test_intersection_cases PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_setops.py::TestPeriodIndex::test_difference PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodRepresentation::test_annual PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodRepresentation::test_monthly PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodRepresentation::test_freq[W-THU] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodRepresentation::test_freq[D] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodRepresentation::test_freq[B] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodRepresentation::test_freq[H] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodRepresentation::test_freq[T] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodRepresentation::test_freq[S] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodRepresentation::test_freq[L] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodRepresentation::test_freq[U] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodRepresentation::test_freq[N] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodRepresentation::test_negone_ordinals PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndex::test_to_timestamp PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndex::test_to_timestamp_repr_is_code PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndex::test_to_timestamp_to_period_astype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndex::test_dti_to_period PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndex::test_to_period_quarterly[JAN] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndex::test_to_period_quarterly[FEB] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndex::test_to_period_quarterly[MAR] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndex::test_to_period_quarterly[APR] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndex::test_to_period_quarterly[MAY] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndex::test_to_period_quarterly[JUN] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndex::test_to_period_quarterly[JUL] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndex::test_to_period_quarterly[AUG] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndex::test_to_period_quarterly[SEP] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndex::test_to_period_quarterly[OCT] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndex::test_to_period_quarterly[NOV] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndex::test_to_period_quarterly[DEC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndex::test_to_period_quarterlyish[BQ] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndex::test_to_period_quarterlyish[QS] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndex::test_to_period_quarterlyish[BQS] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndex::test_to_period_annualish[BA] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndex::test_to_period_annualish[AS] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndex::test_to_period_annualish[BAS] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndex::test_to_period_monthish PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndex::test_period_dt64_round_trip PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndex::test_combine_first PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndex::test_searchsorted[D] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndex::test_searchsorted[2D] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndexConversion::test_tolist PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndexConversion::test_to_timestamp_pi_nat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndexConversion::test_to_timestamp_preserve_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndexConversion::test_to_timestamp_quarterly_bug PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndexConversion::test_to_timestamp_pi_mult PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndexConversion::test_to_timestamp_pi_combined PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndexConversion::test_period_astype_to_timestamp PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndexConversion::test_to_timestamp_1703 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexComparisons::test_tdi_cmp_str_invalid PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexComparisons::test_comparisons_coverage PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexComparisons::test_comp_nat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexComparisons::test_comparisons_nat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_mul_int PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_rmul_int PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_mul_tdlike_scalar_raises[<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_mul_tdlike_scalar_raises[2:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_mul_tdlike_scalar_raises[2 hours] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_mul_tdlike_scalar_raises[0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_mul_int_array_zerodim PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_mul_int_array PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_mul_dti_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_mul_too_short_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_mul_int_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_mul_float_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_rmul_arraylike[other0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_rmul_arraylike[other1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_rmul_arraylike[other2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_rmul_arraylike[other3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_rmul_arraylike[other4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_div_int PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_div_tdlike_scalar[<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_div_tdlike_scalar[2:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_div_tdlike_scalar[2 hours] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_div_tdlike_scalar[0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_div_tdlike_scalar_with_nat[<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_div_tdlike_scalar_with_nat[2:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_div_tdlike_scalar_with_nat[2 hours] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_div_tdlike_scalar_with_nat[0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_div_nat_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_floordiv_int PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_floordiv_tdlike_scalar[<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_floordiv_tdlike_scalar[2:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_floordiv_tdlike_scalar[2 hours] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_floordiv_tdlike_scalar[0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_floordiv_timedelta_scalar[scalar_td0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_floordiv_timedelta_scalar[scalar_td1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_floordiv_timedelta_scalar[scalar_td2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_add_sub_float[op0-3.14] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_add_sub_float[op0-other1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_add_sub_float[radd-3.14] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_add_sub_float[radd-other1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_add_sub_float[op2-3.14] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_add_sub_float[op2-other1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_add_sub_float[rsub-3.14] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_add_sub_float[rsub-other1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_add_str_invalid PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_sub_period[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_sub_period[H] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_shift_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_shift_hours PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_shift_minutes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_shift_int PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_shift_nonstandard_freq PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_shift_no_freq PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_add_offset_index[names0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_add_offset_index[names1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_add_offset_index[names2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_add_offset_array PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_sub_offset_index[names0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_sub_offset_index[names1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_sub_offset_index[names2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_sub_offset_array PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_with_offset_series[names0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_with_offset_series[names1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_with_offset_series[names2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_add_sub_anchored_offset_arraylike[box0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_add_sub_anchored_offset_arraylike[Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_add_sub_anchored_offset_arraylike[Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_ufunc_coercions PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_add_int[1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_add_int[one1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_iadd_int[1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_iadd_int[one1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_sub_int[1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_sub_int[one1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_isub_int[1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_isub_int[one1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_add_timedeltalike[<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_add_timedeltalike[2:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_add_timedeltalike[2 hours] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_add_timedeltalike[0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_iadd_timedeltalike[<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_iadd_timedeltalike[2:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_iadd_timedeltalike[2 hours] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_iadd_timedeltalike[0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_sub_timedeltalike[<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_sub_timedeltalike[2:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_sub_timedeltalike[2 hours] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_sub_timedeltalike[0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_isub_timedeltalike[<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_isub_timedeltalike[2:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_isub_timedeltalike[2 hours] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_isub_timedeltalike[0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_sub_timestamp_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_add_timestamp PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_radd_timestamp PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_sub_dt64_array PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_add_dt64_array PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_add_td64_array PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_sub_td64_array PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_subtraction_ops PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_subtraction_ops_with_tz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_dti_tdi_numeric_ops PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_addition_ops PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_ops_ndarray PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_ops_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_ops_series_object PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_timedelta_ops_with_missing_values PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_add_overflow PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_timedeltaindex_add_timestamp_nat_masking PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_ops_attributes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_timedelta[B] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_timedelta[D] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_astype.py::TestTimedeltaIndex::test_astype_object PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_astype.py::TestTimedeltaIndex::test_astype_object_with_nat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_astype.py::TestTimedeltaIndex::test_astype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_astype.py::TestTimedeltaIndex::test_astype_timedelta64 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_astype.py::TestTimedeltaIndex::test_astype_raises[float] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_astype.py::TestTimedeltaIndex::test_astype_raises[datetime64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_astype.py::TestTimedeltaIndex::test_astype_raises[datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_construction.py::TestTimedeltaIndex::test_construction_base_constructor PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_construction.py::TestTimedeltaIndex::test_constructor PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_construction.py::TestTimedeltaIndex::test_constructor_coverage PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_construction.py::TestTimedeltaIndex::test_constructor_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_formats.py::TestTimedeltaIndexRendering::test_representation[__repr__] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_formats.py::TestTimedeltaIndexRendering::test_representation[__unicode__] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_formats.py::TestTimedeltaIndexRendering::test_representation[__str__] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_formats.py::TestTimedeltaIndexRendering::test_representation_to_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_formats.py::TestTimedeltaIndexRendering::test_summary PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_indexing.py::TestGetItem::test_getitem PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_indexing.py::TestTake::test_take PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_indexing.py::TestTake::test_take_invalid_kwargs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_indexing.py::TestTake::test_take2 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_indexing.py::TestTake::test_take_fill_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_indexing.py::TestTimedeltaIndex::test_insert PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_indexing.py::TestTimedeltaIndex::test_delete PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_indexing.py::TestTimedeltaIndex::test_delete_slice PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_indexing.py::TestTimedeltaIndex::test_get_loc PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_indexing.py::TestTimedeltaIndex::test_get_loc_nat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_indexing.py::TestTimedeltaIndex::test_get_indexer PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_ops_properties PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_minmax PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_numpy_minmax PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_value_counts_unique PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_nonunique_contains PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_unknown_attribute PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_order PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_drop_duplicates_metadata PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_drop_duplicates PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_infer_freq[D] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_infer_freq[3D] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_infer_freq[-3D] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_infer_freq[H] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_infer_freq[2H] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_infer_freq[-2H] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_infer_freq[T] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_infer_freq[2T] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_infer_freq[S] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_infer_freq[-3S] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_nat_new PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_shift PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_repeat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_nat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_equals PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_freq_setter[2D-values0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_freq_setter[2D-values1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_freq_setter[freq1-values0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_freq_setter[freq1-values1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_freq_setter[48H-values0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_freq_setter[48H-values1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_freq_setter[freq3-values0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_freq_setter[freq3-values1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_freq_setter_errors PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_binary_ops_docs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltas::test_timedelta_ops PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_partial_slicing.py::TestSlicing::test_slice_keeps_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_partial_slicing.py::TestSlicing::test_partial_slice PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_partial_slicing.py::TestSlicing::test_partial_slice_high_reso PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_partial_slicing.py::TestSlicing::test_slice_with_negative_step PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_partial_slicing.py::TestSlicing::test_slice_with_zero_step_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_scalar_compat.py::TestVectorizedTimedelta::test_tdi_total_seconds PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_scalar_compat.py::TestVectorizedTimedelta::test_tdi_round PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_setops.py::TestTimedeltaIndex::test_union PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_setops.py::TestTimedeltaIndex::test_union_coverage PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_setops.py::TestTimedeltaIndex::test_union_bug_1730 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_setops.py::TestTimedeltaIndex::test_union_bug_1745 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_setops.py::TestTimedeltaIndex::test_union_bug_4564 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_setops.py::TestTimedeltaIndex::test_intersection_bug_1708 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_to_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_to_series_with_arguments PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_to_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_create_index_existing_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_logical_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_boolean_context_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_reindex_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_get_indexer_consistency PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_ndarray_compat_properties PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_repr_roundtrip PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_dtype_str[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_dtype_str[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_dtype_str[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_dtype_str[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_dtype_str[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_dtype_str[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_dtype_str[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_dtype_str[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_dtype_str[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_dtype_str[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_dtype_str[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_dtype_str[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_dtype_str[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_repr_max_seq_item_setting PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_wrong_number_names[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_wrong_number_names[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_wrong_number_names[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_wrong_number_names[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_wrong_number_names[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_wrong_number_names[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_wrong_number_names[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_wrong_number_names[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_wrong_number_names[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_wrong_number_names[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_wrong_number_names[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_wrong_number_names[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_wrong_number_names[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_set_name_methods[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_set_name_methods[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_set_name_methods[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_set_name_methods[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_set_name_methods[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_set_name_methods[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_set_name_methods[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_set_name_methods[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_set_name_methods[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_set_name_methods[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_set_name_methods[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_set_name_methods[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_set_name_methods[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_copy_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_ensure_copied_data PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_copy_and_deepcopy[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_copy_and_deepcopy[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_copy_and_deepcopy[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_copy_and_deepcopy[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_copy_and_deepcopy[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_copy_and_deepcopy[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_copy_and_deepcopy[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_copy_and_deepcopy[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_copy_and_deepcopy[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_copy_and_deepcopy[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_copy_and_deepcopy[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_copy_and_deepcopy[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_copy_and_deepcopy[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_duplicates[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_duplicates[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_duplicates[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_duplicates[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_duplicates[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_duplicates[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_duplicates[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_duplicates[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_duplicates[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_duplicates[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_duplicates[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_duplicates[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_duplicates[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_unique[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_unique[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_unique[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_unique[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_unique[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_unique[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_unique[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_unique[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_unique[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_unique[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_unique[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_unique[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_unique[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_unique_na PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_get_unique_index[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_get_unique_index[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_get_unique_index[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_get_unique_index[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_get_unique_index[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_get_unique_index[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_get_unique_index[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_get_unique_index[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_get_unique_index[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_get_unique_index[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_get_unique_index[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_get_unique_index[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_get_unique_index[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_sort[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_sort[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_sort[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_sort[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_sort[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_sort[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_sort[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_sort[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_sort[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_sort[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_sort[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_sort[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_sort[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_mutability[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_mutability[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_mutability[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_mutability[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_mutability[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_mutability[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_mutability[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_mutability[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_mutability[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_mutability[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_mutability[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_mutability[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_mutability[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_compat[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_compat[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_compat[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_compat[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_compat[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_compat[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_compat[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_compat[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_compat[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_compat[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_compat[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_compat[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_compat[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_memory_usage PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_argsort PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_numpy_argsort PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_take PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_take_invalid_kwargs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_repeat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_numpy_repeat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_where[list] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_where[tuple] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_where[klass2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_where[Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_setops_errorcases PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_intersection_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_union_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_difference_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_symmetric_difference PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_insert_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_delete_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_equals PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_equals_op PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_numpy_ufuncs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_hasnans_isnans PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_fillna PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_nulls PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_join_self_unique[inner] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_join_self_unique[outer] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_join_self_unique[left] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_join_self_unique[right] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_searchsorted_monotonic[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_searchsorted_monotonic[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_searchsorted_monotonic[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_searchsorted_monotonic[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_searchsorted_monotonic[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_searchsorted_monotonic[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_searchsorted_monotonic[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_searchsorted_monotonic[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_searchsorted_monotonic[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_searchsorted_monotonic[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_searchsorted_monotonic[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_searchsorted_monotonic[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_searchsorted_monotonic[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_putmask_with_wrong_mask PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_astype_category[True-None-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_astype_category[True-None-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_astype_category[True-foo-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_astype_category[True-foo-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_astype_category[False-None-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_astype_category[False-None-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_astype_category[False-foo-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_astype_category[False-foo-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_can_hold_identifiers PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_shift_identity PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_str PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_view[Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_view[Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_view[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_view[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_view[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_view[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_view[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_view[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_view[Index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_view[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_view[Index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_view[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_view[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_map_callable PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_map_dictlike[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_map_dictlike[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_asobject_deprecated PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_numeric_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_shift PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_pickle_compat_construction PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_fillna_timedelta PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_difference_freq PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_isin PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_factorize PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_join_self[inner] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_join_self[outer] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_join_self[left] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_join_self[right] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_does_not_convert_mixed_integer PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_sort_values PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_get_duplicates PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_argmin_argmax PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_misc_coverage PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_map PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_pass_TimedeltaIndex_to_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_pickle PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_hash_error PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_append_join_nondatetimeindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_append_numpy_bug_1681 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_fields PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_freq_conversion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimeSeries::test_series_box_timedelta PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta_range.py::TestTimedeltas::test_timedelta_range PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta_range.py::TestTimedeltas::test_linspace_behavior[3-2D] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta_range.py::TestTimedeltas::test_linspace_behavior[5-D] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta_range.py::TestTimedeltas::test_linspace_behavior[6-19H12T] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta_range.py::TestTimedeltas::test_linspace_behavior[7-16H] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta_range.py::TestTimedeltas::test_linspace_behavior[9-12H] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta_range.py::TestTimedeltas::test_errors PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_tools.py::TestTimedeltas::test_to_timedelta PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_tools.py::TestTimedeltas::test_to_timedelta_invalid PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_tools.py::TestTimedeltas::test_to_timedelta_via_apply PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/timedeltas/test_tools.py::TestTimedeltas::test_to_timedelta_on_missing_values PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_callable.py::TestIndexingCallable::test_frame_loc_ix_callable PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_callable.py::TestIndexingCallable::test_frame_loc_ix_callable_mixture PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_callable.py::TestIndexingCallable::test_frame_loc_callable PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_callable.py::TestIndexingCallable::test_frame_loc_callable_setitem PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_callable.py::TestIndexingCallable::test_frame_iloc_callable PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_callable.py::TestIndexingCallable::test_frame_iloc_callable_setitem PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_categorical.py::TestCategoricalIndex::test_loc_scalar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_categorical.py::TestCategoricalIndex::test_getitem_scalar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_categorical.py::TestCategoricalIndex::test_slicing_directly PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_categorical.py::TestCategoricalIndex::test_slicing PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_categorical.py::TestCategoricalIndex::test_slicing_and_getting_ops PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_categorical.py::TestCategoricalIndex::test_slicing_doc_examples PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_categorical.py::TestCategoricalIndex::test_getitem_category_type PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_categorical.py::TestCategoricalIndex::test_loc_listlike PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_categorical.py::TestCategoricalIndex::test_loc_listlike_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_categorical.py::TestCategoricalIndex::test_get_indexer_array PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_categorical.py::TestCategoricalIndex::test_get_indexer_same_categories_same_order PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_categorical.py::TestCategoricalIndex::test_get_indexer_same_categories_different_order PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_categorical.py::TestCategoricalIndex::test_getitem_with_listlike PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_categorical.py::TestCategoricalIndex::test_setitem_listlike PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_categorical.py::TestCategoricalIndex::test_ix_categorical_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_categorical.py::TestCategoricalIndex::test_read_only_source PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_categorical.py::TestCategoricalIndex::test_reindexing PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_categorical.py::TestCategoricalIndex::test_loc_slice PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_categorical.py::TestCategoricalIndex::test_boolean_selection PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_categorical.py::TestCategoricalIndex::test_indexing_with_category PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_categorical.py::TestCategoricalIndex::test_map_with_dict_or_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_chaining_and_caching.py::TestCaching::test_slice_consolidate_invalidate_item_cache PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_chaining_and_caching.py::TestCaching::test_setitem_cache_updating PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_chaining_and_caching.py::TestChaining::test_setitem_chained_setfault PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_chaining_and_caching.py::TestChaining::test_detect_chained_assignment PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_chaining_and_caching.py::TestChaining::test_setting_with_copy_bug PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_chaining_and_caching.py::TestChaining::test_detect_chained_assignment_warnings PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_chaining_and_caching.py::TestChaining::test_chained_getitem_with_lists PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_chaining_and_caching.py::TestChaining::test_cache_updating PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_chaining_and_caching.py::TestChaining::test_deprecate_is_copy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_object[1-object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_object[1.1-object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_object[val2-object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_object[True-object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_int64[1-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_int64[1.1-float64] xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_int64[val2-complex128] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_int64[True-object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_int8[val0-int8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_int8[val1-int16] xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_float64[1-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_float64[1.1-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_float64[val2-complex128] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_float64[True-object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_complex128[1-complex128] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_complex128[1.1-complex128] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_complex128[val2-complex128] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_complex128[True-object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_bool[1-int64] xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_bool[3-int64] xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_bool[1.1-float64] xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_bool[val3-complex128] xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_bool[True-bool] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_datetime64[val0-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_datetime64[1-object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_datetime64[x-object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_datetime64tz[val0-datetime64[ns, US/Eastern]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_datetime64tz[val1-object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_datetime64tz[val2-object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_datetime64tz[1-object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_timedelta64[val0-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_timedelta64[1-object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_timedelta64[x-object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_index_object[x-object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_index_object[5-IndexError] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_index_object[1.1-object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_index_int64[5-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_index_int64[1.1-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_index_int64[x-object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_index_float64[5-IndexError] xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_index_float64[5.1-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_index_float64[x-object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_period PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_index_complex128 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_index_bool PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_index_datetime64 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_index_datetime64tz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_index_timedelta64 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_index_period PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestInsertIndexCoercion::test_insert_index_object[1-1-object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestInsertIndexCoercion::test_insert_index_object[1.1-1.1-object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestInsertIndexCoercion::test_insert_index_object[False-False-object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestInsertIndexCoercion::test_insert_index_object[x-x-object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestInsertIndexCoercion::test_insert_index_int64[1-1-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestInsertIndexCoercion::test_insert_index_int64[1.1-1.1-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestInsertIndexCoercion::test_insert_index_int64[False-0-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestInsertIndexCoercion::test_insert_index_int64[x-x-object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestInsertIndexCoercion::test_insert_index_float64[1-1.0-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestInsertIndexCoercion::test_insert_index_float64[1.1-1.1-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestInsertIndexCoercion::test_insert_index_float64[False-0.0-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestInsertIndexCoercion::test_insert_index_float64[x-x-object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestInsertIndexCoercion::test_insert_index_datetimes[datetime64] xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestInsertIndexCoercion::test_insert_index_datetimes[datetime64tz] xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestInsertIndexCoercion::test_insert_index_timedelta64 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestInsertIndexCoercion::test_insert_index_period[insert0-2012-01-period[M]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestInsertIndexCoercion::test_insert_index_period[insert1-coerced_val1-object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestInsertIndexCoercion::test_insert_index_period[1-1-object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestInsertIndexCoercion::test_insert_index_period[x-x-object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestInsertIndexCoercion::test_insert_index_complex128 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestInsertIndexCoercion::test_insert_index_bool PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_object[1-object-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_object[1-object-index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_object[1.1-object-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_object[1.1-object-index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_object[fill_val2-object-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_object[fill_val2-object-index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_object[True-object-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_object[True-object-index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_int64[1-int64-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_int64[1-int64-index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_int64[1.1-float64-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_int64[1.1-float64-index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_int64[fill_val2-complex128-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_int64[fill_val2-complex128-index] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_int64[True-object-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_int64[True-object-index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_float64[1-float64-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_float64[1-float64-index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_float64[1.1-float64-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_float64[1.1-float64-index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_float64[fill_val2-complex128-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_float64[fill_val2-complex128-index] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_float64[True-object-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_float64[True-object-index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_series_complex128[1-complex128] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_series_complex128[1.1-complex128] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_series_complex128[fill_val2-complex128] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_series_complex128[True-object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_series_bool[1-object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_series_bool[1.1-object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_series_bool[fill_val2-object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_series_bool[True-bool] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_series_datetime64[datetime64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_series_datetime64[datetime64tz] xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_index_datetime[datetime64] xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_index_datetime[datetime64tz] xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_index_complex128 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_index_bool PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_series_datetime64tz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_series_timedelta64 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_series_period PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_index_datetime64tz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_index_timedelta64 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_index_period PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_has_comprehensive_tests PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_object[1-object-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_object[1-object-index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_object[1.1-object-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_object[1.1-object-index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_object[fill_val2-object-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_object[fill_val2-object-index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_object[True-object-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_object[True-object-index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_float64[1-float64-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_float64[1-float64-index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_float64[1.1-float64-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_float64[1.1-float64-index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_float64[fill_val2-complex128-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_float64[fill_val2-complex128-index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_float64[True-object-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_float64[True-object-index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_series_complex128[1-complex128] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_series_complex128[1.1-complex128] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_series_complex128[fill_val2-complex128] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_series_complex128[True-object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_datetime[datetime64-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_datetime[datetime64-index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_datetime[datetime64tz-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_datetime[datetime64tz-index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_datetime[object0-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_datetime[object0-index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_datetime[object1-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_datetime[object1-index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_datetime64tz[fill_val0-datetime64[ns, US/Eastern]-Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_datetime64tz[fill_val0-datetime64[ns, US/Eastern]-Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_datetime64tz[fill_val1-object-Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_datetime64tz[fill_val1-object-Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_datetime64tz[fill_val2-object-Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_datetime64tz[fill_val2-object-Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_datetime64tz[1-object-Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_datetime64tz[1-object-Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_datetime64tz[x-object-Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_datetime64tz[x-object-Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_series_int64 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_index_int64 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_series_bool PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_index_bool PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_series_timedelta64 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_series_period PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_index_timedelta64 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_index_period PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[object-object-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[object-object-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[object-int64-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[object-int64-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[object-float64-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[object-float64-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[object-complex128-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[object-complex128-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[object-bool-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[object-bool-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[object-datetime64-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[object-datetime64-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[object-datetime64tz0-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[object-datetime64tz0-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[object-datetime64tz1-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[object-datetime64tz1-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[object-timedelta64-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[object-timedelta64-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[int64-object-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[int64-object-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[int64-int64-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[int64-int64-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[int64-float64-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[int64-float64-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[int64-complex128-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[int64-complex128-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[int64-bool-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[int64-bool-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[int64-datetime64-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[int64-datetime64-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[int64-datetime64tz0-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[int64-datetime64tz0-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[int64-datetime64tz1-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[int64-datetime64tz1-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[int64-timedelta64-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[int64-timedelta64-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[float64-object-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[float64-object-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[float64-int64-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[float64-int64-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[float64-float64-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[float64-float64-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[float64-complex128-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[float64-complex128-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[float64-bool-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[float64-bool-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[float64-datetime64-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[float64-datetime64-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[float64-datetime64tz0-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[float64-datetime64tz0-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[float64-datetime64tz1-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[float64-datetime64tz1-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[float64-timedelta64-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[float64-timedelta64-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[complex128-object-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[complex128-object-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[complex128-int64-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[complex128-int64-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[complex128-float64-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[complex128-float64-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[complex128-complex128-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[complex128-complex128-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[complex128-bool-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[complex128-bool-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[complex128-datetime64-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[complex128-datetime64-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[complex128-datetime64tz0-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[complex128-datetime64tz0-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[complex128-datetime64tz1-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[complex128-datetime64tz1-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[complex128-timedelta64-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[complex128-timedelta64-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[bool-object-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[bool-object-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[bool-int64-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[bool-int64-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[bool-float64-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[bool-float64-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[bool-complex128-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[bool-complex128-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[bool-bool-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[bool-bool-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[bool-datetime64-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[bool-datetime64-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[bool-datetime64tz0-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[bool-datetime64tz0-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[bool-datetime64tz1-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[bool-datetime64tz1-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[bool-timedelta64-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[bool-timedelta64-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns]-object-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns]-object-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns]-int64-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns]-int64-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns]-float64-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns]-float64-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns]-complex128-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns]-complex128-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns]-bool-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns]-bool-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns]-datetime64-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns]-datetime64-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns]-datetime64tz0-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns]-datetime64tz0-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns]-datetime64tz1-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns]-datetime64tz1-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns]-timedelta64-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns]-timedelta64-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, UTC]-object-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, UTC]-object-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, UTC]-int64-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, UTC]-int64-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, UTC]-float64-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, UTC]-float64-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, UTC]-complex128-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, UTC]-complex128-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, UTC]-bool-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, UTC]-bool-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, UTC]-datetime64-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, UTC]-datetime64-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, UTC]-datetime64tz0-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, UTC]-datetime64tz0-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, UTC]-datetime64tz1-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, UTC]-datetime64tz1-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, UTC]-timedelta64-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, UTC]-timedelta64-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, US/Eastern]-object-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, US/Eastern]-object-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, US/Eastern]-int64-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, US/Eastern]-int64-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, US/Eastern]-float64-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, US/Eastern]-float64-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, US/Eastern]-complex128-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, US/Eastern]-complex128-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, US/Eastern]-bool-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, US/Eastern]-bool-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, US/Eastern]-datetime64-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, US/Eastern]-datetime64-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, US/Eastern]-datetime64tz0-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, US/Eastern]-datetime64tz0-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, US/Eastern]-datetime64tz1-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, US/Eastern]-datetime64tz1-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, US/Eastern]-timedelta64-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, US/Eastern]-timedelta64-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[timedelta64[ns]-object-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[timedelta64[ns]-object-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[timedelta64[ns]-int64-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[timedelta64[ns]-int64-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[timedelta64[ns]-float64-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[timedelta64[ns]-float64-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[timedelta64[ns]-complex128-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[timedelta64[ns]-complex128-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[timedelta64[ns]-bool-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[timedelta64[ns]-bool-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[timedelta64[ns]-datetime64-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[timedelta64[ns]-datetime64-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[timedelta64[ns]-datetime64tz0-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[timedelta64[ns]-datetime64tz0-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[timedelta64[ns]-datetime64tz1-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[timedelta64[ns]-datetime64tz1-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[timedelta64[ns]-timedelta64-dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[timedelta64[ns]-timedelta64-series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series_datetime_tz xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series_datetime_datetime XPASS
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series_period PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_datetime.py::TestDatetimeIndex::test_setitem_with_datetime_tz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_datetime.py::TestDatetimeIndex::test_indexing_with_datetime_tz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_datetime.py::TestDatetimeIndex::test_consistency_with_tz_aware_scalar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_datetime.py::TestDatetimeIndex::test_indexing_with_datetimeindex_tz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_datetime.py::TestDatetimeIndex::test_partial_setting_with_datetimelike_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_datetime.py::TestDatetimeIndex::test_loc_setitem_datetime PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_datetime.py::TestDatetimeIndex::test_series_partial_set_datetime PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_datetime.py::TestDatetimeIndex::test_series_partial_set_period PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_floats.py::TestFloatIndexers::test_scalar_error PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_floats.py::TestFloatIndexers::test_scalar_non_numeric PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_floats.py::TestFloatIndexers::test_scalar_with_mixed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_floats.py::TestFloatIndexers::test_scalar_integer PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_floats.py::TestFloatIndexers::test_scalar_float PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_floats.py::TestFloatIndexers::test_slice_non_numeric PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_floats.py::TestFloatIndexers::test_slice_integer PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_floats.py::TestFloatIndexers::test_integer_positional_indexing PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_floats.py::TestFloatIndexers::test_slice_integer_frame_getitem PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_floats.py::TestFloatIndexers::test_slice_float PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_floats.py::TestFloatIndexers::test_floating_index_doc_example PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_floats.py::TestFloatIndexers::test_floating_misc PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_floats.py::TestFloatIndexers::test_floating_tuples PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_floats.py::TestFloatIndexers::test_float64index_slicing_bug PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_exceeds_bounds PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_getitem_int PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_getitem_neg_int PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_getitem_list_int PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_getitem_neg_int_can_reach_first_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_getitem_dups PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_getitem_array PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_getitem_bool PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_getitem_slice PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_getitem_slice_dups PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_setitem PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_setitem_int_multiindex_series[data0-indexes0-values0-expected_k0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_setitem_int_multiindex_series[data1-indexes1-values1-expected_k1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_setitem_int_multiindex_series[data2-indexes2-values2-expected_k2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_setitem_int_multiindex_series[data3-indexes3-values3-expected_k3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_setitem_list PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_setitem_pandas_object PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_setitem_dups PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_getitem_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_getitem_labelled_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_getitem_doc_issue PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_setitem_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_setitem_list_of_lists PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_setitem_with_scalar_index[value0-indexer0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_setitem_with_scalar_index[value0-indexer1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_setitem_with_scalar_index[value0-indexer2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_setitem_with_scalar_index[value1-indexer0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_setitem_with_scalar_index[value1-indexer1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_setitem_with_scalar_index[value1-indexer2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_mask PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_non_unique_indexing PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_empty_list_indexer_is_ok PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_identity_slice_returns_new_object PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_1d PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_inf_upcast PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_dtype_upcast PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_dups_fancy_indexing PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_dups_fancy_indexing2 SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_indexing_mixed_frame_bug PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_multitype_list_index_access PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_set_index_nan PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_multi_nan_indexing PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_multi_assign PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_list PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_string_slice PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_mi_access PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_astype_assignment PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_astype_assignment_with_dups PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_index_contains[index0-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_index_contains[index1-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_index_contains[index2-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_index_contains[index3-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_index_contains[index4-inf] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_index_contains[index5-nan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_index_not_contains[index0-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_index_not_contains[index1-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_index_not_contains[index2-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_index_not_contains[index3-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_index_not_contains[index4-nan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_index_not_contains[index5-inf] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_index_not_contains[index6-inf] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_index_not_contains[index7-nan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_index_not_contains[index8-inf] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_index_not_contains[index9-nan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_index_type_coercion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::TestMisc::test_indexer_caching PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::TestMisc::test_float_index_to_mixed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::TestMisc::test_float_index_non_scalar_assignment PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::TestMisc::test_float_index_at_iat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::TestMisc::test_rhs_alignment PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::TestMisc::test_str_label_slicing_with_negative_step PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::TestMisc::test_slice_with_zero_step_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::TestMisc::test_indexing_assignment_dict_already_exists PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::TestMisc::test_indexing_dtypes_on_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::TestMisc::test_range_in_series_indexing PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::TestMisc::test_non_reducing_slice PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::TestMisc::test_list_slice PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::TestMisc::test_maybe_numeric_slice PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::TestMisc::test_partial_boolean_frame_indexing PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::TestMisc::test_no_reference_cycle PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::TestSeriesNoneCoercion::test_coercion_with_setitem PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::TestSeriesNoneCoercion::test_coercion_with_loc_setitem PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::TestSeriesNoneCoercion::test_coercion_with_setitem_and_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::TestSeriesNoneCoercion::test_coercion_with_loc_and_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::TestDataframeNoneCoercion::test_coercion_with_loc PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::TestDataframeNoneCoercion::test_coercion_with_setitem_and_dataframe PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::TestDataframeNoneCoercion::test_none_coercion_loc_and_dataframe PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::TestDataframeNoneCoercion::test_none_coercion_mixed_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::test_validate_indices_ok PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::test_validate_indices_low PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::test_validate_indices_high PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::test_validate_indices_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing_slow.py::TestIndexingSlow::test_multiindex_get_loc PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing_slow.py::TestIndexingSlow::test_large_dataframe_indexing PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing_slow.py::TestIndexingSlow::test_large_mi_dataframe_indexing PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_ix.py::TestIX::test_ix_deprecation PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_ix.py::TestIX::test_ix_loc_setitem_consistency PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_ix.py::TestIX::test_ix_loc_consistency PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_ix.py::TestIX::test_ix_weird_slicing PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_ix.py::TestIX::test_ix_general PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_ix.py::TestIX::test_ix_assign_column_mixed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_ix.py::TestIX::test_ix_get_set_consistency PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_ix.py::TestIX::test_ix_slicing_strings PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_ix.py::TestIX::test_ix_setitem_out_of_bounds_axis_0 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_ix.py::TestIX::test_ix_setitem_out_of_bounds_axis_1 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_ix.py::TestIX::test_ix_empty_list_indexer_is_ok PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_ix.py::TestIX::test_ix_duplicate_returns_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_dups PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_dups2 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_setitem_dups PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_setitem_slice PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_int PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_label PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_label_out_of_range PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_label_list PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_label_list_with_missing SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_getitem_label_list_with_missing PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_label_list_fails PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_label_array_like PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_bool PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_int_slice PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_to_fail PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_list_with_fail PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_label_slice PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_general PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_setitem_consistency PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_setitem_consistency_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_setitem_consistency_slice_column_len PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_setitem_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_setitem_frame_multiples PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_setitem_with_scalar_index[value0-indexer0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_setitem_with_scalar_index[value0-indexer1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_setitem_with_scalar_index[value0-indexer2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_setitem_with_scalar_index[value1-indexer0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_setitem_with_scalar_index[value1-indexer1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_setitem_with_scalar_index[value1-indexer2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_coerceion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_non_unique PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_non_unique_memory_error PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_empty_list_indexer_is_ok PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_identity_slice_returns_new_object PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[list-list] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[list-tuple] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[list-set] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[list-slice] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[list-ndarray] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[list-Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[list-Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[tuple-list] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[tuple-tuple] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[tuple-set] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[tuple-slice] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[tuple-ndarray] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[tuple-Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[tuple-Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[set-list] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[set-tuple] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[set-set] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[set-slice] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[set-ndarray] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[set-Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[set-Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[slice-list] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[slice-tuple] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[slice-set] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[slice-slice] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[slice-ndarray] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[slice-Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[slice-Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[ndarray-list] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[ndarray-tuple] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[ndarray-set] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[ndarray-slice] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[ndarray-ndarray] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[ndarray-Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[ndarray-Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[Series-list] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[Series-tuple] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[Series-set] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[Series-slice] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[Series-ndarray] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[Series-Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[Series-Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[Index-list] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[Index-tuple] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[Index-set] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[Index-slice] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[Index-ndarray] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[Index-Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[Index-Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_uint64 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_multiindex.py::TestMultiIndexBasic::test_iloc_getitem_multiindex2 SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_multiindex.py::TestMultiIndexBasic::test_setitem_multiindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_multiindex.py::TestMultiIndexBasic::test_loc_getitem_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_multiindex.py::TestMultiIndexBasic::test_loc_getitem_array PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_multiindex.py::TestMultiIndexBasic::test_iloc_getitem_multiindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_multiindex.py::TestMultiIndexBasic::test_loc_multiindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_multiindex.py::TestMultiIndexBasic::test_getitem_partial_int PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_multiindex.py::TestMultiIndexBasic::test_loc_multiindex_indexer_none PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_multiindex.py::TestMultiIndexBasic::test_loc_multiindex_incomplete PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_multiindex.py::TestMultiIndexBasic::test_multiindex_perf_warn PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_multiindex.py::TestMultiIndexBasic::test_series_getitem_multiindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_multiindex.py::TestMultiIndexBasic::test_xs_multiindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_multiindex.py::TestMultiIndexBasic::test_multiindex_setitem PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_multiindex.py::TestMultiIndexBasic::test_getitem_duplicates_multiindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_multiindex.py::TestMultiIndexBasic::test_multiindex_assignment PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_multiindex.py::TestMultiIndexBasic::test_multiindex_label_slicing_with_negative_step PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_multiindex.py::TestMultiIndexBasic::test_multiindex_slice_first_level PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_multiindex.py::TestMultiIndexBasic::test_multiindex_symmetric_difference PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_multiindex.py::TestMultiIndexBasic::test_multiindex_contains_dropped PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_multiindex.py::TestMultiIndexSlicers::test_per_axis_per_level_getitem PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_multiindex.py::TestMultiIndexSlicers::test_multiindex_slicers_non_unique PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_multiindex.py::TestMultiIndexSlicers::test_multiindex_slicers_datetimelike PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_multiindex.py::TestMultiIndexSlicers::test_multiindex_slicers_edges PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_multiindex.py::TestMultiIndexSlicers::test_per_axis_per_level_doc_examples PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_multiindex.py::TestMultiIndexSlicers::test_loc_axis_arguments PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_multiindex.py::TestMultiIndexSlicers::test_per_axis_per_level_setitem PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_multiindex.py::TestMultiIndexPanel::test_iloc_getitem_panel_multiindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_multiindex.py::TestMultiIndexPanel::test_panel_setitem_with_multiindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_panel.py::TestPanel::test_iloc_getitem_panel PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_panel.py::TestPanel::test_iloc_panel_issue PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_panel.py::TestPanel::test_panel_getitem PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_panel.py::TestPanel::test_panel_setitem PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_panel.py::TestPanel::test_panel_assignment PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_partial.py::TestPartialSetting::test_partial_setting PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_partial.py::TestPartialSetting::test_partial_setting_mixed_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_partial.py::TestPartialSetting::test_series_partial_set PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_partial.py::TestPartialSetting::test_series_partial_set_with_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_partial.py::TestPartialSetting::test_partial_set_invalid PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_partial.py::TestPartialSetting::test_partial_set_empty_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_partial.py::TestPartialSetting::test_partial_set_empty_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_partial.py::TestPartialSetting::test_partial_set_empty_frame_row PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_partial.py::TestPartialSetting::test_partial_set_empty_frame_set_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_partial.py::TestPartialSetting::test_partial_set_empty_frame_empty_copy_assignment PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_partial.py::TestPartialSetting::test_partial_set_empty_frame_empty_consistencies PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_scalar.py::TestScalar::test_at_and_iat_get PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_scalar.py::TestScalar::test_at_and_iat_set PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_scalar.py::TestScalar::test_at_iat_coercion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_scalar.py::TestScalar::test_iat_invalid_args PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_scalar.py::TestScalar::test_imethods_with_dups PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_scalar.py::TestScalar::test_at_to_fail PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_scalar.py::TestScalar::test_at_with_tz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_timedelta.py::TestTimedeltaIndexing::test_boolean_indexing PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_timedelta.py::TestTimedeltaIndexing::test_list_like_indexing[0-expected0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_timedelta.py::TestTimedeltaIndexing::test_list_like_indexing[indexer1-expected1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_timedelta.py::TestTimedeltaIndexing::test_list_like_indexing[indexer2-expected2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_timedelta.py::TestTimedeltaIndexing::test_string_indexing PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_timedelta.py::TestTimedeltaIndexing::test_masked_setitem[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_timedelta.py::TestTimedeltaIndexing::test_masked_setitem[value1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_timedelta.py::TestTimedeltaIndexing::test_masked_setitem[nan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_timedelta.py::TestTimedeltaIndexing::test_listlike_setitem[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_timedelta.py::TestTimedeltaIndexing::test_listlike_setitem[value1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_timedelta.py::TestTimedeltaIndexing::test_listlike_setitem[nan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_timedelta.py::TestTimedeltaIndexing::test_numpy_timedelta_scalar_indexing[start0-None-expected_slice0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_timedelta.py::TestTimedeltaIndexing::test_numpy_timedelta_scalar_indexing[start1-stop1-expected_slice1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_timedelta.py::TestTimedeltaIndexing::test_numpy_timedelta_scalar_indexing[None-stop2-expected_slice2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/interval/test_interval.py::TestIntervalIndex::test_loc_with_scalar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/interval/test_interval.py::TestIntervalIndex::test_getitem_with_scalar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/interval/test_interval.py::TestIntervalIndex::test_nonoverlapping_monotonic[increasing-left] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/interval/test_interval.py::TestIntervalIndex::test_nonoverlapping_monotonic[increasing-right] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/interval/test_interval.py::TestIntervalIndex::test_nonoverlapping_monotonic[increasing-neither] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/interval/test_interval.py::TestIntervalIndex::test_nonoverlapping_monotonic[increasing-both] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/interval/test_interval.py::TestIntervalIndex::test_nonoverlapping_monotonic[decreasing-left] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/interval/test_interval.py::TestIntervalIndex::test_nonoverlapping_monotonic[decreasing-right] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/interval/test_interval.py::TestIntervalIndex::test_nonoverlapping_monotonic[decreasing-neither] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/interval/test_interval.py::TestIntervalIndex::test_nonoverlapping_monotonic[decreasing-both] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/interval/test_interval.py::TestIntervalIndex::test_with_interval PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/interval/test_interval.py::TestIntervalIndex::test_with_slices PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/interval/test_interval.py::TestIntervalIndex::test_with_overlaps PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/interval/test_interval.py::TestIntervalIndex::test_non_unique PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/interval/test_interval.py::TestIntervalIndex::test_non_unique_moar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/interval/test_interval.py::TestIntervalIndex::test_non_matching PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/interval/test_interval.py::TestIntervalIndex::test_large_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/interval/test_interval.py::TestIntervalIndex::test_loc_getitem_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/interval/test_interval_new.py::TestIntervalIndex::test_loc_with_interval SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/interval/test_interval_new.py::TestIntervalIndex::test_loc_with_scalar SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/interval/test_interval_new.py::TestIntervalIndex::test_loc_with_slices SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/interval/test_interval_new.py::TestIntervalIndex::test_loc_with_overlap SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/interval/test_interval_new.py::TestIntervalIndex::test_non_unique SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/interval/test_interval_new.py::TestIntervalIndex::test_non_unique_moar SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlock::test_constructor PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlock::test_pickle PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlock::test_mgr_locs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlock::test_attrs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlock::test_merge PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlock::test_copy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlock::test_reindex_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlock::test_reindex_cast PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlock::test_insert PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlock::test_delete PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlock::test_make_block_same_class PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestDatetimeBlock::test_try_coerce_arg PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_constructor_corner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_attrs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_is_mixed_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_is_indexed_like PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_duplicate_ref_loc_failure PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_contains PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_pickle PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_non_unique_pickle PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_categorical_block_pickle PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_get_scalar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_get PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_set PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_set_change_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_set_change_dtype_slice PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_copy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_sparse PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_sparse_mixed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_as_array_float PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_as_array_int_bool PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_as_array_datetime PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_as_array_datetime_tz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_astype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_convert PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_interleave PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_interleave_non_unique_cols PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_consolidate PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_consolidate_ordering_issues PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_reindex_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_reindex_items PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_multiindex_xs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_get_numeric_data PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_get_bool_data PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_unicode_repr_doesnt_raise PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_missing_unicode_key PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_equals PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_equals_block_order_different_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_single_mgr_ctor PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_validate_bool_args PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestIndexing::test_get_slice PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestIndexing::test_take PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestIndexing::test_reindex_axis PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestIndexing::test_reindex_indexer PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlockPlacement::test_slice_len PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlockPlacement::test_zero_step_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlockPlacement::test_unbounded_slice_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlockPlacement::test_not_slice_like_slices PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlockPlacement::test_array_to_slice_conversion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlockPlacement::test_not_slice_like_arrays PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlockPlacement::test_slice_iter PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlockPlacement::test_slice_to_array_conversion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlockPlacement::test_blockplacement_add PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestBlockPlacement::test_blockplacement_add_int PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[add-1-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[add-1.0-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[add-value2-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[add-value3-complex128] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[add-value4-complex128] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[add-True-bool] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[add-value6-<m8[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[add-value7-<M8[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[sub-1-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[sub-1.0-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[sub-value2-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[sub-value3-complex128] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[sub-value4-complex128] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[sub-True-bool] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[sub-value6-<m8[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[sub-value7-<M8[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[mul-1-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[mul-1.0-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[mul-value2-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[mul-value3-complex128] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[mul-value4-complex128] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[mul-True-bool] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[mul-value6-<m8[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[mul-value7-<M8[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[truediv-1-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[truediv-1.0-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[truediv-value2-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[truediv-value3-complex128] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[truediv-value4-complex128] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[truediv-True-bool] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[truediv-value6-<m8[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[truediv-value7-<M8[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[mod-1-i8] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[mod-1.0-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[mod-value2-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[mod-value3-complex128] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[mod-value4-complex128] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[mod-True-bool] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[mod-value6-<m8[ns]] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[mod-value7-<M8[ns]] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[pow-1-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[pow-1.0-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[pow-value2-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[pow-value3-complex128] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[pow-value4-complex128] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[pow-True-bool] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[pow-value6-<m8[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[pow-value7-<M8[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::test_holder[category-Categorical] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::test_holder[M8[ns]-DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::test_holder[M8[ns, US/Central]-DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::test_holder[m8[ns]-TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::test_holder[sparse-SparseArray] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::test_deprecated_fastpath PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/internals/test_internals.py::test_validate_ndim PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_expand_user PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_expand_user_normal_path PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_stringify_path_pathlib SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_stringify_path_localpath PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_stringify_path_fspath PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_infer_compression_from_path[str--None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_infer_compression_from_path[str-.gz-gzip] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_infer_compression_from_path[str-.bz2-bz2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_infer_compression_from_path[str-.zip-zip] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_infer_compression_from_path[str-.xz-xz] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_infer_compression_from_path[CustomFSPath--None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_infer_compression_from_path[CustomFSPath-.gz-gzip] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_infer_compression_from_path[CustomFSPath-.bz2-bz2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_infer_compression_from_path[CustomFSPath-.zip-zip] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_infer_compression_from_path[CustomFSPath-.xz-xz] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_infer_compression_from_path[LocalPath--None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_infer_compression_from_path[LocalPath-.gz-gzip] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_infer_compression_from_path[LocalPath-.bz2-bz2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_infer_compression_from_path[LocalPath-.zip-zip] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_infer_compression_from_path[LocalPath-.xz-xz] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_get_filepath_or_buffer_with_path PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_get_filepath_or_buffer_with_buffer PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_iterator PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_non_existant[read_csv-os-IOError-csv] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_non_existant[read_table-os-IOError-csv] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_non_existant[read_fwf-os-IOError-txt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_non_existant[read_excel-xlrd-IOError-xlsx] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_non_existant[read_feather-feather-Exception-feather] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_non_existant[read_hdf-tables-IOError-h5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_non_existant[read_stata-os-IOError-dta] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_non_existant[read_sas-os-IOError-sas7bdat] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_non_existant[read_json-os-ValueError-json] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_non_existant[read_msgpack-os-ValueError-mp] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_non_existant[read_pickle-os-IOError-pickle] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_fspath_all[read_csv-os-path0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_fspath_all[read_table-os-path1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_fspath_all[read_fwf-os-path2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_fspath_all[read_excel-xlrd-path3] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_fspath_all[read_feather-feather-path4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_fspath_all[read_hdf-tables-path5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_fspath_all[read_stata-os-path6] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_fspath_all[read_sas-os-path7] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_fspath_all[read_json-os-path8] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_fspath_all[read_msgpack-os-path9] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_fspath_all[read_pickle-os-path10] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_write_fspath_all[to_csv-writer_kwargs0-os] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_write_fspath_all[to_excel-writer_kwargs1-xlwt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_write_fspath_all[to_feather-writer_kwargs2-feather] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_write_fspath_all[to_html-writer_kwargs3-os] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_write_fspath_all[to_json-writer_kwargs4-os] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_write_fspath_all[to_latex-writer_kwargs5-os] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_write_fspath_all[to_msgpack-writer_kwargs6-os] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_write_fspath_all[to_pickle-writer_kwargs7-os] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_write_fspath_all[to_stata-writer_kwargs8-os] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_write_fspath_hdf5 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestMMapWrapper::test_constructor_bad_file SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestMMapWrapper::test_get_attr SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestMMapWrapper::test_next SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_common.py::TestMMapWrapper::test_unknown_engine PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_usecols_int[.xls] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_usecols_int[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_usecols_int[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_usecols_list[.xls] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_usecols_list[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_usecols_list[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_usecols_str[.xls] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_usecols_str[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_usecols_str[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_excel_stop_iterator[.xls] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_excel_stop_iterator[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_excel_stop_iterator[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_excel_cell_error_na[.xls] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_excel_cell_error_na[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_excel_cell_error_na[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_excel_passes_na[.xls] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_excel_passes_na[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_excel_passes_na[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_excel_table_sheet_by_index[.xls] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_excel_table_sheet_by_index[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_excel_table_sheet_by_index[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_excel_table[.xls] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_excel_table[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_excel_table[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_reader_special_dtypes[.xls] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_reader_special_dtypes[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_reader_special_dtypes[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_reader_converters[.xls] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_reader_converters[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_reader_converters[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_reader_dtype[.xls] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_reader_dtype[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_reader_dtype[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_reading_all_sheets[.xls] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_reading_all_sheets[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_reading_all_sheets[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_reading_multiple_specific_sheets[.xls] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_reading_multiple_specific_sheets[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_reading_multiple_specific_sheets[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_reading_all_sheets_with_blank[.xls] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_reading_all_sheets_with_blank[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_reading_all_sheets_with_blank[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_blank[.xls] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_blank[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_blank[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_blank_with_header[.xls] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_blank_with_header[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_blank_with_header[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_one_empty_col_no_header[.xls] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_one_empty_col_no_header[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_one_empty_col_no_header[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_one_empty_col_with_header[.xls] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_one_empty_col_with_header[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_one_empty_col_with_header[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_set_column_names_in_parameter[.xls] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_set_column_names_in_parameter[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_set_column_names_in_parameter[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_date_conversion_overflow[.xls] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_date_conversion_overflow[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_date_conversion_overflow[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_sheet_name_and_sheetname[.xls] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_sheet_name_and_sheetname[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_sheet_name_and_sheetname[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_sheet_name_both_raises[.xls] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_sheet_name_both_raises[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_sheet_name_both_raises[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_excel_read_buffer[.xls] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_excel_read_buffer[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_excel_read_buffer[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_xlrd_Book[.xls] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_xlrd_Book[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_xlrd_Book[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_from_http_url[.xls] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_from_http_url[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_from_http_url[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_from_s3_url[.xls] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_from_s3_url[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_from_s3_url[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_from_file_url[.xls] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_from_file_url[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_from_file_url[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_from_pathlib_path[.xls] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_from_pathlib_path[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_from_pathlib_path[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_from_py_localpath[.xls] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_from_py_localpath[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_from_py_localpath[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_reader_closes_file[.xls] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_reader_closes_file[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_reader_closes_file[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_creating_and_reading_multiple_sheets[.xls] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_creating_and_reading_multiple_sheets[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_creating_and_reading_multiple_sheets[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_reader_seconds[.xls] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_reader_seconds[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_reader_seconds[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_multiindex[.xls] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_multiindex[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_multiindex[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_multiindex_empty_level[.xls] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_multiindex_empty_level[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_multiindex_empty_level[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_excel_multindex_roundtrip[.xls] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_excel_multindex_roundtrip[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_excel_multindex_roundtrip[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_excel_old_index_format[.xls] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_excel_old_index_format[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_excel_old_index_format[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_bool_header_arg[.xls] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_bool_header_arg[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_bool_header_arg[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_chunksize[.xls] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_chunksize[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_chunksize[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_parse_dates[.xls] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_parse_dates[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_parse_dates[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_skiprows_list[.xls] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_skiprows_list[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_skiprows_list[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_nrows[.xls] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_nrows[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_nrows[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_nrows_greater_than_nrows_in_file[.xls] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_nrows_greater_than_nrows_in_file[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_nrows_greater_than_nrows_in_file[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_nrows_non_integer_parameter[.xls] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_nrows_non_integer_parameter[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_nrows_non_integer_parameter[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_squeeze[.xls] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_squeeze[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_squeeze[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_sheet_by_name_raise[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_sheet_by_name_raise[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_sheet_by_name_raise[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_sheet_by_name_raise[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_sheet_by_name_raise[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_sheet_by_name_raise[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_sheet_by_name_raise[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_sheet_by_name_raise[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excelwriter_contextmanager[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excelwriter_contextmanager[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excelwriter_contextmanager[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excelwriter_contextmanager[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excelwriter_contextmanager[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excelwriter_contextmanager[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excelwriter_contextmanager[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excelwriter_contextmanager[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_roundtrip[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_roundtrip[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_roundtrip[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_roundtrip[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_roundtrip[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_roundtrip[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_roundtrip[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_roundtrip[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_mixed[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_mixed[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_mixed[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_mixed[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_mixed[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_mixed[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_mixed[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_mixed[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_tsframe[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_tsframe[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_tsframe[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_tsframe[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_tsframe[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_tsframe[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_tsframe[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_tsframe[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_basics_with_nan[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_basics_with_nan[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_basics_with_nan[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_basics_with_nan[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_basics_with_nan[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_basics_with_nan[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_basics_with_nan[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_basics_with_nan[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int8-openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int8-openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int8-openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int8-openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int8-xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int8-xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int8-xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int8-xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int16-openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int16-openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int16-openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int16-openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int16-xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int16-xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int16-xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int16-xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int32-openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int32-openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int32-openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int32-openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int32-xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int32-xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int32-xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int32-xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int64-openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int64-openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int64-openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int64-openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int64-xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int64-xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int64-xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int64-xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_float_types[float16-openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_float_types[float16-openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_float_types[float16-openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_float_types[float16-openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_float_types[float16-xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_float_types[float16-xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_float_types[float16-xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_float_types[float16-xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_float_types[float32-openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_float_types[float32-openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_float_types[float32-openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_float_types[float32-openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_float_types[float32-xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_float_types[float32-xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_float_types[float32-xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_float_types[float32-xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_float_types[float64-openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_float_types[float64-openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_float_types[float64-openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_float_types[float64-openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_float_types[float64-xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_float_types[float64-xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_float_types[float64-xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_float_types[float64-xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_bool_types[bool_0-openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_bool_types[bool_0-openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_bool_types[bool_0-openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_bool_types[bool_0-openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_bool_types[bool_0-xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_bool_types[bool_0-xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_bool_types[bool_0-xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_bool_types[bool_0-xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_bool_types[bool_1-openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_bool_types[bool_1-openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_bool_types[bool_1-openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_bool_types[bool_1-openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_bool_types[bool_1-xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_bool_types[bool_1-xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_bool_types[bool_1-xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_bool_types[bool_1-xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_inf_roundtrip[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_inf_roundtrip[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_inf_roundtrip[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_inf_roundtrip[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_inf_roundtrip[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_inf_roundtrip[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_inf_roundtrip[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_inf_roundtrip[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_sheets[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_sheets[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_sheets[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_sheets[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_sheets[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_sheets[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_sheets[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_sheets[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_colaliases[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_colaliases[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_colaliases[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_colaliases[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_colaliases[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_colaliases[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_colaliases[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_colaliases[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_roundtrip_indexlabels[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_roundtrip_indexlabels[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_roundtrip_indexlabels[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_roundtrip_indexlabels[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_roundtrip_indexlabels[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_roundtrip_indexlabels[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_roundtrip_indexlabels[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_roundtrip_indexlabels[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_roundtrip_indexname[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_roundtrip_indexname[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_roundtrip_indexname[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_roundtrip_indexname[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_roundtrip_indexname[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_roundtrip_indexname[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_roundtrip_indexname[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_roundtrip_indexname[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_roundtrip_datetime[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_roundtrip_datetime[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_roundtrip_datetime[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_roundtrip_datetime[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_roundtrip_datetime[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_roundtrip_datetime[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_roundtrip_datetime[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_roundtrip_datetime[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_date_datetime_format[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_date_datetime_format[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_date_datetime_format[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_date_datetime_format[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_date_datetime_format[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_date_datetime_format[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_date_datetime_format[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_date_datetime_format[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_interval_no_labels[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_interval_no_labels[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_interval_no_labels[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_interval_no_labels[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_interval_no_labels[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_interval_no_labels[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_interval_no_labels[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_interval_no_labels[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_interval_labels[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_interval_labels[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_interval_labels[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_interval_labels[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_interval_labels[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_interval_labels[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_interval_labels[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_interval_labels[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_timedelta[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_timedelta[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_timedelta[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_timedelta[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_timedelta[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_timedelta[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_timedelta[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_timedelta[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_periodindex[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_periodindex[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_periodindex[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_periodindex[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_periodindex[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_periodindex[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_periodindex[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_periodindex[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_nan_label[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_nan_label[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_nan_label[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_nan_label[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_nan_label[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_nan_label[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_nan_label[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_nan_label[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_cols[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_cols[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_cols[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_cols[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_cols[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_cols[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_cols[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_cols[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_dates[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_dates[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_dates[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_dates[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_dates[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_dates[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_dates[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_dates[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_no_write_index[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_no_write_index[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_no_write_index[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_no_write_index[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_no_write_index[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_no_write_index[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_no_write_index[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_no_write_index[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_float_format[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_float_format[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_float_format[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_float_format[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_float_format[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_float_format[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_float_format[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_float_format[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_output_encoding[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_output_encoding[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_output_encoding[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_output_encoding[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_output_encoding[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_output_encoding[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_output_encoding[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_output_encoding[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_unicode_filename[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_unicode_filename[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_unicode_filename[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_unicode_filename[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_unicode_filename[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_unicode_filename[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_unicode_filename[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_unicode_filename[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_010_hemstring[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_010_hemstring[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_010_hemstring[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_010_hemstring[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_010_hemstring[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_010_hemstring[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_010_hemstring[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_010_hemstring[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_010_hemstring_raises_NotImplementedError[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_010_hemstring_raises_NotImplementedError[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_010_hemstring_raises_NotImplementedError[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_010_hemstring_raises_NotImplementedError[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_010_hemstring_raises_NotImplementedError[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_010_hemstring_raises_NotImplementedError[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_010_hemstring_raises_NotImplementedError[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_010_hemstring_raises_NotImplementedError[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_duplicated_columns[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_duplicated_columns[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_duplicated_columns[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_duplicated_columns[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_duplicated_columns[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_duplicated_columns[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_duplicated_columns[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_duplicated_columns[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_swapped_columns[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_swapped_columns[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_swapped_columns[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_swapped_columns[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_swapped_columns[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_swapped_columns[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_swapped_columns[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_swapped_columns[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_invalid_columns[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_invalid_columns[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_invalid_columns[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_invalid_columns[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_invalid_columns[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_invalid_columns[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_invalid_columns[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_invalid_columns[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_arg[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_arg[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_arg[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_arg[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_arg[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_arg[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_arg[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_arg[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_default[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_default[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_default[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_default[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_default[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_default[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_default[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_default[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_used[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_used[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_used[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_used[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_used[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_used[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_used[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_used[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_emptyline[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_emptyline[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_emptyline[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_emptyline[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_emptyline[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_emptyline[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_emptyline[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_emptyline[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_datetimes[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_datetimes[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_datetimes[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_datetimes[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_datetimes[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_datetimes[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_datetimes[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_datetimes[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_bytes_io[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_bytes_io[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_bytes_io[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_bytes_io[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_bytes_io[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_bytes_io[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_bytes_io[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_bytes_io[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_write_lists_dict[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_write_lists_dict[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_write_lists_dict[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_write_lists_dict[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_write_lists_dict[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_write_lists_dict[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_write_lists_dict[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_write_lists_dict[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_true_and_false_value_options[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_true_and_false_value_options[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_true_and_false_value_options[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_true_and_false_value_options[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_true_and_false_value_options[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_true_and_false_value_options[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_true_and_false_value_options[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_true_and_false_value_options[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_freeze_panes[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_freeze_panes[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_freeze_panes[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_freeze_panes[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_freeze_panes[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_freeze_panes[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_freeze_panes[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_freeze_panes[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_path_pathlib[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_path_pathlib[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_path_pathlib[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_path_pathlib[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_path_pathlib[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_path_pathlib[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_path_pathlib[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_path_pathlib[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_path_localpath[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_path_localpath[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_path_localpath[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_path_localpath[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_path_localpath[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_path_localpath[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_path_localpath[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_path_localpath[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestOpenpyxlTests::test_to_excel_styleconverter[None-.xlsx-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestOpenpyxlTests::test_write_cells_merge_styled[None-.xlsx-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlwtTests::test_excel_raise_error_on_multiindex_columns_and_no_index[None-.xls-xlwt] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlwtTests::test_excel_multiindex_columns_and_index_true[None-.xls-xlwt] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlwtTests::test_excel_multiindex_index[None-.xls-xlwt] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlwtTests::test_to_excel_styleconverter[None-.xls-xlwt] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestXlsxWriterTests::test_column_format[None-.xlsx-xlsxwriter] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriterEngineTests::test_ExcelWriter_dispatch[_XlsxWriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriterEngineTests::test_ExcelWriter_dispatch[_OpenpyxlWriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriterEngineTests::test_ExcelWriter_dispatch[_XlwtWriter-.xls] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriterEngineTests::test_ExcelWriter_dispatch_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriterEngineTests::test_register_writer PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::test_styler_to_excel[xlwt] xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::test_styler_to_excel[xlsxwriter] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::test_styler_to_excel[openpyxl] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestFSPath::test_excelfile_fspath SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_excel.py::TestFSPath::test_excelwriter_fspath SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::test_bs4_version_fails SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::test_invalid_flavor PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::test_same_ordering SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_to_html_compat[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_banklist_url[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_spam_url[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_banklist[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_spam_no_types[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_spam_with_types[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_spam_no_match[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_banklist_no_match[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_spam_header[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_skiprows_int[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_skiprows_xrange[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_skiprows_list[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_skiprows_set[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_skiprows_slice[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_skiprows_slice_short[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_skiprows_slice_long[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_skiprows_ndarray[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_skiprows_invalid[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_index[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_header_and_index_no_types[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_header_and_index_with_types[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_infer_types[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_string_io[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_string[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_file_like[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_bad_url_protocol[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_invalid_url[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_file_url[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_invalid_table_attrs[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_multiindex_header[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_multiindex_index[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_multiindex_header_index[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_multiindex_header_skiprows_tuples[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_multiindex_header_skiprows[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_multiindex_header_index_skiprows[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_regex_idempotency[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_negative_skiprows[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_multiple_matches[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_python_docs_table[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_thousands_macau_stats[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_thousands_macau_index_col[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_empty_tables[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_multiple_tbody[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_header_and_one_column[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_tfoot_read[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_countries_municipalities[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_nyse_wsj_commas_table[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_banklist_header[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_gold_canyon[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_different_number_of_rows[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_parse_dates_list[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_parse_dates_combine[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_computer_sales_page[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_wikipedia_states_table[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_decimal_rows[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_bool_header_arg[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_converters[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_na_values[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_keep_default_na[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_multiple_header_rows[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_works_on_valid_markup[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_fallback_success[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_to_html_timestamp[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_displayed_only[True-exp00-None-bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_encode[chinese_utf-16.html-bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_parse_failure_unseekable[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_parse_failure_rewinds[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_importcheck_thread_safety[bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_to_html_compat[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_banklist_url[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_spam_url[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_banklist[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_spam_no_types[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_spam_with_types[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_spam_no_match[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_banklist_no_match[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_spam_header[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_skiprows_int[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_skiprows_xrange[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_skiprows_list[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_skiprows_set[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_skiprows_slice[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_skiprows_slice_short[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_skiprows_slice_long[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_skiprows_ndarray[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_skiprows_invalid[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_index[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_header_and_index_no_types[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_header_and_index_with_types[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_infer_types[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_string_io[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_string[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_file_like[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_bad_url_protocol[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_invalid_url[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_file_url[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_invalid_table_attrs[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_multiindex_header[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_multiindex_index[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_multiindex_header_index[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_multiindex_header_skiprows_tuples[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_multiindex_header_skiprows[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_multiindex_header_index_skiprows[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_regex_idempotency[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_negative_skiprows[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_multiple_matches[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_python_docs_table[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_thousands_macau_stats[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_thousands_macau_index_col[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_empty_tables[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_multiple_tbody[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_header_and_one_column[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_tfoot_read[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_countries_municipalities[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_nyse_wsj_commas_table[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_banklist_header[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_gold_canyon[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_different_number_of_rows[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_parse_dates_list[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_parse_dates_combine[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_computer_sales_page[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_wikipedia_states_table[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_decimal_rows[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_bool_header_arg[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_converters[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_na_values[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_keep_default_na[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_multiple_header_rows[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_works_on_valid_markup[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_fallback_success[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_to_html_timestamp[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_displayed_only[True-exp00-None-lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_encode[chinese_utf-16.html-lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_parse_failure_unseekable[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_parse_failure_rewinds[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_importcheck_thread_safety[lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_displayed_only[False-exp01-exp11-bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_encode[chinese_utf-32.html-bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_displayed_only[False-exp01-exp11-lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_encode[chinese_utf-32.html-lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_encode[chinese_utf-8.html-bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_encode[chinese_utf-8.html-lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_encode[letz_latin1.html-bs4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_encode[letz_latin1.html-lxml] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_packers.py::TestAPI::test_string_io PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_packers.py::TestAPI::test_path_pathlib SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_packers.py::TestAPI::test_path_localpath PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_packers.py::TestAPI::test_iterator_with_string_io PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_packers.py::TestAPI::test_invalid_arg PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_packers.py::TestNumpy::test_numpy_scalar_float PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_packers.py::TestNumpy::test_numpy_scalar_complex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_packers.py::TestNumpy::test_scalar_float PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_packers.py::TestNumpy::test_scalar_bool PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_packers.py::TestNumpy::test_scalar_complex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_packers.py::TestNumpy::test_list_numpy_float PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_packers.py::TestNumpy::test_list_numpy_float_complex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_packers.py::TestNumpy::test_list_float PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_packers.py::TestNumpy::test_list_float_complex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_packers.py::TestNumpy::test_dict_float PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_packers.py::TestNumpy::test_dict_complex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_packers.py::TestNumpy::test_dict_numpy_float PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_packers.py::TestNumpy::test_dict_numpy_complex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_packers.py::TestNumpy::test_numpy_array_float PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_packers.py::TestNumpy::test_numpy_array_complex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_packers.py::TestNumpy::test_list_mixed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_packers.py::TestBasic::test_timestamp PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_packers.py::TestBasic::test_nat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_packers.py::TestBasic::test_datetimes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_packers.py::TestBasic::test_timedeltas PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_packers.py::TestBasic::test_periods PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_packers.py::TestBasic::test_intervals PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_packers.py::TestIndex::test_basic_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_packers.py::TestIndex::test_multi_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_packers.py::TestIndex::test_unicode PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_packers.py::TestSeries::test_basic PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_packers.py::TestCategorical::test_basic PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_packers.py::TestNDFrame::test_basic_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_packers.py::TestNDFrame::test_basic_panel PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_packers.py::TestNDFrame::test_multi PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_packers.py::TestNDFrame::test_iterator PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_packers.py::TestNDFrame::tests_datetimeindex_freq_issue PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_packers.py::TestNDFrame::test_dataframe_duplicate_column_names PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_packers.py::TestSparse::test_sparse_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_packers.py::TestSparse::test_sparse_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_packers.py::TestCompression::test_plain PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_packers.py::TestCompression::test_compression_zlib PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_packers.py::TestCompression::test_compression_blosc SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_packers.py::TestCompression::test_compression_warns_when_decompress_caches_zlib PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_packers.py::TestCompression::test_compression_warns_when_decompress_caches_blosc SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_packers.py::TestCompression::test_small_strings_no_warn_zlib PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_packers.py::TestCompression::test_small_strings_no_warn_blosc SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_packers.py::TestCompression::test_readonly_axis_blosc SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_packers.py::TestCompression::test_readonly_axis_zlib PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_packers.py::TestCompression::test_readonly_axis_blosc_to_sql SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_packers.py::TestCompression::test_readonly_axis_zlib_to_sql SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_packers.py::TestEncoding::test_utf PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_packers.py::TestEncoding::test_default_encoding PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_packers.py::TestMsgpack::test_msgpacks_legacy[legacy_packer0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_parquet.py::test_invalid_engine PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_parquet.py::test_options_py SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_parquet.py::test_options_fp SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_parquet.py::test_options_auto SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_parquet.py::test_options_get_engine SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_parquet.py::test_cross_engine_pa_fp SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_parquet.py::test_cross_engine_fp_pa SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_parquet.py::TestBasic::test_error[fastparquet] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_parquet.py::TestBasic::test_error[pyarrow] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_parquet.py::TestBasic::test_columns_dtypes[fastparquet] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_parquet.py::TestBasic::test_columns_dtypes[pyarrow] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_parquet.py::TestBasic::test_columns_dtypes_invalid[fastparquet] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_parquet.py::TestBasic::test_columns_dtypes_invalid[pyarrow] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_parquet.py::TestBasic::test_compression[fastparquet-None] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_parquet.py::TestBasic::test_compression[fastparquet-gzip] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_parquet.py::TestBasic::test_compression[fastparquet-snappy] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_parquet.py::TestBasic::test_compression[fastparquet-brotli] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_parquet.py::TestBasic::test_compression[pyarrow-None] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_parquet.py::TestBasic::test_compression[pyarrow-gzip] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_parquet.py::TestBasic::test_compression[pyarrow-snappy] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_parquet.py::TestBasic::test_compression[pyarrow-brotli] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_parquet.py::TestBasic::test_read_columns[fastparquet] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_parquet.py::TestBasic::test_read_columns[pyarrow] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_parquet.py::TestBasic::test_write_index[fastparquet] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_parquet.py::TestBasic::test_write_index[pyarrow] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_parquet.py::TestBasic::test_write_multiindex SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_parquet.py::TestBasic::test_write_column_multiindex[fastparquet] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_parquet.py::TestBasic::test_write_column_multiindex[pyarrow] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_parquet.py::TestBasic::test_multiindex_with_columns SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_parquet.py::TestParquetPyArrow::test_basic SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_parquet.py::TestParquetPyArrow::test_basic_subset_columns SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_parquet.py::TestParquetPyArrow::test_duplicate_columns SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_parquet.py::TestParquetPyArrow::test_unsupported SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_parquet.py::TestParquetPyArrow::test_categorical SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_parquet.py::TestParquetPyArrow::test_categorical_unsupported SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_parquet.py::TestParquetPyArrow::test_s3_roundtrip SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_parquet.py::TestParquetFastParquet::test_basic SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_parquet.py::TestParquetFastParquet::test_duplicate_columns SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_parquet.py::TestParquetFastParquet::test_bool_with_none SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_parquet.py::TestParquetFastParquet::test_unsupported SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_parquet.py::TestParquetFastParquet::test_categorical SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_parquet.py::TestParquetFastParquet::test_datetime_tz SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_parquet.py::TestParquetFastParquet::test_filter_row_groups SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_parquet.py::TestParquetFastParquet::test_s3_roundtrip SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_pickle.py::test_pickles[legacy_pickle0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_pickle.py::test_round_trip_current PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_pickle.py::test_pickle_v0_14_1 SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_pickle.py::test_pickle_v0_15_2 SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_pickle.py::test_pickle_path_pathlib SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_pickle.py::test_pickle_path_localpath PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_pickle.py::TestCompression::test_write_explicit[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_pickle.py::TestCompression::test_write_explicit[gzip] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_pickle.py::TestCompression::test_write_explicit[bz2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_pickle.py::TestCompression::test_write_explicit[zip] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_pickle.py::TestCompression::test_write_explicit[xz] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_pickle.py::TestCompression::test_write_explicit_bad[] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_pickle.py::TestCompression::test_write_explicit_bad[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_pickle.py::TestCompression::test_write_explicit_bad[bad] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_pickle.py::TestCompression::test_write_explicit_bad[7z] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_pickle.py::TestCompression::test_write_infer[] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_pickle.py::TestCompression::test_write_infer[.gz] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_pickle.py::TestCompression::test_write_infer[.bz2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_pickle.py::TestCompression::test_write_infer[.no_compress] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_pickle.py::TestCompression::test_write_infer[.xz] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_pickle.py::TestCompression::test_read_explicit[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_pickle.py::TestCompression::test_read_explicit[gzip] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_pickle.py::TestCompression::test_read_explicit[bz2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_pickle.py::TestCompression::test_read_explicit[zip] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_pickle.py::TestCompression::test_read_explicit[xz] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_pickle.py::TestCompression::test_read_infer[] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_pickle.py::TestCompression::test_read_infer[.gz] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_pickle.py::TestCompression::test_read_infer[.bz2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_pickle.py::TestCompression::test_read_infer[.zip] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_pickle.py::TestCompression::test_read_infer[.no_compress] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_pickle.py::TestCompression::test_read_infer[.xz] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_pickle.py::TestProtocol::test_read[-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_pickle.py::TestProtocol::test_read[0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_pickle.py::TestProtocol::test_read[1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_pickle.py::TestProtocol::test_read[2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_pickle.py::TestProtocol::test_read_bad_versions[3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_pickle.py::TestProtocol::test_read_bad_versions[4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_pytables.py::TestHDFComplexValues::test_complex_fixed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_pytables.py::TestHDFComplexValues::test_complex_table PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_pytables.py::TestHDFComplexValues::test_complex_mixed_fixed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_pytables.py::TestHDFComplexValues::test_complex_mixed_table PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_pytables.py::TestHDFComplexValues::test_complex_across_dimensions_fixed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_pytables.py::TestHDFComplexValues::test_complex_across_dimensions PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_pytables.py::TestHDFComplexValues::test_complex_indexing_error PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_pytables.py::TestHDFComplexValues::test_complex_series_error PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_pytables.py::TestHDFComplexValues::test_complex_append PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_pytables.py::TestTimezones::test_append_with_timezones_dateutil PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_pytables.py::TestTimezones::test_append_with_timezones_pytz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_pytables.py::TestTimezones::test_tseries_select_index_column PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_pytables.py::TestTimezones::test_timezones_fixed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_pytables.py::TestTimezones::test_fixed_offset_tz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_pytables.py::TestTimezones::test_store_timezone PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_pytables.py::TestTimezones::test_legacy_datetimetz_object SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_pytables.py::TestTimezones::test_dst_transitions PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_s3.py::TestS3URL::test_is_s3_url PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_empty_dta[114] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_empty_dta[117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_data_method SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_dta1[dta1_114] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_dta1[dta1_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_dta2 SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_dta3[dta3_113] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_dta3[dta3_114] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_dta3[dta3_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_dta3[dta3_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_dta4[dta4_113] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_dta4[dta4_114] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_dta4[dta4_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_dta4[dta4_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_dta12 SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_dta18 SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_dta5 SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_write_dta6 SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_dta10[114] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_dta10[117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_stata_doc_examples SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_write_preserves_original SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_encoding[114] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_encoding[117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_dta11 SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_dta12[114] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_dta12[117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_dta13 SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_reread_dta14[dta14_113-114] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_reread_dta14[dta14_113-117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_reread_dta14[dta14_114-114] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_reread_dta14[dta14_114-117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_reread_dta14[dta14_115-114] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_reread_dta14[dta14_115-117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_reread_dta14[dta14_117-114] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_reread_dta14[dta14_117-117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_reread_dta15[dta15_113] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_reread_dta15[dta15_114] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_reread_dta15[dta15_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_reread_dta15[dta15_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_timestamp_and_label[114] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_timestamp_and_label[117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_invalid_timestamp[114] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_invalid_timestamp[117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_numeric_column_names SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_nan_to_missing_value[114] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_nan_to_missing_value[117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_no_index SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_string_no_dates SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_large_value_conversion SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_dates_invalid_column SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_105 SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_value_labels_old_format SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_date_export_formats SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_write_missing_strings SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_bool_uint[>-114] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_bool_uint[>-117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_bool_uint[<-114] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_bool_uint[<-117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_variable_labels SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_minimal_size_col SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_excessively_long_string SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_missing_value_generator SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_missing_value_conversion[dta17_113] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_missing_value_conversion[dta17_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_missing_value_conversion[dta17_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_big_dates SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_dtype_conversion SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_drop_column SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_categorical_writing[114] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_categorical_writing[117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_categorical_warnings_and_errors SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_categorical_with_stata_missing_values[114] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_categorical_with_stata_missing_values[117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_categorical_order[dta19_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_categorical_order[dta19_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_categorical_sorting[dta20_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_categorical_sorting[dta20_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_categorical_ordering[dta19_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_categorical_ordering[dta19_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-1-dta1_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-1-dta2_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-1-dta3_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-1-dta4_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-1-dta14_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-1-dta15_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-1-dta16_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-1-dta17_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-1-dta18_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-1-dta19_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-1-dta20_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-2-dta1_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-2-dta2_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-2-dta3_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-2-dta4_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-2-dta14_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-2-dta15_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-2-dta16_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-2-dta17_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-2-dta18_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-2-dta19_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-2-dta20_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-1-dta1_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-1-dta2_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-1-dta3_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-1-dta4_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-1-dta14_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-1-dta15_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-1-dta16_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-1-dta17_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-1-dta18_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-1-dta19_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-1-dta20_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-2-dta1_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-2-dta2_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-2-dta3_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-2-dta4_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-2-dta14_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-2-dta15_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-2-dta16_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-2-dta17_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-2-dta18_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-2-dta19_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-2-dta20_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-1-dta1_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-1-dta2_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-1-dta3_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-1-dta4_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-1-dta14_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-1-dta15_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-1-dta16_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-1-dta17_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-1-dta18_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-1-dta19_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-1-dta20_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-2-dta1_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-2-dta2_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-2-dta3_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-2-dta4_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-2-dta14_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-2-dta15_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-2-dta16_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-2-dta17_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-2-dta18_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-2-dta19_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-2-dta20_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-1-dta1_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-1-dta2_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-1-dta3_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-1-dta4_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-1-dta14_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-1-dta15_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-1-dta16_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-1-dta17_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-1-dta18_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-1-dta19_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-1-dta20_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-2-dta1_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-2-dta2_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-2-dta3_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-2-dta4_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-2-dta14_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-2-dta15_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-2-dta16_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-2-dta17_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-2-dta18_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-2-dta19_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-2-dta20_117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_iterator SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-1-dta2_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-1-dta3_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-1-dta4_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-1-dta14_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-1-dta15_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-1-dta16_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-1-dta17_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-1-dta18_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-1-dta19_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-1-dta20_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-2-dta2_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-2-dta3_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-2-dta4_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-2-dta14_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-2-dta15_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-2-dta16_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-2-dta17_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-2-dta18_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-2-dta19_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-2-dta20_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-1-dta2_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-1-dta3_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-1-dta4_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-1-dta14_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-1-dta15_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-1-dta16_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-1-dta17_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-1-dta18_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-1-dta19_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-1-dta20_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-2-dta2_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-2-dta3_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-2-dta4_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-2-dta14_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-2-dta15_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-2-dta16_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-2-dta17_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-2-dta18_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-2-dta19_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-2-dta20_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-1-dta2_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-1-dta3_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-1-dta4_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-1-dta14_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-1-dta15_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-1-dta16_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-1-dta17_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-1-dta18_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-1-dta19_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-1-dta20_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-2-dta2_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-2-dta3_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-2-dta4_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-2-dta14_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-2-dta15_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-2-dta16_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-2-dta17_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-2-dta18_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-2-dta19_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-2-dta20_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-1-dta2_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-1-dta3_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-1-dta4_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-1-dta14_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-1-dta15_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-1-dta16_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-1-dta17_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-1-dta18_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-1-dta19_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-1-dta20_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-2-dta2_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-2-dta3_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-2-dta4_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-2-dta14_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-2-dta15_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-2-dta16_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-2-dta17_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-2-dta18_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-2-dta19_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-2-dta20_115] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_columns SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_write_variable_labels[114] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_write_variable_labels[117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_invalid_variable_labels[114] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_invalid_variable_labels[117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_write_variable_label_errors SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_default_date_conversion SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_unsupported_type SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_unsupported_datetype SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_repeated_column_labels SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_stata_111 SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_out_of_range_double SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_out_of_range_float SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_invalid_encoding SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_path_pathlib SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_pickle_path_localpath SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_value_labels_iterator[True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_value_labels_iterator[False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_set_index SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_date_parsing_ignores_format_details[ms] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_date_parsing_ignores_format_details[day] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_date_parsing_ignores_format_details[week] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_date_parsing_ignores_format_details[month] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_date_parsing_ignores_format_details[qtr] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_date_parsing_ignores_format_details[half] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_date_parsing_ignores_format_details[yr] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_writer_117 SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_convert_strl_name_swap SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_invalid_date_conversion SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_nonfile_writing[114] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_nonfile_writing[117] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_gzip_writing SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_parse_normalisation[whitespace-hello: world; foo: bar- 	 hello 	 :
>   world 
>   ;  
>  foo: 	bar
> 
> ] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_parse_normalisation[empty-decl-hello: world; foo: bar-; hello: world;; foo: bar;
> ; ;] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_parse_normalisation[empty-list--;] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_parse_invalid[hello-world-] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_parse_invalid[font-size: blah-font-size: 1em] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_parse_invalid[font-size: 1a2b-font-size: 1em] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_parse_invalid[font-size: 1e5pt-font-size: 1em] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_parse_invalid[font-size: 1unknownunit-font-size: 1em] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_parse_invalid[font-size: 10-font-size: 1em] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_side_shorthands[margin-expansions0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_side_shorthands[padding-expansions1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_side_shorthands[border-width-expansions2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_side_shorthands[border-color-expansions3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_side_shorthands[border-style-expansions4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_precedence[margin: 1px; margin: 2px--margin: 2px] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_precedence[margin: 1px-margin: 2px-margin: 1px] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_precedence[margin: 1px-margin-top: 2px-margin: 1px] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_none_absent[margin-top: inherit-] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_none_absent[margin-top: initial-] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_absolute_font_size[None-xx-small-6pt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_absolute_font_size[None-x-small-7.500000pt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_absolute_font_size[None-small-9.600000pt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_absolute_font_size[None-medium-12pt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_absolute_font_size[None-large-13.500000pt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_absolute_font_size[None-x-large-18pt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_absolute_font_size[None-xx-large-24pt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_absolute_font_size[None-8px-6pt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_absolute_font_size[None-1.25pc-15pt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_absolute_font_size[None-.25in-18pt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_absolute_font_size[None-02.54cm-72pt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_absolute_font_size[None-25.4mm-72pt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_absolute_font_size[None-101.6q-72pt0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_absolute_font_size[None-101.6q-72pt1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_absolute_font_size[16pt-xx-small-6pt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_absolute_font_size[16pt-x-small-7.500000pt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_absolute_font_size[16pt-small-9.600000pt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_absolute_font_size[16pt-medium-12pt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_absolute_font_size[16pt-large-13.500000pt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_absolute_font_size[16pt-x-large-18pt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_absolute_font_size[16pt-xx-large-24pt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_absolute_font_size[16pt-8px-6pt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_absolute_font_size[16pt-1.25pc-15pt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_absolute_font_size[16pt-.25in-18pt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_absolute_font_size[16pt-02.54cm-72pt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_absolute_font_size[16pt-25.4mm-72pt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_absolute_font_size[16pt-101.6q-72pt0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_absolute_font_size[16pt-101.6q-72pt1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_relative_font_size[1em-None-12pt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_relative_font_size[1.0em-None-12pt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_relative_font_size[1.25em-None-15pt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_relative_font_size[1em-16pt-16pt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_relative_font_size[1.0em-16pt-16pt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_relative_font_size[1.25em-16pt-20pt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_relative_font_size[1rem-16pt-12pt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_relative_font_size[1.0rem-16pt-12pt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_relative_font_size[1.25rem-16pt-15pt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_relative_font_size[100%-None-12pt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_relative_font_size[125%-None-15pt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_relative_font_size[100%-16pt-16pt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_relative_font_size[125%-16pt-20pt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_relative_font_size[2ex-None-12pt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_relative_font_size[2.0ex-None-12pt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_relative_font_size[2.50ex-None-15pt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_relative_font_size[inherit-16pt-16pt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_relative_font_size[smaller-None-10pt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_relative_font_size[smaller-18pt-15pt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_relative_font_size[larger-None-14.400000pt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_css.py::test_css_relative_font_size[larger-15pt-18pt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_eng_formatting.py::TestEngFormatter::test_eng_float_formatter PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_eng_formatting.py::TestEngFormatter::test_exponents_with_eng_prefix PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_eng_formatting.py::TestEngFormatter::test_exponents_without_eng_prefix PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_eng_formatting.py::TestEngFormatter::test_rounding PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_eng_formatting.py::TestEngFormatter::test_nan PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_eng_formatting.py::TestEngFormatter::test_inf PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_repr_embedded_ndarray PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_eng_float_formatter PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_show_null_counts PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_repr_tuples PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_repr_truncation PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_repr_chop_threshold PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_repr_chop_threshold_column_below PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_repr_obeys_max_seq_limit PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_repr_set PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_repr_is_valid_construction_code PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_repr_should_return_str PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_repr_no_backslash PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_expand_frame_repr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_repr_non_interactive PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_repr_truncates_terminal_size PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_repr_max_columns_max_rows PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_str_max_colwidth PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_auto_detect PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_repr_unicode PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_unicode_columns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_utf8_columns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_unicode_two PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_unicode_three PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_with_formatters PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_with_datetime64_monthformatter PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_with_datetime64_hourformatter PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_with_formatters_unicode PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_east_asian_unicode_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_buffer_all_unicode PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_with_col_space PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_truncate_indices PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_truncate_multilevel PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_truncate_with_different_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_datetimelike_frame PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_nonunicode_nonascii_alignment PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_unicode_problem_decoding_as_ascii PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_string_repr_encoding SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_repr_corner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_frame_info_encoding PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_pprint_thing PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_wide_repr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_wide_repr_wide_columns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_wide_repr_named PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_wide_repr_multiindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_wide_repr_multiindex_cols PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_wide_repr_unicode PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_wide_repr_wide_long_columns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_long_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_index_with_nan PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_no_header PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_specified_header PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_no_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_line_width_no_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_float_formatting PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_small_float_values PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_float_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_ascii_error PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_int_formatting PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_index_formatter PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_left_justify_cols PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_format_na PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_line_width PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_show_dimensions PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_repr_html PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_repr_html_mathjax PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_repr_html_wide PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_repr_html_wide_multiindex_cols PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_repr_html_long PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_repr_html_float PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_repr_html_long_multiindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_repr_html_long_and_wide PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_info_repr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_info_repr_max_cols PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_info_repr_html PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_fake_qtconsole_repr_html PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_pprint_pathological_object PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_float_trim_zeros PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_dict_entries PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_period PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_repr_unicode PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_to_string PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_freq_name_separation PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_to_string_mixed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_to_string_float_na_spacing PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_to_string_without_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_unicode_name_in_footer PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_east_asian_unicode_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_float_trim_zeros PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_datetimeindex PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_timedelta64 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_mixed_datetime64 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_period PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_max_multi_index_display PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_consistent_format PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_format_explicit PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_ncols PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_max_rows_eq_one PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_truncate_ndots PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_show_dimensions PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_to_string_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_to_string_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_to_string_length PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_to_string_na_rep PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_to_string_float_format PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_to_string_header PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestFloatArrayFormatter::test_misc PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestFloatArrayFormatter::test_format PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestFloatArrayFormatter::test_output_significant_digits PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestFloatArrayFormatter::test_too_long PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestRepr_timedelta64::test_none PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestRepr_timedelta64::test_sub_day PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestRepr_timedelta64::test_long PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestRepr_timedelta64::test_all PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestTimedelta64Formatter::test_days PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestTimedelta64Formatter::test_days_neg PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestTimedelta64Formatter::test_subdays PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestTimedelta64Formatter::test_subdays_neg PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestTimedelta64Formatter::test_zero PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDatetime64Formatter::test_mixed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDatetime64Formatter::test_dates PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDatetime64Formatter::test_date_nanos PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDatetime64Formatter::test_dates_display PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDatetime64Formatter::test_datetime64formatter_yearmonth PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDatetime64Formatter::test_datetime64formatter_hoursecond PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestNaTFormatting::test_repr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestNaTFormatting::test_str PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDatetimeIndexFormat::test_datetime PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDatetimeIndexFormat::test_date PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDatetimeIndexFormat::test_date_tz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDatetimeIndexFormat::test_date_explicit_date_format PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDatetimeIndexUnicode::test_dates PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestDatetimeIndexUnicode::test_mixed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestStringRepTimestamp::test_no_tz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestStringRepTimestamp::test_tz_pytz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestStringRepTimestamp::test_tz_dateutil PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::TestStringRepTimestamp::test_nat_representations PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_format.py::test_format_percentiles PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_printing.py::test_adjoin PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_printing.py::test_repr_binary_type PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_printing.py::TestFormattBase::test_adjoin PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_printing.py::TestFormattBase::test_adjoin_unicode PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_printing.py::TestFormattBase::test_justify PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_printing.py::TestFormattBase::test_east_asian_len PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_printing.py::TestFormattBase::test_ambiguous_width PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_printing.py::TestTableSchemaRepr::test_publishes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_printing.py::TestTableSchemaRepr::test_publishes_not_implemented PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_printing.py::TestTableSchemaRepr::test_config_on PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_printing.py::TestTableSchemaRepr::test_config_default_off PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_printing.py::TestTableSchemaRepr::test_enable_data_resource_formatter PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_init_non_pandas PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_init_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_repr_html_ok PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_repr_html_mathjax PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_update_ctx PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_update_ctx_flatten_multi PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_update_ctx_flatten_multi_traliing_semi PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_copy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_deepcopy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_clear PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_render PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_render_empty_dfs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_render_double PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_set_properties PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_set_properties_subset PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_empty_index_name_doesnt_display PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_index_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_multiindex_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_numeric_columns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_apply_axis PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_apply_subset PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_applymap_subset PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_where_with_one_style PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_where_subset PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_where_subset_compare_with_applymap PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_bar_align_left PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_bar_align_left_0points PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_bar_align_mid_pos_and_neg PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_bar_align_mid_all_pos PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_bar_align_mid_all_neg PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_bar_align_zero_pos_and_neg PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_bar_bad_align_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_highlight_null PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_nonunique_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_caption PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_uuid PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_unique_id PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_table_styles PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_table_attributes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_precision PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_apply_none PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_trim PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_highlight_max PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_export PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_display_format PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_display_format_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_display_subset PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_display_dict PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_bad_apply_shape PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_apply_bad_return PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_apply_bad_labels PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_get_level_lengths PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_get_level_lengths_un_sorted PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_mi_sparse PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_mi_sparse_disabled PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_mi_sparse_index_names PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_mi_sparse_column_names PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_hide_single_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_hide_multiindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_hide_columns_single_level PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_hide_columns_mult_levels PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::TestStylerMatplotlibDep::test_background_gradient PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::test_block_names PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::test_from_custom_template PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_style.py::test_shim PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_with_single_column PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_defualt_encoding SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_quotechar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_doublequote PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_escapechar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_csv.py::TestToCSV::test_csv_to_string PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_decimal PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_float_format PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_na_rep PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_date_format PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_multi_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_string_array_ascii PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_string_array_utf8 xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_stdout_file PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-family: foo,bar-expected0] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-family: foo,
> bar-expected2] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-family: bar, foo-expected4] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-family: serif-expected9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-family: Serif-expected10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-family: roman, serif-expected11] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-family: roman, sansserif-expected14] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-family: roman, cursive-expected15] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-family: roman, fantasy-expected16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-size: 1em-expected17] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-size: xx-small-expected18] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-size: x-small-expected19] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-size: small-expected20] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-size: medium-expected21] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-size: large-expected22] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-size: x-large-expected23] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-size: xx-large-expected24] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-size: 50%-expected25] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-weight: 100-expected26] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-weight: 200-expected27] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-weight: 300-expected28] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-weight: 400-expected29] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-weight: normal-expected30] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-weight: lighter-expected31] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-weight: bold-expected32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-weight: bolder-expected33] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-weight: 700-expected34] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-weight: 800-expected35] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-weight: 900-expected36] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-style: italic-expected37] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-style: oblique-expected38] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[text-decoration: underline-expected39] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[text-decoration: overline-expected40] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[text-decoration: none-expected41] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[text-decoration: line-through-expected42] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[color: red-expected45] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[color: #ff0000-expected46] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[color: #f0a-expected47] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[text-shadow: none-expected48] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[text-shadow: 0px -2em-expected56] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[background-color: red-expected57] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[background-color: #ff0000-expected58] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[background-color: #f0a-expected59] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[border-style: solid-expected60] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[border-top-style: solid-expected64] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[border-top-style: dotted-expected69] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[border-top-style: dashed-expected71] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[border-top-style: double-expected73] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[text-align: center-expected77] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[text-align: left-expected78] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[text-align: right-expected79] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[text-align: justify-expected80] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[vertical-align: top-expected81] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[vertical-align: text-top-expected82] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[vertical-align: middle-expected83] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[vertical-align: bottom-expected84] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[vertical-align: text-bottom-expected85] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[white-space: nowrap-expected86] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[white-space: pre-expected87] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[white-space: pre-line-expected88] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[white-space: normal-expected89] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_multiple PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_inherited[font-weight: bold--expected0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_inherited[-font-weight: bold-expected1] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_inherited[font-style: inherit--expected4] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[pink-FFC0CB] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[brown-A52A2A] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[gray-808080] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[purple-800080] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[aqua-00FFFF] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[navy-000080] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[blue-0000FF] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[fuchsia-FF00FF] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[grey-808080] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[maroon-800000] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[olive-808000] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[green-008000] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[yellow-FFFF00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[teal-008080] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[orange-FFA500] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[black-000000] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[white-FFFFFF] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[silver-C0C0C0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[red-FF0000] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[lime-00FF00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[#FFC0CB-FFC0CB] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[#A52A2A-A52A2A] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[#808080-8080800] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[#800080-800080] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[#00FFFF-00FFFF] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[#000080-000080] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[#0000FF-0000FF] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[#FF00FF-FF00FF] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[#808080-8080801] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[#800000-800000] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[#808000-808000] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[#008000-008000] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[#FFFF00-FFFF00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[#008080-008080] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[#FFA500-FFA500] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[#000000-000000] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[#FFFFFF-FFFFFF] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[#C0C0C0-C0C0C0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[#FF0000-FF0000] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[#00FF00-00FF00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[#F0F-FF00FF] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[#ABC-AABBCC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_bad_colors[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_bad_colors[not-a-color] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_with_col_space PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_with_empty_string_label PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_unicode PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_decimal PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_escaped PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_escape_disabled PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_multiindex_index_false PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_multiindex_sparsify_false_multi_sparse PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_multiindex_sparsify PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_multiindex_odd_even_truncate PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_index_formatter PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_datetime64_monthformatter PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_datetime64_hourformatter PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_regression_GH6098 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_truncate SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_truncate_multi_index SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_truncate_multi_index_sparse_off SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_border PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_border_option PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_border_zero PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_filename PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_with_no_bold PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_columns_arg PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_multiindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_justify[left] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_justify[right] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_justify[center] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_justify[justify] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_justify[justify-all] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_justify[start] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_justify[end] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_justify[inherit] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_justify[match-parent] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_justify[initial] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_justify[unset] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_invalid_justify[super-right] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_invalid_justify[small-left] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_invalid_justify[noinherit] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_invalid_justify[tiny] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_invalid_justify[pandas] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_with_classes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_no_index_max_rows PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_notebook_has_style PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_notebook_has_no_style PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_with_index_names_false PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_with_id PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_display_option_warning PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_filename PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_format PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_with_formatters PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_multiindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_multiindex_dupe_level PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_multicolumnrow PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_escape PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_special_escape PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_longtable PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_escape_special_chars PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_no_header PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_specified_header PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_decimal PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_bold_rows PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_no_bold_rows PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_multiindex_names[axes0-None-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_multiindex_names[axes0-None-named0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_multiindex_names[axes0-named1-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_multiindex_names[axes0-named1-named0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_multiindex_names[axes1-None-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_multiindex_names[axes1-None-named0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_multiindex_names[axes1-named1-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_multiindex_names[axes1-named1-named0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_multiindex_names[axes2-None-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_multiindex_names[axes2-None-named0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_multiindex_names[axes2-named1-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_multiindex_names[axes2-named1-named0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_multiindex_nans[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_multiindex_nans[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_non_string_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_midrule_location PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_multiindex_empty_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_compression.py::test_compression_roundtrip[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_compression.py::test_compression_roundtrip[gzip] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_compression.py::test_compression_roundtrip[bz2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_compression.py::test_compression_roundtrip[zip] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_compression.py::test_compression_roundtrip[xz] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_compression.py::test_read_zipped_json SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_compression.py::test_with_s3_url[None] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_compression.py::test_with_s3_url[gzip] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_compression.py::test_with_s3_url[bz2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_compression.py::test_with_s3_url[zip] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_compression.py::test_with_s3_url[xz] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_compression.py::test_lines_with_compression[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_compression.py::test_lines_with_compression[gzip] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_compression.py::test_lines_with_compression[bz2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_compression.py::test_lines_with_compression[zip] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_compression.py::test_lines_with_compression[xz] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_compression.py::test_chunksize_with_compression[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_compression.py::test_chunksize_with_compression[gzip] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_compression.py::test_chunksize_with_compression[bz2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_compression.py::test_chunksize_with_compression[zip] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_compression.py::test_chunksize_with_compression[xz] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_compression.py::test_write_unsupported_compression_type PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_compression.py::test_read_unsupported_compression_type PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestBuildSchema::test_build_table_schema PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestBuildSchema::test_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestBuildSchema::test_series_unnamed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestBuildSchema::test_multiindex PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableSchemaType::test_as_json_table_type_categorical_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_build_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_to_json PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_to_json_float_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_to_json_period_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_to_json_categorical_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_date_format_raises PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_categorical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_set_names_unset[idx0-index-name] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_set_names_unset[idx1-myname-name] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_set_names_unset[idx2-nm2-names] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_set_names_unset[idx3-nm3-names] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_set_names_unset[idx4-nm4-names] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_warns_non_roundtrippable_names[idx0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_warns_non_roundtrippable_names[idx1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_warns_non_roundtrippable_names[idx2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_timestamp_in_columns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_overlapping_names[case0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_overlapping_names[case1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_overlapping_names[case2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_mi_falsey_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals0-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals0-idx] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals0-index] xfail
> ../debian/tmp/usr/lib/python2.7/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/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals1-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals1-idx] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals1-index] xfail
> ../debian/tmp/usr/lib/python2.7/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/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals2-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals2-idx] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals2-index] xfail
> ../debian/tmp/usr/lib/python2.7/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/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals3-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals3-idx] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals3-index] xfail
> ../debian/tmp/usr/lib/python2.7/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/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals4-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals4-idx] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals4-index] xfail
> ../debian/tmp/usr/lib/python2.7/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/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals5-None] xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals5-idx] xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals5-index] xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals5-level_0] xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals6-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals6-idx] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals6-index] xfail
> ../debian/tmp/usr/lib/python2.7/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/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals7-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals7-idx] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals7-index] xfail
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_comprehensive PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_multiindex[index_names0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_multiindex[index_names1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_multiindex[index_names2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_multiindex[index_names3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_multiindex[index_names4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_empty_frame_roundtrip[True] xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_empty_frame_roundtrip[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_normalize.py::TestJSONNormalize::test_simple_records PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_normalize.py::TestJSONNormalize::test_simple_normalize PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_normalize.py::TestJSONNormalize::test_empty_array PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_normalize.py::TestJSONNormalize::test_simple_normalize_with_separator PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_normalize.py::TestJSONNormalize::test_value_array_record_prefix PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_normalize.py::TestJSONNormalize::test_more_deeply_nested PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_normalize.py::TestJSONNormalize::test_shallow_nested PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_normalize.py::TestJSONNormalize::test_meta_name_conflict PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_normalize.py::TestJSONNormalize::test_meta_parameter_not_modified PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_normalize.py::TestJSONNormalize::test_record_prefix PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_normalize.py::TestJSONNormalize::test_non_ascii_key PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_normalize.py::TestJSONNormalize::test_missing_field PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_normalize.py::TestNestedToRecord::test_flat_stays_flat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_normalize.py::TestNestedToRecord::test_one_level_deep_flattens PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_normalize.py::TestNestedToRecord::test_nested_flattens PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_normalize.py::TestNestedToRecord::test_json_normalize_errors PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_normalize.py::TestNestedToRecord::test_donot_drop_nonevalues PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_normalize.py::TestNestedToRecord::test_nonetype_top_level_bottom_level PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_normalize.py::TestNestedToRecord::test_nonetype_multiple_levels PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_frame_double_encoded_labels SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_frame_non_unique_index SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_frame_non_unique_columns SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_frame_from_json_to_json SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_frame_from_json_bad_data SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_frame_from_json_nones SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_frame_to_json_float_precision SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_frame_to_json_except SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_frame_empty SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_frame_empty_mixedtype SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_frame_mixedtype_orient SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_v12_compat SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_blocks_compat_GH9037 SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_frame_nonprintable_bytes SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_label_overflow SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_series_non_unique_index SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_series_from_json_to_json SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_series_to_json_except SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_series_from_json_precise_float SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_frame_from_json_precise_float SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_typ SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_reconstruction_index SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_path SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_axis_dates SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_convert_dates SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_convert_dates_infer SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_date_format_frame SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_date_format_series SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_date_unit SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_weird_nested_json SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_doc_example SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_misc_example SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_round_trip_exception_ SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_url SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_timedelta SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_mixed_timedelta_datetime SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_default_handler SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_default_handler_indirect SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_default_handler_numpy_unsupported_dtype SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_default_handler_raises SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_categorical SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_datetime_tz SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_sparse SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_tz_is_utc SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_tz_range_is_utc SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_read_inline_jsonl SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_read_s3_jsonl SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_read_local_jsonl SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_read_jsonl_unicode_chars SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_read_json_large_numbers SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_to_jsonl SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_latin_encoding SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_data_frame_size_after_to_json SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_index_false_to_json_split[data0-expected0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_index_false_to_json_split[data1-expected1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_index_false_to_json_split[data2-expected2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_index_false_to_json_split[data3-expected3] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_index_false_to_json_split[data4-expected4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_index_false_to_json_split[data5-expected5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_index_false_to_json_table[data0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_index_false_to_json_table[data1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_index_false_to_json_table[data2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_index_false_to_json_table[data3] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_index_false_to_json_table[data4] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_index_false_to_json_table[data5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_index_false_error_to_json[records] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_index_false_error_to_json[index] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_index_false_error_to_json[columns] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_index_false_error_to_json[values] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_readlines.py::test_read_jsonl PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_readlines.py::test_read_jsonl_unicode_chars PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_readlines.py::test_to_jsonl PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_readlines.py::test_readjson_chunks[1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_readlines.py::test_readjson_chunks[1.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_readlines.py::test_readjson_chunksize_requires_lines PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_readlines.py::test_readjson_chunks_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_readlines.py::test_readjson_each_chunk PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_readlines.py::test_readjson_chunks_from_file PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_readlines.py::test_readjson_chunks_closes[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_readlines.py::test_readjson_chunks_closes[1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_readlines.py::test_readjson_invalid_chunksize[0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_readlines.py::test_readjson_invalid_chunksize[-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_readlines.py::test_readjson_invalid_chunksize[2.2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_readlines.py::test_readjson_invalid_chunksize[foo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_readlines.py::test_readjson_chunks_multiple_empty_lines[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_readlines.py::test_readjson_chunks_multiple_empty_lines[1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_readlines.py::test_readjson_chunks_multiple_empty_lines[2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeDecimal PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeStringConversion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_doubleLongIssue PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_doubleLongDecimalIssue PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeNonCLocale SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeDecodeLongDecimal PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decimalDecodeTestPrecise PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeDoubleTinyExponential PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeDictWithUnicodeKeys PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeDoubleConversion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeWithDecimal PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeDoubleNegConversion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeArrayOfNestedArrays PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeArrayOfDoubles PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_doublePrecisionTest PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_invalidDoublePrecision PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeStringConversion2 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeUnicodeConversion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeUnicodeConversion1 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeControlEscaping PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeUnicodeConversion2 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeUnicodeSurrogatePair PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeUnicode4BytesUTF8 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeUnicode4BytesUTF8Highest PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeArrayInArray PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeIntConversion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeIntNegConversion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeLongNegConversion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeListConversion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeDictConversion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeNoneConversion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeTrueConversion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeFalseConversion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeDatetimeConversion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeDateConversion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeTimeConversion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeTimeConversion_pytz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeTimeConversion_dateutil PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_nat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_npy_nat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_datetime_units PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeToUTF8 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeFromUnicode PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeRecursionMax PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeDoubleNan PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeDoubleInf PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeDoubleNegInf PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeJibberish PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeBrokenArrayStart PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeBrokenObjectStart PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeBrokenArrayEnd PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeArrayDepthTooBig PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeBrokenObjectEnd PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeObjectDepthTooBig PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeStringUnterminated PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeStringUntermEscapeSequence PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeStringBadEscape PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeTrueBroken PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeFalseBroken PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeNullBroken PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeBrokenDictKeyTypeLeakTest PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeBrokenDictLeakTest PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeBrokenListLeakTest PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeDictWithNoKey PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeDictWithNoColonOrValue PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeDictWithNoValue PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeNumericIntPos PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeNumericIntNeg PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeUnicode4BytesUTF8Fail PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeNullCharacter PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeNullCharacter PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeListLongConversion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeLongConversion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_numericIntExp PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_numericIntFrcExp PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeNumericIntExpEPLUS PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeNumericIntExpePLUS PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeNumericIntExpE PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeNumericIntExpe PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeNumericIntExpEMinus PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeNumericIntExpeMinus PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_dumpToFile PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_dumpToFileLikeObject PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_dumpFileArgsError PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_loadFile PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_loadFileLikeObject PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_loadFileArgsError PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_version PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeNumericOverflow PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeNumericOverflowNested PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeNumberWith32bitSignBit PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeBigEscape PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeBigEscape PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_toDict PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_defaultHandler PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_Bool PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_BoolArray PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_Int PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_IntArray PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_IntMax PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_Float PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_FloatArray PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_FloatMax PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_Arrays PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_OdArray PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_ArrayNumpyExcept PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_ArrayNumpyLabelled PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_DataFrame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_DataFrameNumpy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_DataFrameNested PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_DataFrameNumpyLabelled PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_Series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_SeriesNested PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_Index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_datetimeindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decodeArrayTrailingCommaFail PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decodeArrayLeadingCommaFail PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decodeArrayOnlyCommaFail PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decodeArrayUnmatchedBracketFail PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decodeArrayEmpty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decodeArrayOneItem PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decodeBigValue PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decodeSmallValue PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decodeTooBigValue PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decodeTooSmallValue PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decodeVeryTooBigValue PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decodeVeryTooSmallValue PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decodeWithTrailingWhitespaces PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decodeWithTrailingNonWhitespaces PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decodeArrayWithBigInt PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decodeArrayFaultyUnicode PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decodeFloatingPointAdditionalTests PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_encodeBigSet PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_encodeEmptySet PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_encodeSet PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_buffer.py::test_unpack_buffer PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_buffer.py::test_unpack_bytearray PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_case.py::test_1 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_case.py::test_2 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_case.py::test_3 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_case.py::test_5 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_case.py::test_9 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_case.py::test_fixraw PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_case.py::test_raw16 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_case.py::test_raw32 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_case.py::test_fixarray PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_case.py::test_array16 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_case.py::test_array32 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_case.py::test_match PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_case.py::test_unicode PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_except.py::TestExceptions::test_raise_on_find_unsupported_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_except.py::TestExceptions::test_raise_from_object_hook PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_except.py::TestExceptions::test_invalid_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_extension.py::test_pack_ext_type PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_extension.py::test_unpack_ext_type PASSED
> ../debian/tmp/usr/lib/python2.7/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 ??????????????@ffffff
> @
> PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_format.py::testSimpleValue PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_format.py::testFixnum PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_format.py::testFixArray PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_format.py::testFixRaw PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_format.py::testFixMap PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_format.py::testUnsignedInt PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_format.py::testSignedInt PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_format.py::testRaw PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_format.py::testArray PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_format.py::testMap PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_limits.py::TestLimits::test_integer PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_limits.py::TestLimits::test_array_header PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_limits.py::TestLimits::test_map_header PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_limits.py::TestLimits::test_max_str_len PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_limits.py::TestLimits::test_max_bin_len PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_limits.py::TestLimits::test_max_array_len PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_limits.py::TestLimits::test_max_map_len PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_limits.py::TestLimits::test_max_ext_len PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_newspec.py::test_str8 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_newspec.py::test_bin8 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_newspec.py::test_bin16 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_newspec.py::test_bin32 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_newspec.py::test_ext PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_obj.py::TestObj::test_encode_hook PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_obj.py::TestObj::test_decode_hook PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_obj.py::TestObj::test_decode_pairs_hook PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_obj.py::TestObj::test_only_one_obj_hook PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_obj.py::TestObj::test_bad_hook PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_obj.py::TestObj::test_array_hook PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_obj.py::TestObj::test_an_exception_in_objecthook1 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_obj.py::TestObj::test_an_exception_in_objecthook2 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_pack.py::TestPack::testPack PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_pack.py::TestPack::testPackUnicode PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_pack.py::TestPack::testPackUTF32 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_pack.py::TestPack::testPackBytes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_pack.py::TestPack::testIgnoreUnicodeErrors PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_pack.py::TestPack::testStrictUnicodeUnpack PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_pack.py::TestPack::testStrictUnicodePack PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_pack.py::TestPack::testIgnoreErrorsPack PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_pack.py::TestPack::testNoEncoding PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_pack.py::TestPack::testDecodeBinary PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_pack.py::TestPack::testPackFloat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_pack.py::TestPack::testArraySize PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_pack.py::TestPack::test_manualreset PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_pack.py::TestPack::testMapSize PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_pack.py::TestPack::test_odict PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_pack.py::TestPack::test_pairlist PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_read_size.py::test_read_array_header PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_read_size.py::test_read_map_header PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_read_size.py::test_incorrect_type_array PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_read_size.py::test_incorrect_type_map PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_read_size.py::test_correct_type_nested_array PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_read_size.py::test_incorrect_type_nested_map PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_seq.py::test_exceeding_unpacker_read_size PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_sequnpack.py::TestPack::test_partial_data PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_sequnpack.py::TestPack::test_foobar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_sequnpack.py::TestPack::test_foobar_skip PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_sequnpack.py::TestPack::test_maxbuffersize PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_sequnpack.py::TestPack::test_readbytes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_sequnpack.py::TestPack::test_issue124 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_subtype.py::test_types PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_unpack.py::TestUnpack::test_unpack_array_header_from_file PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_unpack.py::TestUnpack::test_unpacker_hook_refcnt PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_unpack.py::TestUnpack::test_unpacker_ext_hook PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_unpack_raw.py::test_write_bytes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/msgpack/test_unpack_raw.py::test_write_bytes_multi_buffer PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_network.py::TestS3::test_parse_public_s3_bucket SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_network.py::TestS3::test_parse_public_s3n_bucket SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_network.py::TestS3::test_parse_public_s3a_bucket SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_network.py::TestS3::test_parse_public_s3_bucket_nrows SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_network.py::TestS3::test_parse_public_s3_bucket_chunked SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_network.py::TestS3::test_parse_public_s3_bucket_chunked_python SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_network.py::TestS3::test_parse_public_s3_bucket_python SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_network.py::TestS3::test_infer_s3_compression SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_network.py::TestS3::test_parse_public_s3_bucket_nrows_python SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_network.py::TestS3::test_s3_fails SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_network.py::TestS3::test_read_csv_handles_boto_s3_object SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_network.py::TestS3::test_read_csv_chunked_download SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_buffer_overflow SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_buffer_rd_bytes SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_delim_whitespace_custom_terminator SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_dtype_and_names_error SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_unsupported_dtype SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_precise_conversion SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_usecols_dtypes SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_disable_bool_parsing SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_custom_lineterminator SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_parse_ragged_csv SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_tokenize_CR_with_quoting SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_grow_boundary_at_cap SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_parse_trim_buffers SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_internal_null_byte SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_read_nrows_large SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_float_precision_round_trip_with_text SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_large_difference_in_columns SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_data_after_quote SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_file_like_no_next SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_read_tarfile[.tar] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_read_tarfile[.tar.gz] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_bytes_exceed_2gb SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_comment SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_line_comment SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_comment_skiprows SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_comment_header SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_comment_skiprows_header SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_custom_comment_char SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_commment_first_line SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_empty_decimal_marker SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_bad_stream_exception SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_read_csv SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_1000_sep SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_squeeze SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_squeeze_no_view SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_malformed SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_quoting SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_unnamed_columns SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_csv_mixed_type SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_read_csv_low_memory_no_rows_with_index SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_read_csv_dataframe SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_read_csv_no_index_name SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_read_table_unicode SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_read_table_wrong_num_columns SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_read_duplicate_index_explicit SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_read_duplicate_index_implicit SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_parse_bools SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_int_conversion SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_read_nrows SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_read_chunksize SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_read_chunksize_and_nrows SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_read_chunksize_named SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_get_chunk_passed_chunksize SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_read_chunksize_generated_index SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_read_text_list SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_iterator SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_pass_names_with_index SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_multi_index_no_level_names SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_multi_index_blank_df SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_no_unnamed_index SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_read_csv_parse_simple_list SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_url SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_file SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_path_pathlib SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_path_localpath SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_nonexistent_path SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_missing_trailing_delimiters SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_skipinitialspace SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_utf16_bom_skiprows SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_utf16_example SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_unicode_encoding SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_trailing_delimiters SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_escapechar SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_int64_min_issues SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_parse_integers_above_fp_precision SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_chunks_have_consistent_numerical_type SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_warn_if_chunks_have_mismatched_type SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_integer_overflow_bug SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_catch_too_many_names SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_ignore_leading_whitespace SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_chunk_begins_with_newline_whitespace SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_empty_with_index SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_empty_with_multiindex SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_empty_with_reversed_multiindex SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_float_parser SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_scientific_no_exponent SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_int64_overflow SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_empty_with_nrows_chunksize SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_eof_states SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_uneven_lines_with_usecols SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_read_empty_with_usecols SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_trailing_spaces SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_raise_on_sep_with_delim_whitespace SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_single_char_leading_whitespace SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_empty_lines SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_whitespace_lines SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_regex_separator SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_iteration_open_handle SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_1000_sep_with_decimal SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_euro_decimal_format SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_inf_parsing SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_raise_on_no_columns SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_memory_map SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_null_byte_char SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_utf8_bom SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_temporary_file SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_read_csv_utf_aliases SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_internal_eof_byte SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_internal_eof_byte_to_file SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_sub_character SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_file_handles SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_invalid_file_buffer SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_zip SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_other_compression[gzip-GzipFile-gz] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_other_compression[bz2-BZ2File-bz2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_other_compression[xz-None-xz] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_read_csv_infer_compression SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_read_csv_compressed_utf16_example SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_invalid_compression SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_converters_type_must_be_dict SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_converters SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_converters_no_implicit_conv SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_converters_euro_decimal_format SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_converter_return_string_bug SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_converters_corner_with_nas SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_converter_index_col_bug SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_dialect SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_dialect_str SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_invalid_dialect SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_dialect_conflict SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_passing_dtype SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_pass_dtype SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_categorical_dtype SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_categorical_dtype_high_cardinality_numeric SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_categorical_dtype_encoding SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_categorical_dtype_chunksize SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_categorical_categoricaldtype[categories0-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_categorical_categoricaldtype[categories0-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_categorical_categoricaldtype[categories1-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_categorical_categoricaldtype[categories1-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_categorical_categoricaldtype[categories2-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_categorical_categoricaldtype[categories2-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_categorical_categoricaldtype[categories3-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_categorical_categoricaldtype[categories3-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_categorical_categoricaldtype_unsorted SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_categoricaldtype_coerces_numeric SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_categoricaldtype_coerces_datetime SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_categoricaldtype_coerces_timedelta SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_categoricaldtype_unexpected_categories SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_categorical_categoricaldtype_chunksize SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_empty_pass_dtype SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_empty_with_index_pass_dtype SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_empty_with_multiindex_pass_dtype SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_empty_with_mangled_column_pass_dtype_by_names SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_empty_with_mangled_column_pass_dtype_by_indexes SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_empty_with_dup_column_pass_dtype_by_indexes SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_raise_on_passed_int_dtype_with_nas SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_dtype_with_converter SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_empty_dtype SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_numeric_dtype SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_read_with_bad_header SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_bool_header_arg SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_no_header_prefix SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_header_with_index_col SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_header_not_first_line SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_header_multi_index SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_header_multiindex_common_format SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_header_names_backward_compat SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_read_only_header_no_rows SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_no_header SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_non_int_header SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_singleton_header SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_mangles_multi_index SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_index_col_named SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_index_col_is_true SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_infer_index_col SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_empty_index_col_scenarios SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_empty_with_index_col_false SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_basic SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_basic_names SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_thorough_mangle_columns SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_thorough_mangle_names SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_multithread_stringio_read_csv SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_multithread_path_multipart_read_csv SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_string_nas SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_detect_string_na SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_non_string_na_values SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_default_na_values SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_custom_na_values SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_bool_na_values SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_na_value_dict SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_na_values_keep_default SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_no_keep_default_na_dict_na_values SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_na_values_na_filter_override SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_na_trailing_columns SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_na_values_scalar SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_na_values_dict_aliasing SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_na_values_dict_col_index SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_na_values_uint64 SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_empty_na_values_no_default_with_index SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_no_na_filter_on_index SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_separator_date_conflict SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_multiple_date_col SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_multiple_date_cols_int_cast SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_multiple_date_col_timestamp_parse SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_multiple_date_cols_with_header SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_multiple_date_col_name_collision SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_date_parser_int_bug SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_nat_parse SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_csv_custom_parser SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_parse_dates_implicit_first_col SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_parse_dates_string SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_yy_format_with_yearfirst SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_parse_dates_column_list SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_multi_index_parse_dates SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_parse_dates_custom_euroformat SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_parse_tz_aware SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_multiple_date_cols_index SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_multiple_date_cols_chunked SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_multiple_date_col_named_components SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_multiple_date_col_multiple_index SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_read_with_parse_dates_scalar_non_bool SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_read_with_parse_dates_invalid_type SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_parse_dates_empty_string SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_parse_dates_noconvert_thousands SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_parse_date_time_multi_level_column_name SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_parse_date_time SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_parse_date_fields SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_datetime_six_col SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_datetime_fractional_seconds SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_generic SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_dateparser_resolution_if_not_ns SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_parse_date_column_with_empty_string SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_parse_date_float[True-a
> 135217135789158401
> 1352171357E+5-expected0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_parse_date_float[True-a
> 99999999999
> 123456789012345
> 1234E+0-expected1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_parse_date_float[False-a
> 135217135789158401
> 1352171357E+5-expected0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_parse_date_float[False-a
> 99999999999
> 123456789012345
> 1234E+0-expected1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_bad_quote_char SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_bad_quoting SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_quote_char_basic SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_quote_char_various SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_null_quote_char SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_quoting_various SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_double_quote SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_quotechar_unicode SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_skiprows_bug SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_deep_skiprows SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_skiprows_blank SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_skiprow_with_newline SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_skiprow_with_quote SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_skiprow_with_newline_and_quote SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_skiprows_lineterminator SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_skiprows_infield_quote SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_skiprows_callable SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_raise_on_mixed_dtype_usecols SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_usecols SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_usecols_single_string SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_usecols_index_col_False SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_usecols_index_col_conflict SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_usecols_implicit_index_col SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_usecols_regex_sep SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_usecols_with_whitespace SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_usecols_with_integer_like_header SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_usecols_with_parse_dates SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_usecols_with_parse_dates_and_full_names SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_usecols_with_parse_dates_and_usecol_names SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_usecols_with_unicode_strings SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_usecols_with_single_byte_unicode_strings SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_usecols_with_mixed_encoding_strings SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_usecols_with_multibyte_characters SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_usecols_with_multibyte_unicode_characters SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_empty_usecols SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_np_array_usecols SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_callable_usecols SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_incomplete_first_row SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_uneven_length_cols SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_raise_on_usecols_names_mismatch SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_verbose_import SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_skip_bad_lines SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_comment_whitespace_delimited SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_buffer_overflow SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_buffer_rd_bytes SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_delim_whitespace_custom_terminator SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_dtype_and_names_error SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_unsupported_dtype SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_precise_conversion SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_usecols_dtypes SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_disable_bool_parsing SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_custom_lineterminator SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_parse_ragged_csv SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_tokenize_CR_with_quoting SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_grow_boundary_at_cap SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_parse_trim_buffers SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_internal_null_byte SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_read_nrows_large SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_float_precision_round_trip_with_text SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_large_difference_in_columns SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_data_after_quote SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_file_like_no_next SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_read_tarfile[.tar] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_read_tarfile[.tar.gz] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_bytes_exceed_2gb SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_comment SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_line_comment SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_comment_skiprows SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_comment_header SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_comment_skiprows_header SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_custom_comment_char SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_commment_first_line SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_empty_decimal_marker SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_bad_stream_exception SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_read_csv SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_1000_sep SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_squeeze SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_squeeze_no_view SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_malformed SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_quoting SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_unnamed_columns SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_csv_mixed_type SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_read_csv_low_memory_no_rows_with_index SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_read_csv_dataframe SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_read_csv_no_index_name SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_read_table_unicode SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_read_table_wrong_num_columns SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_read_duplicate_index_explicit SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_read_duplicate_index_implicit SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_parse_bools SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_int_conversion SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_read_nrows SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_read_chunksize SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_read_chunksize_and_nrows SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_read_chunksize_named SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_get_chunk_passed_chunksize SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_read_chunksize_generated_index SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_read_text_list SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_iterator SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_pass_names_with_index SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_multi_index_no_level_names SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_multi_index_blank_df SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_no_unnamed_index SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_read_csv_parse_simple_list SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_url SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_file SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_path_pathlib SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_path_localpath SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_nonexistent_path SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_missing_trailing_delimiters SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_skipinitialspace SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_utf16_bom_skiprows SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_utf16_example SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_unicode_encoding SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_trailing_delimiters SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_escapechar SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_int64_min_issues SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_parse_integers_above_fp_precision SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_chunks_have_consistent_numerical_type SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_warn_if_chunks_have_mismatched_type SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_integer_overflow_bug SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_catch_too_many_names SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_ignore_leading_whitespace SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_chunk_begins_with_newline_whitespace SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_empty_with_index SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_empty_with_multiindex SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_empty_with_reversed_multiindex SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_float_parser SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_scientific_no_exponent SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_int64_overflow SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_empty_with_nrows_chunksize SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_eof_states SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_uneven_lines_with_usecols SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_read_empty_with_usecols SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_trailing_spaces SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_raise_on_sep_with_delim_whitespace SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_single_char_leading_whitespace SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_empty_lines SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_whitespace_lines SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_regex_separator SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_iteration_open_handle SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_1000_sep_with_decimal SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_euro_decimal_format SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_inf_parsing SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_raise_on_no_columns SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_memory_map SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_null_byte_char SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_utf8_bom SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_temporary_file SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_read_csv_utf_aliases SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_internal_eof_byte SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_internal_eof_byte_to_file SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_sub_character SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_file_handles SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_invalid_file_buffer SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_zip SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_other_compression[gzip-GzipFile-gz] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_other_compression[bz2-BZ2File-bz2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_other_compression[xz-None-xz] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_read_csv_infer_compression SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_read_csv_compressed_utf16_example SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_invalid_compression SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_converters_type_must_be_dict SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_converters SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_converters_no_implicit_conv SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_converters_euro_decimal_format SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_converter_return_string_bug SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_converters_corner_with_nas SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_converter_index_col_bug SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_dialect SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_dialect_str SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_invalid_dialect SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_dialect_conflict SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_passing_dtype SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_pass_dtype SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_categorical_dtype SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_categorical_dtype_high_cardinality_numeric SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_categorical_dtype_encoding SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_categorical_dtype_chunksize SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_categorical_categoricaldtype[categories0-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_categorical_categoricaldtype[categories0-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_categorical_categoricaldtype[categories1-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_categorical_categoricaldtype[categories1-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_categorical_categoricaldtype[categories2-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_categorical_categoricaldtype[categories2-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_categorical_categoricaldtype[categories3-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_categorical_categoricaldtype[categories3-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_categorical_categoricaldtype_unsorted SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_categoricaldtype_coerces_numeric SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_categoricaldtype_coerces_datetime SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_categoricaldtype_coerces_timedelta SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_categoricaldtype_unexpected_categories SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_categorical_categoricaldtype_chunksize SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_empty_pass_dtype SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_empty_with_index_pass_dtype SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_empty_with_multiindex_pass_dtype SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_empty_with_mangled_column_pass_dtype_by_names SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_empty_with_mangled_column_pass_dtype_by_indexes SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_empty_with_dup_column_pass_dtype_by_indexes SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_raise_on_passed_int_dtype_with_nas SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_dtype_with_converter SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_empty_dtype SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_numeric_dtype SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_read_with_bad_header SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_bool_header_arg SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_no_header_prefix SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_header_with_index_col SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_header_not_first_line SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_header_multi_index SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_header_multiindex_common_format SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_header_names_backward_compat SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_read_only_header_no_rows SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_no_header SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_non_int_header SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_singleton_header SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_mangles_multi_index SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_index_col_named SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_index_col_is_true SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_infer_index_col SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_empty_index_col_scenarios SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_empty_with_index_col_false SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_basic SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_basic_names SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_thorough_mangle_columns SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_thorough_mangle_names SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_multithread_stringio_read_csv SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_multithread_path_multipart_read_csv SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_string_nas SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_detect_string_na SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_non_string_na_values SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_default_na_values SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_custom_na_values SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_bool_na_values SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_na_value_dict SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_na_values_keep_default SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_no_keep_default_na_dict_na_values SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_na_values_na_filter_override SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_na_trailing_columns SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_na_values_scalar SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_na_values_dict_aliasing SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_na_values_dict_col_index SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_na_values_uint64 SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_empty_na_values_no_default_with_index SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_no_na_filter_on_index SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_separator_date_conflict SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_multiple_date_col SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_multiple_date_cols_int_cast SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_multiple_date_col_timestamp_parse SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_multiple_date_cols_with_header SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_multiple_date_col_name_collision SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_date_parser_int_bug SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_nat_parse SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_csv_custom_parser SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_parse_dates_implicit_first_col SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_parse_dates_string SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_yy_format_with_yearfirst SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_parse_dates_column_list SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_multi_index_parse_dates SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_parse_dates_custom_euroformat SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_parse_tz_aware SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_multiple_date_cols_index SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_multiple_date_cols_chunked SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_multiple_date_col_named_components SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_multiple_date_col_multiple_index SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_read_with_parse_dates_scalar_non_bool SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_read_with_parse_dates_invalid_type SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_parse_dates_empty_string SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_parse_dates_noconvert_thousands SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_parse_date_time_multi_level_column_name SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_parse_date_time SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_parse_date_fields SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_datetime_six_col SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_datetime_fractional_seconds SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_generic SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_dateparser_resolution_if_not_ns SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_parse_date_column_with_empty_string SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_parse_date_float[True-a
> 135217135789158401
> 1352171357E+5-expected0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_parse_date_float[True-a
> 99999999999
> 123456789012345
> 1234E+0-expected1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_parse_date_float[False-a
> 135217135789158401
> 1352171357E+5-expected0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_parse_date_float[False-a
> 99999999999
> 123456789012345
> 1234E+0-expected1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_bad_quote_char SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_bad_quoting SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_quote_char_basic SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_quote_char_various SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_null_quote_char SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_quoting_various SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_double_quote SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_quotechar_unicode SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_skiprows_bug SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_deep_skiprows SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_skiprows_blank SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_skiprow_with_newline SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_skiprow_with_quote SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_skiprow_with_newline_and_quote SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_skiprows_lineterminator SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_skiprows_infield_quote SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_skiprows_callable SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_raise_on_mixed_dtype_usecols SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_usecols SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_usecols_single_string SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_usecols_index_col_False SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_usecols_index_col_conflict SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_usecols_implicit_index_col SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_usecols_regex_sep SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_usecols_with_whitespace SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_usecols_with_integer_like_header SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_usecols_with_parse_dates SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_usecols_with_parse_dates_and_full_names SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_usecols_with_parse_dates_and_usecol_names SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_usecols_with_unicode_strings SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_usecols_with_single_byte_unicode_strings SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_usecols_with_mixed_encoding_strings SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_usecols_with_multibyte_characters SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_usecols_with_multibyte_unicode_characters SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_empty_usecols SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_np_array_usecols SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_callable_usecols SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_incomplete_first_row SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_uneven_length_cols SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_raise_on_usecols_names_mismatch SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_verbose_import SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_skip_bad_lines SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_comment_whitespace_delimited SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_comment SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_line_comment SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_comment_skiprows SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_comment_header SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_comment_skiprows_header SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_custom_comment_char SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_commment_first_line SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_empty_decimal_marker SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_bad_stream_exception SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_read_csv SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_1000_sep SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_squeeze SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_squeeze_no_view SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_malformed SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_quoting SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_unnamed_columns SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_csv_mixed_type SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_read_csv_low_memory_no_rows_with_index SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_read_csv_dataframe SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_read_csv_no_index_name SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_read_table_unicode SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_read_table_wrong_num_columns SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_read_duplicate_index_explicit SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_read_duplicate_index_implicit SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_parse_bools SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_int_conversion SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_read_nrows SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_read_chunksize SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_read_chunksize_and_nrows SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_read_chunksize_named SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_get_chunk_passed_chunksize SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_read_chunksize_generated_index SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_read_text_list SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_iterator SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_pass_names_with_index SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_multi_index_no_level_names SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_multi_index_blank_df SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_no_unnamed_index SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_read_csv_parse_simple_list SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_url SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_file SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_path_pathlib SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_path_localpath SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_nonexistent_path SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_missing_trailing_delimiters SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_skipinitialspace SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_utf16_bom_skiprows SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_utf16_example SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_unicode_encoding SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_trailing_delimiters SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_escapechar SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_int64_min_issues SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_parse_integers_above_fp_precision SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_chunks_have_consistent_numerical_type SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_warn_if_chunks_have_mismatched_type SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_integer_overflow_bug SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_catch_too_many_names SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_ignore_leading_whitespace SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_chunk_begins_with_newline_whitespace SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_empty_with_index SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_empty_with_multiindex SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_empty_with_reversed_multiindex SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_float_parser SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_scientific_no_exponent SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_int64_overflow SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_empty_with_nrows_chunksize SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_eof_states SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_uneven_lines_with_usecols SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_read_empty_with_usecols SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_trailing_spaces SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_raise_on_sep_with_delim_whitespace SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_single_char_leading_whitespace SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_empty_lines SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_whitespace_lines SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_regex_separator SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_iteration_open_handle SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_1000_sep_with_decimal SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_euro_decimal_format SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_inf_parsing SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_raise_on_no_columns SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_memory_map SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_null_byte_char SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_utf8_bom SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_temporary_file SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_read_csv_utf_aliases SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_internal_eof_byte SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_internal_eof_byte_to_file SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_sub_character SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_file_handles SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_invalid_file_buffer SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_zip SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_other_compression[gzip-GzipFile-gz] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_other_compression[bz2-BZ2File-bz2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_other_compression[xz-None-xz] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_read_csv_infer_compression SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_read_csv_compressed_utf16_example SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_invalid_compression SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_converters_type_must_be_dict SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_converters SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_converters_no_implicit_conv SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_converters_euro_decimal_format SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_converter_return_string_bug SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_converters_corner_with_nas SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_converter_index_col_bug SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_dialect SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_dialect_str SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_invalid_dialect SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_dialect_conflict SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_passing_dtype SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_pass_dtype SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_categorical_dtype SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_categorical_dtype_high_cardinality_numeric SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_categorical_dtype_encoding SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_categorical_dtype_chunksize SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_categorical_categoricaldtype[categories0-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_categorical_categoricaldtype[categories0-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_categorical_categoricaldtype[categories1-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_categorical_categoricaldtype[categories1-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_categorical_categoricaldtype[categories2-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_categorical_categoricaldtype[categories2-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_categorical_categoricaldtype[categories3-False] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_categorical_categoricaldtype[categories3-True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_categorical_categoricaldtype_unsorted SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_categoricaldtype_coerces_numeric SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_categoricaldtype_coerces_datetime SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_categoricaldtype_coerces_timedelta SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_categoricaldtype_unexpected_categories SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_categorical_categoricaldtype_chunksize SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_empty_pass_dtype SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_empty_with_index_pass_dtype SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_empty_with_multiindex_pass_dtype SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_empty_with_mangled_column_pass_dtype_by_names SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_empty_with_mangled_column_pass_dtype_by_indexes SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_empty_with_dup_column_pass_dtype_by_indexes SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_raise_on_passed_int_dtype_with_nas SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_dtype_with_converter SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_empty_dtype SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_numeric_dtype SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_read_with_bad_header SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_bool_header_arg SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_no_header_prefix SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_header_with_index_col SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_header_not_first_line SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_header_multi_index SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_header_multiindex_common_format SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_header_names_backward_compat SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_read_only_header_no_rows SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_no_header SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_non_int_header SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_singleton_header SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_mangles_multi_index SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_index_col_named SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_index_col_is_true SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_infer_index_col SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_empty_index_col_scenarios SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_empty_with_index_col_false SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_basic SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_basic_names SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_thorough_mangle_columns SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_thorough_mangle_names SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_multithread_stringio_read_csv SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_multithread_path_multipart_read_csv SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_string_nas SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_detect_string_na SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_non_string_na_values SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_default_na_values SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_custom_na_values SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_bool_na_values SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_na_value_dict SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_na_values_keep_default SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_no_keep_default_na_dict_na_values SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_na_values_na_filter_override SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_na_trailing_columns SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_na_values_scalar SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_na_values_dict_aliasing SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_na_values_dict_col_index SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_na_values_uint64 SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_empty_na_values_no_default_with_index SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_no_na_filter_on_index SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_separator_date_conflict SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_multiple_date_col SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_multiple_date_cols_int_cast SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_multiple_date_col_timestamp_parse SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_multiple_date_cols_with_header SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_multiple_date_col_name_collision SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_date_parser_int_bug SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_nat_parse SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_csv_custom_parser SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_parse_dates_implicit_first_col SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_parse_dates_string SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_yy_format_with_yearfirst SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_parse_dates_column_list SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_multi_index_parse_dates SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_parse_dates_custom_euroformat SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_parse_tz_aware SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_multiple_date_cols_index SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_multiple_date_cols_chunked SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_multiple_date_col_named_components SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_multiple_date_col_multiple_index SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_read_with_parse_dates_scalar_non_bool SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_read_with_parse_dates_invalid_type SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_parse_dates_empty_string SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_parse_dates_noconvert_thousands SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_parse_date_time_multi_level_column_name SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_parse_date_time SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_parse_date_fields SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_datetime_six_col SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_datetime_fractional_seconds SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_generic SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_dateparser_resolution_if_not_ns SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_parse_date_column_with_empty_string SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_parse_date_float[True-a
> 135217135789158401
> 1352171357E+5-expected0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_parse_date_float[True-a
> 99999999999
> 123456789012345
> 1234E+0-expected1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_parse_date_float[False-a
> 135217135789158401
> 1352171357E+5-expected0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_parse_date_float[False-a
> 99999999999
> 123456789012345
> 1234E+0-expected1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_default_separator SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_invalid_skipfooter SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_sniff_delimiter SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_BytesIO_input SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_single_line SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_skipfooter SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_decompression_regex_sep SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_read_table_buglet_4x_multiindex SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_skipfooter_with_decimal SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_encoding_non_utf8_multichar_sep SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_multi_char_sep_quotes SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_none_delimiter SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_skipfooter_bad_row SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_bad_quote_char SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_bad_quoting SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_quote_char_basic SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_quote_char_various SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_null_quote_char SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_quoting_various SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_double_quote SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_quotechar_unicode SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_skiprows_bug SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_deep_skiprows SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_skiprows_blank SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_skiprow_with_newline SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_skiprow_with_quote SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_skiprow_with_newline_and_quote SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_skiprows_lineterminator SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_skiprows_infield_quote SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_skiprows_callable SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_raise_on_mixed_dtype_usecols SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_usecols SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_usecols_single_string SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_usecols_index_col_False SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_usecols_index_col_conflict SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_usecols_implicit_index_col SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_usecols_regex_sep SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_usecols_with_whitespace SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_usecols_with_integer_like_header SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_usecols_with_parse_dates SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_usecols_with_parse_dates_and_full_names SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_usecols_with_parse_dates_and_usecol_names SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_usecols_with_unicode_strings SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_usecols_with_single_byte_unicode_strings SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_usecols_with_mixed_encoding_strings SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_usecols_with_multibyte_characters SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_usecols_with_multibyte_unicode_characters SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_empty_usecols SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_np_array_usecols SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_callable_usecols SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_incomplete_first_row SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_uneven_length_cols SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_raise_on_usecols_names_mismatch SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_verbose_import SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_skip_bad_lines SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_parsers.py::TestUnsortedUsecols::test_override__set_noconvert_columns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_read_fwf.py::TestFwfParsing::test_fwf PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_read_fwf.py::TestFwfParsing::test_BytesIO_input SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_read_fwf.py::TestFwfParsing::test_fwf_colspecs_is_list_or_tuple PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_read_fwf.py::TestFwfParsing::test_fwf_colspecs_is_list_or_tuple_of_two_element_tuples PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_read_fwf.py::TestFwfParsing::test_fwf_colspecs_None PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_read_fwf.py::TestFwfParsing::test_fwf_regression PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_read_fwf.py::TestFwfParsing::test_fwf_for_uint8 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_read_fwf.py::TestFwfParsing::test_fwf_compression PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_read_fwf.py::TestFwfParsing::test_comment_fwf PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_read_fwf.py::TestFwfParsing::test_1000_fwf PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_read_fwf.py::TestFwfParsing::test_bool_header_arg PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_read_fwf.py::TestFwfParsing::test_full_file PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_read_fwf.py::TestFwfParsing::test_full_file_with_missing PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_read_fwf.py::TestFwfParsing::test_full_file_with_spaces PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_read_fwf.py::TestFwfParsing::test_full_file_with_spaces_and_missing PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_read_fwf.py::TestFwfParsing::test_messed_up_data PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_read_fwf.py::TestFwfParsing::test_multiple_delimiters PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_read_fwf.py::TestFwfParsing::test_variable_width_unicode SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_read_fwf.py::TestFwfParsing::test_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_read_fwf.py::TestFwfParsing::test_skiprows_inference PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_read_fwf.py::TestFwfParsing::test_skiprows_by_index_inference PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_read_fwf.py::TestFwfParsing::test_skiprows_inference_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_read_fwf.py::TestFwfParsing::test_whitespace_preservation PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_read_fwf.py::TestFwfParsing::test_default_delimiter PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_file_handle SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_string_filename SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_file_handle_mmap SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_StringIO SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_string_factorize SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_skipinitialspace SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_parse_booleans SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_delimit_whitespace SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_embedded_newline SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_euro_decimal SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_integer_thousands SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_integer_thousands_alt SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_header_not_enough_lines SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_escapechar SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_eof_has_eol SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_na_substitution SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_numpy_string_dtype SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_pass_dtype SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_usecols SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_cr_delimited SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_empty_field_eof SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_empty_csv_input SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_skip_bad_lines SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_unsupported.py::TestUnsupportedFeatures::test_mangle_dupe_cols_false PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_unsupported.py::TestUnsupportedFeatures::test_c_engine PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_unsupported.py::TestUnsupportedFeatures::test_python_engine[python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_unsupported.py::TestUnsupportedFeatures::test_python_engine[python-fwf] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_unsupported.py::TestUnsupportedFeatures::test_python_engine_file_no_next[python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_unsupported.py::TestUnsupportedFeatures::test_python_engine_file_no_next[python-fwf] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_unsupported.py::TestDeprecatedFeatures::test_deprecated_args[kwargs0-c] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_unsupported.py::TestDeprecatedFeatures::test_deprecated_args[kwargs0-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_unsupported.py::TestDeprecatedFeatures::test_deprecated_args[kwargs1-c] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/parser/test_unsupported.py::TestDeprecatedFeatures::test_deprecated_args[kwargs1-python] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/sas/test_sas.py::TestSas::test_sas_buffer_format PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/sas/test_sas7bdat.py::TestSAS7BDAT::test_from_file SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/sas/test_sas7bdat.py::TestSAS7BDAT::test_from_buffer SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/sas/test_sas7bdat.py::TestSAS7BDAT::test_from_iterator SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/sas/test_sas7bdat.py::TestSAS7BDAT::test_path_pathlib SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/sas/test_sas7bdat.py::TestSAS7BDAT::test_path_localpath SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/sas/test_sas7bdat.py::TestSAS7BDAT::test_iterator_loop SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/sas/test_sas7bdat.py::TestSAS7BDAT::test_iterator_read_too_much SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/sas/test_sas7bdat.py::test_encoding_options SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/sas/test_sas7bdat.py::test_productsales SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/sas/test_sas7bdat.py::test_12659 SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/sas/test_sas7bdat.py::test_airline SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/sas/test_sas7bdat.py::test_date_time SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/sas/test_sas7bdat.py::test_zero_variables SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/sas/test_xport.py::TestXport::test1_basic SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/sas/test_xport.py::TestXport::test1_index SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/sas/test_xport.py::TestXport::test1_incremental SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/sas/test_xport.py::TestXport::test2 SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/sas/test_xport.py::TestXport::test_multiple_types SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/io/sas/test_xport.py::TestXport::test_truncated_float_support SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFramePlots::test_boxplot_legacy1 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFramePlots::test_boxplot_legacy2 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFramePlots::test_boxplot_return_type_none PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFramePlots::test_boxplot_return_type_legacy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFramePlots::test_boxplot_axis_limits PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFramePlots::test_boxplot_empty_column SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFramePlots::test_figsize PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFramePlots::test_fontsize PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_boxplot_legacy1 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_boxplot_legacy2 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_boxplot_legacy3 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_plot_fignums PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_return_type PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_layout PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_multiple_axes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_fontsize PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_converter.py::test_timtetonum_accepts_unicode PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_converter.py::TestRegistration::test_register_by_default PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_converter.py::TestRegistration::test_warns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_converter.py::TestRegistration::test_registering_no_warning PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_converter.py::TestRegistration::test_pandas_plots_register PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_converter.py::TestRegistration::test_matplotlib_formatters PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_converter.py::TestRegistration::test_option_no_warning PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_converter.py::TestRegistration::test_registry_resets PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_converter.py::TestRegistration::test_old_import_warns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_converter.py::TestDateTimeConverter::test_convert_accepts_unicode PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_converter.py::TestDateTimeConverter::test_conversion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_converter.py::TestDateTimeConverter::test_conversion_float PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_converter.py::TestDateTimeConverter::test_conversion_outofbounds_datetime PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_converter.py::TestDateTimeConverter::test_time_formatter PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_converter.py::TestDateTimeConverter::test_dateindex_conversion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_converter.py::TestDateTimeConverter::test_resolution PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_converter.py::TestDateTimeConverter::test_convert_nested PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_converter.py::TestPeriodConverter::test_convert_accepts_unicode PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_converter.py::TestPeriodConverter::test_conversion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_converter.py::TestPeriodConverter::test_integer_passthrough PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_converter.py::TestPeriodConverter::test_convert_nested PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_fontsize_set_correctly PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_frame_inferred PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_is_error_nozeroindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_nonnumeric_exclude PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot_deprecated PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_both_style_and_color PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_high_freq PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_get_datevalue PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_format_coord PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_fake_inferred_business PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_plot_offset_freq PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_plot_multiple_inferred_freq PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_uhf PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_irreg_hf PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_irregular_datetime64_repr_bug PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_business_freq PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_business_freq_convert PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_nonzero_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_dataframe PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_axis_limits PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_get_finder PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_finder_daily PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_finder_quarterly PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_finder_monthly PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_finder_monthly_long PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_finder_annual PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_finder_minutely PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_finder_hourly PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_gaps SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_gap_upsample SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_secondary_y PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_secondary_y_ts PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_secondary_kde PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_secondary_bar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_secondary_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_secondary_bar_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_mixed_freq_regular_first PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_mixed_freq_irregular_first PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_mixed_freq_regular_first_df PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_mixed_freq_irregular_first_df PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_mixed_freq_hf_first PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_mixed_freq_alignment PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_mixed_freq_lf_first PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_mixed_freq_irreg_period PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_mixed_freq_shared_ax PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_nat_handling PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_to_weekly_resampling PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_from_weekly_resampling PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_from_resampling_area_line_mixed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_mixed_freq_second_millisecond PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_irreg_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_time XPASS
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_time_musec PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_secondary_upsample PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_secondary_legend PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_format_date_axis PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ax_plot PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_mpl_nopandas PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_irregular_ts_shared_ax_xlim PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_secondary_y_non_ts_xlim PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_secondary_y_regular_ts_xlim PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_secondary_y_mixed_freq_ts_xlim PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_secondary_y_irregular_ts_xlim PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_plot_outofbounds_datetime PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_format_timedelta_ticks_narrow PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_format_timedelta_ticks_wide PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_timedelta_plot PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_hist PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_overlapping_datetime PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_add_matplotlib_datetime64 xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_deprecated.py::TestDeprecatedNameSpace::test_scatter_plot_legacy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_deprecated.py::TestDeprecatedNameSpace::test_boxplot_deprecated PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_deprecated.py::TestDeprecatedNameSpace::test_radviz_deprecated SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_deprecated.py::TestDeprecatedNameSpace::test_plot_params PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_color_single_series_list PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_rgb_tuple_color PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_color_empty_string PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_color_and_style_arguments PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_nonnumeric_exclude PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_implicit_label PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_donot_overwrite_index_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_xy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_logscales PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_xcompat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_period_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_unsorted_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_unsorted_index_lims PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_timeseries PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_timeseries_y_axis PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_timeseries_y_axis_not_supported xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_layout PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_warnings PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_multiple_axes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_ts_share_axes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_sharex_axes_existing_axes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_dup_columns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_negative_log PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_lim PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_area_lim PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_colors PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_user_colors PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_linewidth PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_barwidth PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_barwidth_position PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_barwidth_position_int PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_bottom_left PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_nan PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_categorical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_scatter PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_scatter_with_categorical_data PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_scatter_with_c PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_scatter_colors PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_bar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_stacked_center PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_center PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_subplots_center PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_align_single_column PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_edge PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_log_no_subplots PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_log_subplots PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_boxplot PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_boxplot_vertical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_boxplot_return_type PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_boxplot_subplots_return_type PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_df PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_missing_vals PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_hist_df PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_hist_df_coord PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_int_columns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_df_legend_labels PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_legend_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_no_legend PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_style_by_column PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_label_none PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_dont_modify_colors PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_colors_and_styles_subplots PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_area_colors PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_hist_colors PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_colors PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_colors_and_styles_subplots PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_boxplot_colors PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_default_color_cycle PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_unordered_ts PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kind_both_ways PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_all_invalid_plot_data PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_partially_invalid_plot_data PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_invalid_kind PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_invalid_xy_args[x0-A-a] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_invalid_xy_args[x1-y1-lbl1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_invalid_xy_args[A-y2-badlabel] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_invalid_xy_args_dup_cols[A-B] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_invalid_xy_args_dup_cols[x1-B] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_y_listlike[A-y0-lbl0-colors0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_y_listlike[A-y1-lbl1-colors1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_y_listlike[0-y2-lbl2-colors2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_xy_args_integer[0-1-colnames0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_xy_args_integer[1-0-colnames1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_hexbin_basic PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_hexbin_with_c PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_hexbin_cmap PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_no_color_bar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_allow_cmap PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_pie_df PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_pie_df_nan PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_integer_column_names PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_partial_columns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_asymmetrical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_table XPASS
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_scatter PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharex_and_ax PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharey_and_ax PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_memory_leak PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_df_subplots_patterns_minorticks PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_df_gridspec_patterns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_df_grid_settings PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_invalid_colormap PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plain_axes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_passed_bar_colors PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_rcParams_bar_colors PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_secondary_axis_font_size[line] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_secondary_axis_font_size[barh] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_secondary_axis_font_size[bar] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_colors PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_groupby.py::TestDataFrameGroupByPlots::test_series_groupby_plotting_nominally_works PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_groupby.py::TestDataFrameGroupByPlots::test_plotting_with_float_index_works PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_groupby.py::TestDataFrameGroupByPlots::test_hist_single_row PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_groupby.py::TestDataFrameGroupByPlots::test_plot_submethod_works PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_groupby.py::TestDataFrameGroupByPlots::test_plot_kwargs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_hist_method.py::TestSeriesPlots::test_hist_legacy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_hist_method.py::TestSeriesPlots::test_hist_bins_legacy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_hist_method.py::TestSeriesPlots::test_hist_layout PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_hist_method.py::TestSeriesPlots::test_hist_layout_with_by PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_hist_method.py::TestSeriesPlots::test_hist_no_overlap PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_hist_method.py::TestSeriesPlots::test_hist_by_no_extra_plots PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_hist_method.py::TestSeriesPlots::test_plot_fails_when_ax_differs_from_figure PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_hist_df_legacy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_hist_layout PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_tight_layout PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFrameGroupByPlots::test_grouped_hist_legacy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFrameGroupByPlots::test_grouped_hist_legacy2 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFrameGroupByPlots::test_grouped_hist_layout PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFrameGroupByPlots::test_grouped_hist_multiple_axes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFrameGroupByPlots::test_axis_share_x PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFrameGroupByPlots::test_axis_share_y PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFrameGroupByPlots::test_axis_share_xy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_misc.py::test_import_error_message SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_misc.py::TestSeriesPlots::test_autocorrelation_plot PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_misc.py::TestSeriesPlots::test_lag_plot PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_misc.py::TestSeriesPlots::test_bootstrap_plot PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_scatter_matrix_axis XPASS
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_andrews_curves SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_parallel_coordinates SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_parallel_coordinates_with_sorted_labels XPASS
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_radviz SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_subplot_titles SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_get_standard_colors_random_seed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot_figsize_and_title PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_dont_modify_rcParams PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_ts_line_lim PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_ts_area_lim PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_label PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_use_index_false PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_bar_log PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_bar_ignore_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_bar_user_colors PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_rotation PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_irregular_datetime PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_unsorted_index_xlim PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_pie_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_pie_nan PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_hist_df_kwargs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_hist_df_with_nonnumerics PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_hist_legacy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_hist_bins_legacy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_hist_layout PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_hist_layout_with_by PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_hist_no_overlap PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_hist_secondary_legend PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_df_series_secondary_legend PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot_fails_with_dupe_color_and_style PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_hist_kde PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_kde_kwargs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_kde_missing_vals PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_hist_kwargs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_hist_kde_color PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_boxplot_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_kind_both_ways PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_invalid_plot_data PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_partially_invalid_plot_data PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_invalid_kind PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_dup_datetime_index_plot PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_table XPASS
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_standard_colors PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_standard_colors_all PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_plot_color_kwargs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_time_series_plot_color_kwargs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_time_series_plot_color_with_empty_kwargs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_xticklabels PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_custom_business_day_freq PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concatlike_same_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concatlike_dtypes_coercion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concatlike_common_coerce_to_pandas_object PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concatlike_datetimetz[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concatlike_datetimetz[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concatlike_datetimetz[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concatlike_datetimetz[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concatlike_datetimetz_short[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concatlike_datetimetz_short[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concatlike_datetimetz_short[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concatlike_datetimetz_short[EST5EDT] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concatlike_datetimetz_to_object[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concatlike_datetimetz_to_object[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concatlike_datetimetz_to_object[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concatlike_datetimetz_to_object[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concatlike_common_period PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concatlike_common_period_diff_freq_to_object PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concatlike_common_period_mixed_dt_to_object PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concat_categorical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_union_categorical_same_categories_different_order PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concat_categorical_coercion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concat_categorical_3elem_coercion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concat_categorical_multi_coercion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concat_categorical_ordered PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concat_categorical_coercion_nan PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concat_categorical_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_length0_frame[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_length0_frame[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_records PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_sorts[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_sorts[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_sorts[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_many[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_many[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_preserve_index_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_same_columns_type[RangeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_same_columns_type[Int64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_same_columns_type[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_same_columns_type[Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_same_columns_type[CategoricalIndex0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_same_columns_type[CategoricalIndex1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_same_columns_type[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_same_columns_type[IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_same_columns_type[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types[RangeIndex-Int64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types[RangeIndex-Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types[RangeIndex-Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types[RangeIndex-CategoricalIndex0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types[RangeIndex-CategoricalIndex1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types[RangeIndex-DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types[Int64Index-Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types[Int64Index-Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types[Int64Index-CategoricalIndex0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types[Int64Index-CategoricalIndex1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types[Int64Index-DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types[Float64Index-Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types[Float64Index-CategoricalIndex0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types[Float64Index-CategoricalIndex1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types[Float64Index-DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types[Index-CategoricalIndex0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types[Index-CategoricalIndex1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types[Index-DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types[CategoricalIndex-CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types[CategoricalIndex-DatetimeIndex0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types[CategoricalIndex-DatetimeIndex1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types_raises[RangeIndex-IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types_raises[RangeIndex-MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types_raises[Int64Index-IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types_raises[Int64Index-MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types_raises[Float64Index-IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types_raises[Float64Index-MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types_raises[Index-IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types_raises[Index-MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types_raises[CategoricalIndex-IntervalIndex0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types_raises[CategoricalIndex-MultiIndex0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types_raises[CategoricalIndex-IntervalIndex1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types_raises[CategoricalIndex-MultiIndex1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types_raises[DatetimeIndex-IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types_raises[DatetimeIndex-MultiIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_dtype_coerce[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_dtype_coerce[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_missing_column_proper_upcast[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_missing_column_proper_upcast[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_copy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_with_group_keys PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_keys_specific_levels PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_dataframe_keys_bug[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_dataframe_keys_bug[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_series_partial_columns_names PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_dict PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_ignore_index[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_ignore_index[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_multiindex_with_keys PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_multiindex_with_tz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_multiindex_with_none_in_index_names PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_keys_and_levels PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_keys_levels_no_overlap PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_rename_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_crossed_dtypes_weird_corner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_dups_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_with_mixed_tuples[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_with_mixed_tuples[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_handle_empty_objects[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_handle_empty_objects[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_mixed_objs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_empty_dtype_coerce PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_dtype_coerceion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_panel_concat_other_axes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_panel_concat_buglet[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_panel_concat_buglet[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_series_axis1 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_single_with_key PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_exclude_none PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_datetime64_block PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_timedelta64_block PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_keys_with_none PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_bug_1719 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_bug_2972 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_bug_3602 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_inner_join_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_series_axis1_same_names_ignore_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_iterables PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_invalid PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_invalid_first_argument PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_NaT_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_tz_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_tz_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_tz_series_with_datetimelike PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_tz_series_tzlocal PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_NaT_dataframes_all_NaT_axis_1[None-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_NaT_dataframes_all_NaT_axis_1[None-UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_NaT_dataframes_all_NaT_axis_1[UTC-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_NaT_dataframes_all_NaT_axis_1[UTC-UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_NaT_series_dataframe_all_NaT[None-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_NaT_series_dataframe_all_NaT[None-UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_NaT_series_dataframe_all_NaT[UTC-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_NaT_series_dataframe_all_NaT[UTC-UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_NaT_dataframes[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_NaT_dataframes[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_period_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_empty_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_empty_series_timelike[values0-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_empty_series_timelike[values0-UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_empty_series_timelike[values1-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_empty_series_timelike[values1-UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_default_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_multiindex_rangeindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_multiindex_dfs_with_deepcopy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_categorical_concat_append PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_categorical_concat_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_categorical_concat[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_categorical_concat[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_categorical_concat_gh7864 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_categorical_concat_preserve PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_categorical_index_preserver PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_categoricalindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_order PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_datetime_timezone PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_no_unnecessary_upcast[float16-Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_no_unnecessary_upcast[float16-DataFrame] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_no_unnecessary_upcast[float16-Panel] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_no_unnecessary_upcast[float32-Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_no_unnecessary_upcast[float32-DataFrame] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_no_unnecessary_upcast[float32-Panel] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_no_unnecessary_upcast[float64-Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_no_unnecessary_upcast[float64-DataFrame] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_no_unnecessary_upcast[float64-Panel] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_no_unnecessary_upcast[float128-Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_no_unnecessary_upcast[float128-DataFrame] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_no_unnecessary_upcast[float128-Panel] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_will_upcast[int8-Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_will_upcast[int8-DataFrame] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_will_upcast[int8-Panel] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_will_upcast[int16-Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_will_upcast[int16-DataFrame] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_will_upcast[int16-Panel] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_will_upcast[int32-Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_will_upcast[int32-DataFrame] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_will_upcast[int32-Panel] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_will_upcast[int64-Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_will_upcast[int64-DataFrame] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_will_upcast[int64-Panel] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_empty_and_non_empty_frame_regression PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_empty_and_non_empty_series_regression PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_sorts_columns[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_sorts_columns[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_sorts_columns[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_sorts_index[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_sorts_index[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_sorts_index[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_inner_sort[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_inner_sort[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_inner_sort[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_aligned_sort PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_aligned_sort_does_not_raise PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_series_name_npscalar_tuple[190-s2name0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_series_name_npscalar_tuple[190-s2name1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_melt.py::TestMelt::test_top_level_method PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_melt.py::TestMelt::test_method_signatures PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_melt.py::TestMelt::test_default_col_names PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_melt.py::TestMelt::test_value_vars PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_melt.py::TestMelt::test_value_vars_types PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_melt.py::TestMelt::test_vars_work_with_multiindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_melt.py::TestMelt::test_tuple_vars_fail_with_multiindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_melt.py::TestMelt::test_custom_var_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_melt.py::TestMelt::test_custom_value_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_melt.py::TestMelt::test_custom_var_and_value_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_melt.py::TestMelt::test_col_level PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_melt.py::TestMelt::test_multiindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_melt.py::TestMelt::test_pandas_dtypes[col0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_melt.py::TestMelt::test_pandas_dtypes[col1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_melt.py::TestMelt::test_pandas_dtypes[col2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_melt.py::TestLreshape::test_pairs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_melt.py::TestWideToLong::test_simple PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_melt.py::TestWideToLong::test_stubs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_melt.py::TestWideToLong::test_separating_character PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_melt.py::TestWideToLong::test_escapable_characters PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_melt.py::TestWideToLong::test_unbalanced PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_melt.py::TestWideToLong::test_character_overlap PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_melt.py::TestWideToLong::test_invalid_separator PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_melt.py::TestWideToLong::test_num_string_disambiguation PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_melt.py::TestWideToLong::test_invalid_suffixtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_melt.py::TestWideToLong::test_multiple_id_columns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_melt.py::TestWideToLong::test_non_unique_idvars PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_melt.py::TestWideToLong::test_cast_j_int PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_melt.py::TestWideToLong::test_identical_stubnames PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_melt.py::TestWideToLong::test_nonnumeric_suffix PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_melt.py::TestWideToLong::test_mixed_type_suffix PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_melt.py::TestWideToLong::test_float_suffix PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_table PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_table_nocols PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_table_dropna PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_table_categorical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_table_dropna_categoricals[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_table_dropna_categoricals[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_non_observable_dropna[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_non_observable_dropna[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pass_array PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pass_function PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_table_multiple PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_preserve_dtypes[bool1-values0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_preserve_dtypes[bool1-values1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_preserve_dtypes[bool2-values2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_no_values PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_multi_values PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_multi_functions PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_index_with_nan PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_tz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_periods PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_list_like_values[values0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_list_like_values[values1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_list_like_values[values2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_list_like_values[values3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_list_like_values_nans[values0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_list_like_values_nans[values1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_list_like_values_nans[values2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_list_like_values_nans[values3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_multiindex xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_tuple_of_values PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_margins PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_margins_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_margins_dtype_len xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_integer_columns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_no_level_overlap PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_columns_lexsorted PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_complex_aggfunc PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_margins_no_values_no_cols PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_margins_no_values_two_rows PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_margins_no_values_one_row_one_col PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_margins_no_values_two_row_two_cols PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_table_with_margins_set_margin_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_timegrouper PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_datetime_tz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_dtaccessor PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_daily PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_monthly PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_table_with_iterator_values PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_table_margins_name_with_aggfunc_list PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_categorical_margins[True] xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_categorical_margins[False] xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_categorical_margins[None] xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_categorical_margins_category[True] xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_categorical_margins_category[False] xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_categorical_margins_category[None] xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_categorical_aggfunc[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_categorical_aggfunc[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_categorical_aggfunc[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_categorical_pivot_index_ordering[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_categorical_pivot_index_ordering[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_categorical_pivot_index_ordering[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_table_not_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_margins_name_unicode PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_string_as_func PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_string_func_vs_func[sum-sum] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_string_func_vs_func[mean-mean] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_string_func_vs_func[std-std] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_string_func_vs_func[f3-f_numpy3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_string_func_vs_func[f4-f_numpy4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_string_func_vs_func[f5-f_numpy5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestCrosstab::test_crosstab_single PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestCrosstab::test_crosstab_multiple PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestCrosstab::test_crosstab_ndarray PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestCrosstab::test_crosstab_non_aligned PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestCrosstab::test_crosstab_margins PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestCrosstab::test_crosstab_margins_set_margin_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestCrosstab::test_crosstab_pass_values PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestCrosstab::test_crosstab_dropna PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestCrosstab::test_crosstab_no_overlap PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestCrosstab::test_margin_dropna PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestCrosstab::test_crosstab_normalize PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestCrosstab::test_crosstab_with_empties PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestCrosstab::test_crosstab_errors PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestCrosstab::test_crosstab_with_categorial_columns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestCrosstab::test_crosstab_with_numpy_size PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestCrosstab::test_crosstab_dup_index_names PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestCrosstab::test_crosstab_tuple_name[names0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestCrosstab::test_crosstab_tuple_name[names1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_pivot.py::TestCrosstab::test_crosstab_unsorted_order PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_raises_on_dtype_object PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_basic[dense-uint8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_basic[dense-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_basic[dense-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_basic[dense-bool] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_basic[dense-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_basic[sparse-uint8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_basic[sparse-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_basic[sparse-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_basic[sparse-bool] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_basic[sparse-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_basic_types[dense-uint8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_basic_types[dense-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_basic_types[dense-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_basic_types[dense-bool] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_basic_types[dense-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_basic_types[sparse-uint8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_basic_types[sparse-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_basic_types[sparse-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_basic_types[sparse-bool] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_basic_types[sparse-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_just_na[dense] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_just_na[sparse] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_include_na[dense-uint8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_include_na[dense-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_include_na[dense-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_include_na[dense-bool] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_include_na[dense-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_include_na[sparse-uint8] xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_include_na[sparse-i8] xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_include_na[sparse-float64] xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_include_na[sparse-bool] xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_include_na[sparse-None] xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_unicode[dense] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_unicode[sparse] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_all_obj[dense] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_all_obj[sparse] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_mix_default[dense-uint8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_mix_default[dense-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_mix_default[dense-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_mix_default[dense-bool] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_mix_default[dense-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_mix_default[sparse-uint8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_mix_default[sparse-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_mix_default[sparse-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_mix_default[sparse-bool] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_mix_default[sparse-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_prefix_list[dense] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_prefix_list[sparse] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_prefix_str[dense] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_prefix_str[sparse] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_subset[dense] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_subset[sparse] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_prefix_sep[dense] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_prefix_sep[sparse] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_prefix_bad_length[dense] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_prefix_bad_length[sparse] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_prefix_sep_bad_length[dense] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_prefix_sep_bad_length[sparse] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_prefix_dict[dense] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_prefix_dict[sparse] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_with_na[dense-uint8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_with_na[dense-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_with_na[dense-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_with_na[dense-bool] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_with_na[dense-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_with_na[sparse-uint8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_with_na[sparse-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_with_na[sparse-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_with_na[sparse-bool] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_with_na[sparse-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_with_categorical[dense-uint8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_with_categorical[dense-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_with_categorical[dense-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_with_categorical[dense-bool] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_with_categorical[dense-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_with_categorical[sparse-uint8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_with_categorical[sparse-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_with_categorical[sparse-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_with_categorical[sparse-bool] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_with_categorical[sparse-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_basic_drop_first[dense] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_basic_drop_first[sparse] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_basic_drop_first_one_level[dense] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_basic_drop_first_one_level[sparse] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_basic_drop_first_NA[dense] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_basic_drop_first_NA[sparse] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_drop_first[dense] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_drop_first[sparse] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_drop_first_with_categorical[dense-uint8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_drop_first_with_categorical[dense-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_drop_first_with_categorical[dense-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_drop_first_with_categorical[dense-bool] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_drop_first_with_categorical[dense-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_drop_first_with_categorical[sparse-uint8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_drop_first_with_categorical[sparse-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_drop_first_with_categorical[sparse-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_drop_first_with_categorical[sparse-bool] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_drop_first_with_categorical[sparse-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_drop_first_with_na[dense] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_drop_first_with_na[sparse] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_int_int PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_int_df[uint8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_int_df[i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_int_df[float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_int_df[bool] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_int_df[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_preserve_categorical_dtype[uint8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_preserve_categorical_dtype[i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_preserve_categorical_dtype[float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_preserve_categorical_dtype[bool] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_preserve_categorical_dtype[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_get_dummies_dont_sparsify_all_columns[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_get_dummies_dont_sparsify_all_columns[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_get_dummies_duplicate_columns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestCategoricalReshape::test_reshaping_panel_categorical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_reshape.py::TestMakeAxisDummies::test_preserve_categorical_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_simple PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_bins PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_right PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_noright PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_arraylike PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_bins_from_intervalindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_bins_not_monotonic PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_wrong_num_labels PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_cut_corner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_cut_not_1d_arg[cut-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_cut_not_1d_arg[cut-arg1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_cut_not_1d_arg[cut-arg2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_cut_not_1d_arg[qcut-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_cut_not_1d_arg[qcut-arg1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_cut_not_1d_arg[qcut-arg2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_cut_out_of_range_more PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_labels PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_cut_pass_series_name_to_factor PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_label_precision PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_na_handling PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_inf_handling PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_qcut PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_qcut_bounds PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_qcut_specify_quantiles PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_qcut_all_bins_same PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_cut_out_of_bounds PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_cut_pass_labels PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_qcut_include_lowest PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_qcut_nas PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_qcut_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_round_frac PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_qcut_binning_issues SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_cut_return_intervals PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_qcut_return_intervals PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_series_retbins PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_cut_duplicates_bin PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_qcut_duplicates_bin PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_single_quantile PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_single_bin PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_cut_read_only[True-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_cut_read_only[True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_cut_read_only[False-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestDatelike::test_qcut_nat[datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestDatelike::test_qcut_nat[timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestDatelike::test_datetime_cut PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestDatelike::test_datetimetz_cut[list-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestDatelike::test_datetimetz_cut[list-bins1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestDatelike::test_datetimetz_cut[box1-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestDatelike::test_datetimetz_cut[box1-bins1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestDatelike::test_datetimetz_cut[Index-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestDatelike::test_datetimetz_cut[Index-bins1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestDatelike::test_datetimetz_cut[Series-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestDatelike::test_datetimetz_cut[Series-bins1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestDatelike::test_datetimetz_qcut[3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestDatelike::test_datetimetz_qcut[bins1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestDatelike::test_datetime_bin PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_tile.py::TestDatelike::test_datetime_nan PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_union_categoricals.py::TestUnionCategoricals::test_union_categorical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_union_categoricals.py::TestUnionCategoricals::test_union_categoricals_nan PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_union_categoricals.py::TestUnionCategoricals::test_union_categoricals_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_union_categoricals.py::TestUnionCategoricals::test_union_categorical_same_category PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_union_categoricals.py::TestUnionCategoricals::test_union_categorical_same_categories_different_order PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_union_categoricals.py::TestUnionCategoricals::test_union_categoricals_ordered PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_union_categoricals.py::TestUnionCategoricals::test_union_categoricals_ignore_order PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_union_categoricals.py::TestUnionCategoricals::test_union_categoricals_sort PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_union_categoricals.py::TestUnionCategoricals::test_union_categoricals_sort_false PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_union_categoricals.py::TestUnionCategoricals::test_union_categorical_unwrap PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_util.py::TestCartesianProduct::test_simple PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_util.py::TestCartesianProduct::test_datetimeindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_util.py::TestCartesianProduct::test_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/test_util.py::TestCartesianProduct::test_invalid_input PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_cython_left_outer_join PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_cython_right_outer_join PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_cython_inner_join PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_left_outer_join PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_right_outer_join PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_full_outer_join PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_inner_join PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_handle_overlap PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_handle_overlap_arbitrary_key PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_on PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_on_fails_with_different_right_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_on_fails_with_different_left_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_on_fails_with_different_column_counts PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_on_fails_with_wrong_object_type PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_on_pass_vector PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_with_len0 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_on_inner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_on_singlekey_list PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_on_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_on_series_buglet PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_index_mixed[inner] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_index_mixed[outer] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_index_mixed[left] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_index_mixed[right] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_index_mixed_overlap PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_empty_bug PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_unconsolidated PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_multiindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_inner_multiindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_hierarchical_mixed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_float64_float32 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_many_non_unique_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_sort PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_mixed_non_unique_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_non_unique_period_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_mixed_type_join_with_suffix PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_many PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_many_mixed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_dups PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_panel_join PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_panel_join_overlap PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_panel_join_many PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_inner_join_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_common PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_index_as_on_arg PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_index_singlekey_right_vs_left PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_index_singlekey_inner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_misspecified PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_index_and_on_parameters_confusion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_overlap PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_different_column_key_names PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_copy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_nocopy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_intelligently_handle_join_key PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_join_key_dtype_cast PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_handle_join_key_pass_array PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_no_overlap_more_informative_error PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_non_unique_indexes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_non_unique_index_many_to_many PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_left_merge_empty_dataframe PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_empty_right_empty[inner-kwarg0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_empty_right_empty[inner-kwarg1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_empty_right_empty[inner-kwarg2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_empty_right_empty[inner-kwarg3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_empty_right_empty[outer-kwarg0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_empty_right_empty[outer-kwarg1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_empty_right_empty[outer-kwarg2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_empty_right_empty[outer-kwarg3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_empty_right_empty[left-kwarg0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_empty_right_empty[left-kwarg1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_empty_right_empty[left-kwarg2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_empty_right_empty[left-kwarg3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_empty_right_empty[right-kwarg0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_empty_right_empty[right-kwarg1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_empty_right_empty[right-kwarg2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_empty_right_empty[right-kwarg3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_empty_right_notempty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_notempty_right_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_nosort PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_nan_right PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_type PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_join_append_timedeltas PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_other_datetime_unit PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_other_timedelta_unit[D] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_other_timedelta_unit[h] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_other_timedelta_unit[m] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_other_timedelta_unit[s] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_other_timedelta_unit[ms] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_other_timedelta_unit[us] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_other_timedelta_unit[ns] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_overlapping_columns_error_message PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_on_datetime64tz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_non_unique_period_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_on_periods PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_indicator PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_validation PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_two_empty_df_no_division_error PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeMulti::test_merge_on_multikey PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeMulti::test_left_join_multi_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeMulti::test_merge_right_vs_left PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeMulti::test_compress_group_combinations PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeMulti::test_left_join_index_preserve_order PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeMulti::test_left_join_index_multi_match_multiindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeMulti::test_left_join_index_multi_match PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeMulti::test_left_merge_na_buglet PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeMulti::test_merge_na_keys PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeMulti::test_join_multi_levels PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeMulti::test_join_multi_levels2 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeMulti::test_merge_datetime_index[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeMulti::test_merge_datetime_index[asarray] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeMulti::test_merge_datetime_index[Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeMulti::test_merge_datetime_index[Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_different[right_vals0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_different[right_vals1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_different[right_vals2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_different[right_vals3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_different[right_vals4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_different[right_vals5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_join_multi_dtypes[int64-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_join_multi_dtypes[int64-int32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_join_multi_dtypes[int64-int16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_join_multi_dtypes[int64-int8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_join_multi_dtypes[int64-uint8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_join_multi_dtypes[float64-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_join_multi_dtypes[float64-int32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_join_multi_dtypes[float64-int16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_join_multi_dtypes[float64-int8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_join_multi_dtypes[float64-uint8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_join_multi_dtypes[float32-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_join_multi_dtypes[float32-int32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_join_multi_dtypes[float32-int16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_join_multi_dtypes[float32-int8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_join_multi_dtypes[float32-uint8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_join_multi_dtypes[float16-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_join_multi_dtypes[float16-int32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_join_multi_dtypes[float16-int16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_join_multi_dtypes[float16-int8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_join_multi_dtypes[float16-uint8] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_merge_on_ints_floats_warning PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_merge_incompat_infer_boolean_object PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_merge_incompat_dtypes[df1_vals0-df2_vals0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_merge_incompat_dtypes[df1_vals1-df2_vals1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_merge_incompat_dtypes[df1_vals2-df2_vals2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_merge_incompat_dtypes[df1_vals3-df2_vals3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_merge_incompat_dtypes[df1_vals4-df2_vals4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_merge_incompat_dtypes[df1_vals5-df2_vals5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_merge_incompat_dtypes[df1_vals6-df2_vals6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_merge_incompat_dtypes[df1_vals7-df2_vals7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_merge_incompat_dtypes[df1_vals8-df2_vals8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_merge_incompat_dtypes[df1_vals9-df2_vals9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeCategorical::test_identical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeCategorical::test_basic PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeCategorical::test_merge_categorical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeCategorical::tests_merge_categorical_unordered_equal PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeCategorical::test_other_columns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeCategorical::test_dtype_on_merged_different[inner-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeCategorical::test_dtype_on_merged_different[inner-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeCategorical::test_dtype_on_merged_different[inner-<lambda>2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeCategorical::test_dtype_on_merged_different[outer-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeCategorical::test_dtype_on_merged_different[outer-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeCategorical::test_dtype_on_merged_different[outer-<lambda>2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeCategorical::test_dtype_on_merged_different[left-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeCategorical::test_dtype_on_merged_different[left-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeCategorical::test_dtype_on_merged_different[left-<lambda>2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeCategorical::test_dtype_on_merged_different[right-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeCategorical::test_dtype_on_merged_different[right-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeCategorical::test_dtype_on_merged_different[right-<lambda>2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeCategorical::test_self_join_multiple_categories PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeCategorical::test_dtype_on_categorical_dates PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeOnIndexes::test_merge_on_indexes[inner-False-expected0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeOnIndexes::test_merge_on_indexes[inner-True-expected1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeOnIndexes::test_merge_on_indexes[left-False-expected2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeOnIndexes::test_merge_on_indexes[left-True-expected3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeOnIndexes::test_merge_on_indexes[right-False-expected4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeOnIndexes::test_merge_on_indexes[right-True-expected5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeOnIndexes::test_merge_on_indexes[outer-False-expected6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeOnIndexes::test_merge_on_indexes[outer-True-expected7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::test_merge_index_types[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::test_merge_index_types[Float64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::test_merge_index_types[Int64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::test_merge_index_types[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::test_merge_index_types[RangeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge.py::test_merge_index_types[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_examples1 SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_examples2 SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_examples3 SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_examples4 SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_basic SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_basic_categorical SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_basic_left_index SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_basic_right_index SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_basic_left_index_right_index SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_multi_index SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_on_and_index SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_basic_left_by_right_by SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_missing_right_by SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_multiby SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_multiby_heterogeneous_types SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_multiby_indexed SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_basic2 SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_basic_no_by SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_valid_join_keys SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_with_duplicates SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_with_duplicates_no_on SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_valid_allow_exact_matches SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_valid_tolerance SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_non_sorted SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_tolerance SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_tolerance_forward SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_tolerance_nearest SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_tolerance_tz SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_index_tolerance SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_allow_exact_matches SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_allow_exact_matches_forward SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_allow_exact_matches_nearest SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_allow_exact_matches_and_tolerance SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_allow_exact_matches_and_tolerance2 SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_allow_exact_matches_and_tolerance3 SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_allow_exact_matches_and_tolerance_forward SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_allow_exact_matches_and_tolerance_nearest SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_forward_by SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_nearest_by SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_by_int SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_on_float SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_on_specialized_type SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_on_specialized_type_by_int SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_on_float_by_int SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_merge_datatype_error SKIPPED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_index_column_precedence PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge_ordered.py::TestMergeOrdered::test_basic PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge_ordered.py::TestMergeOrdered::test_ffill PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge_ordered.py::TestMergeOrdered::test_multigroup PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge_ordered.py::TestMergeOrdered::test_merge_type PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge_ordered.py::TestMergeOrdered::test_empty_sequence_concat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/reshape/merge/test_merge_ordered.py::TestMergeOrdered::test_doc_example PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_fields[nat0-DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_fields[nat1-TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_fields[nat2-PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_vector_field_access PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/test_nat.py::test_identity[Timestamp] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/test_nat.py::test_identity[Timedelta] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/test_nat.py::test_identity[Period] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/test_nat.py::test_equality[Timestamp] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/test_nat.py::test_equality[Timedelta] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/test_nat.py::test_equality[Period] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/test_nat.py::test_round_nat[Timestamp] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/test_nat.py::test_round_nat[Timedelta] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/test_nat.py::test_NaT_methods PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/test_nat.py::test_NaT_docstrings PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/test_nat.py::test_isoformat[Timestamp] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/test_nat.py::test_isoformat[Timedelta] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_rfloordiv_timedelta PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_td64_vector[TimedeltaIndex-assert_index_equal] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_td64_vector[Series-assert_series_equal] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_pinned_docstrings PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_properties PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_repr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_contains PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_equal PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_comparison PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_hash PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_length[0-5-5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_length[-2-5.5-7.5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_length[10-10-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_length[10-inf-inf] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_length[-inf--5-inf] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_length[-inf-inf-inf] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_length[left6-right6-expected6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_length[left7-right7-expected7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_length[left8-right8-expected8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_length[left9-right9-expected9] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_length_errors[a-z] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_length_errors[left1-right1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_length_errors[left2-right2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_length_errors[left3-right3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_math_add PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_math_sub PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_math_mult PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_math_div PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_constructor_errors PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_constructor_errors_tz[None-UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_constructor_errors_tz[UTC-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_constructor_errors_tz[UTC-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_asfreq_near_zero[A] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_asfreq_near_zero[Q] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_asfreq_near_zero[M] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_asfreq_near_zero[W] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_asfreq_near_zero[B] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_asfreq_near_zero[D] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_asfreq_near_zero_weekly PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_to_timestamp_out_of_bounds xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_asfreq_corner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_conv_annual PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_conv_quarterly PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_conv_monthly PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_conv_weekly PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_conv_weekly_legacy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_conv_business PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_conv_daily PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_conv_hourly PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_conv_minutely PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_conv_secondly PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_asfreq_mult PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_asfreq_combined PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_asfreq_MS PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_is_leap_year[A] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_is_leap_year[M] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_is_leap_year[D] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_is_leap_year[H] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_quarterly_negative_ordinals PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_quarterly[JAN] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_quarterly[FEB] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_quarterly[MAR] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_quarterly[APR] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_quarterly[MAY] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_quarterly[JUN] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_quarterly[JUL] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_quarterly[AUG] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_quarterly[SEP] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_quarterly[OCT] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_quarterly[NOV] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_quarterly[DEC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_annual[JAN] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_annual[FEB] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_annual[MAR] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_annual[APR] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_annual[MAY] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_annual[JUN] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_annual[JUL] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_annual[AUG] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_annual[SEP] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_annual[OCT] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_annual[NOV] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_annual[DEC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[10-MON] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[10-TUE] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[10-WED] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[10-THU] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[10-FRI] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[10-SAT] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[10-SUN] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[11-MON] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[11-TUE] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[11-WED] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[11-THU] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[11-FRI] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[11-SAT] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[11-SUN] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[12-MON] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[12-TUE] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[12-WED] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[12-THU] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[12-FRI] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[12-SAT] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[12-SUN] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[13-MON] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[13-TUE] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[13-WED] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[13-THU] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[13-FRI] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[13-SAT] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[13-SUN] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[14-MON] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[14-TUE] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[14-WED] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[14-THU] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[14-FRI] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[14-SAT] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[14-SUN] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[15-MON] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[15-TUE] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[15-WED] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[15-THU] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[15-FRI] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[15-SAT] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[15-SUN] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[16-MON] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[16-TUE] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[16-WED] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[16-THU] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[16-FRI] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[16-SAT] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[16-SUN] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_from_ordinal PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_nat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_mult PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_combined PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_timestamp_tz_arg[Europe/Brussels] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_timestamp_tz_arg[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_timestamp_tz_arg[US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_timestamp_tz_arg_dateutil[dateutil/Europe/Brussels] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_timestamp_tz_arg_dateutil[dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_timestamp_tz_arg_dateutil[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_timestamp_tz_arg_dateutil_from_string PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_timestamp_mult PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_construction PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_construction_bday PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_construction_quarter PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_construction_month PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_constructor_offsets PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_freq_str PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_deprecated_freq PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_hash PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_repr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_repr_nat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_millisecond_repr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_microsecond_repr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_strftime PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_sub_delta PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_to_timestamp PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_start_time PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_end_time PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_anchor_week_end_time PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_properties_annually PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_properties_quarterly PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_properties_monthly PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_properties_weekly PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_properties_weekly_legacy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_properties_daily PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_properties_hourly PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_properties_minutely PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_properties_secondly PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_pnow PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_constructor_corner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_constructor_infer_freq PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_badinput PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_multiples PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_round_trip PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestComparisons::test_equal PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestComparisons::test_equal_Raises_Value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestComparisons::test_notEqual PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestComparisons::test_greater PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestComparisons::test_greater_Raises_Value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestComparisons::test_greater_Raises_Type PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestComparisons::test_greaterEqual PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestComparisons::test_greaterEqual_Raises_Value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestComparisons::test_smallerEqual PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestComparisons::test_smallerEqual_Raises_Value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestComparisons::test_smallerEqual_Raises_Type PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestComparisons::test_smaller PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestComparisons::test_smaller_Raises_Value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestComparisons::test_smaller_Raises_Type PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestComparisons::test_sort PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestComparisons::test_period_nat_comp PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestMethods::test_add PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestMethods::test_add_pdnat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestMethods::test_add_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestMethods::test_add_timestamp_raises[<lambda>0-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestMethods::test_add_timestamp_raises[<lambda>0-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestMethods::test_add_timestamp_raises[<lambda>0-<lambda>2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestMethods::test_add_timestamp_raises[<lambda>1-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestMethods::test_add_timestamp_raises[<lambda>1-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestMethods::test_add_timestamp_raises[<lambda>1-<lambda>2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestMethods::test_add_timestamp_raises[<lambda>2-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestMethods::test_add_timestamp_raises[<lambda>2-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestMethods::test_add_timestamp_raises[<lambda>2-<lambda>2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestMethods::test_sub PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestMethods::test_add_offset PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestMethods::test_add_offset_nat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestMethods::test_sub_pdnat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestMethods::test_sub_offset PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestMethods::test_sub_offset_nat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestMethods::test_nat_ops[M] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestMethods::test_nat_ops[2M] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestMethods::test_nat_ops[3M] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::TestMethods::test_period_ops_offset PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::test_period_immutable PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/period/test_period.py::test_small_year_parsing XPASS
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_add_sub_ten_seconds[ten_seconds0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_add_sub_ten_seconds[ten_seconds1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_add_sub_ten_seconds[ten_seconds2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_add_sub_ten_seconds[ten_seconds3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_add_sub_ten_seconds[ten_seconds4] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_add_datetimelike_scalar[op0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_add_datetimelike_scalar[radd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_add_td[op0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_add_td[radd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_add_pytimedelta[op0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_add_pytimedelta[radd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_add_timedelta64[op0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_add_timedelta64[radd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_add_offset[op0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_add_offset[radd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_sub_td PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_sub_pytimedelta PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_sub_timedelta64 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_sub_nat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_sub_td64_nat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_sub_offset PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_sub_numeric_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_rsub_pytimedelta PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_rsub_timedelta64 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_rsub_nat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_rsub_td64_nat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_rsub_offset PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_rsub_numeric_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_mul_nat[op0-td_nat0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_mul_nat[op0-td_nat1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_mul_nat[op0-td_nat2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_mul_nat[rmul-td_nat0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_mul_nat[rmul-td_nat1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_mul_nat[rmul-td_nat2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_mul_scalar[op0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_mul_scalar[rmul] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_div_timedeltalike_scalar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_div_numeric_scalar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_rdiv_timedeltalike_scalar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_floordiv_timedeltalike_scalar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_floordiv_null_scalar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_floordiv_offsets PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_floordiv_invalid_scalar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_floordiv_numeric_scalar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_floordiv_timedeltalike_array PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_floordiv_numeric_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_rfloordiv_timedeltalike_scalar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_rfloordiv_null_scalar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_rfloordiv_offsets PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_rfloordiv_invalid_scalar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_rfloordiv_numeric_scalar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_rfloordiv_timedeltalike_array PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_rfloordiv_numeric_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_mod_timedeltalike PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_mod_timedelta64_nat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_mod_timedelta64 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_mod_offset PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_mod_numeric PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_mod_invalid PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_rmod_pytimedelta PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_rmod_timedelta64 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_rmod_invalid PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_divmod_numeric PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_divmod PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_divmod_offset PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_divmod_invalid PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_rdivmod_pytimedelta PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_rdivmod_offset PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_rdivmod_invalid PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_construction PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[int64-item0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[int64-item1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[int64-item2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[int64-item3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[int64-item4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[int64-item5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[int64-item6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[int32-item0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[int32-item1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[int32-item2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[int32-item3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[int32-item4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[int32-item5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[int32-item6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[int16-item0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[int16-item1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[int16-item2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[int16-item3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[int16-item4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[int16-item5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[int16-item6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[float64-item0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[float64-item1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[float64-item2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[float64-item3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[float64-item4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[float64-item5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[float64-item6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[float32-item0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[float32-item1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[float32-item2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[float32-item3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[float32-item4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[float32-item5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[float32-item6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[float16-item0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[float16-item1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[float16-item2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[float16-item3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[float16-item4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[float16-item5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[float16-item6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_from_repr_roundtrip[1s] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_from_repr_roundtrip[-1s] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_from_repr_roundtrip[1us] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_from_repr_roundtrip[-1us] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_from_repr_roundtrip[1 day] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_from_repr_roundtrip[-1 day] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_from_repr_roundtrip[-23:59:59.999999] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_from_repr_roundtrip[-1ns] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_from_repr_roundtrip[1ns] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_from_repr_roundtrip[-23:59:59.999999999] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_overflow_on_construction PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_iso_constructor[P6DT0H50M3.010010012S-exp0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_iso_constructor[P-6DT0H50M3.010010012S-exp1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_iso_constructor[P4DT12H30M5S-exp2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_iso_constructor[P0DT0H0M0.000000123S-exp3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_iso_constructor[P0DT0H0M0.00001S-exp4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_iso_constructor[P0DT0H0M0.001S-exp5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_iso_constructor[P0DT0H1M0S-exp6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_iso_constructor[P1DT25H61M61S-exp7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_iso_constructor_raises[PPPPPPPPPPPP] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_iso_constructor_raises[PDTHMS] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_iso_constructor_raises[P0DT999H999M999S] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_iso_constructor_raises[P1DT0H0M0.0000000000000S] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_iso_constructor_raises[P1DT0H0M00000000000S] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_iso_constructor_raises[P1DT0H0M0.S] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_constructor_on_nanoseconds[constructed_td0-100ns] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_constructor_on_nanoseconds[constructed_td1-694861001001001] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_constructor_on_nanoseconds[constructed_td2-1us1ns] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_constructor_on_nanoseconds[constructed_td3-999ns] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_constructor_on_nanoseconds[constructed_td4-990ns] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_constructor_value_error PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_formats.py::test_repr[td0-Timedelta('10 days 00:00:00')] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_formats.py::test_repr[td1-Timedelta('0 days 00:00:10')] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_formats.py::test_repr[td2-Timedelta('0 days 00:00:00.010000')] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_formats.py::test_repr[td3-Timedelta('-1 days +23:59:59.990000')] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_formats.py::test_isoformat[td0-P6DT0H50M3.010010012S] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_formats.py::test_isoformat[td1-P4DT12H30M5S] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_formats.py::test_isoformat[td2-P0DT0H0M0.000000123S] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_formats.py::test_isoformat[td3-P0DT0H0M0.00001S] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_formats.py::test_isoformat[td4-P0DT0H0M0.001S] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_formats.py::test_isoformat[td5-P0DT0H1M0S] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltaArithmetic::test_arithmetic_overflow PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltaArithmetic::test_array_timedelta_floordiv PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltaArithmetic::test_ops_error_str PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltaArithmetic::test_ops_notimplemented PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltaArithmetic::test_unary_ops PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltaComparison::test_comparison_object_array PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltaComparison::test_compare_timedelta_ndarray PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_total_seconds_scalar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_conversion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_freq_conversion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_fields PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_nat_converters PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_numeric_conversions PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_timedelta_conversions PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_round PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_contains PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_identity PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_short_format_converters PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_full_format_converters PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_overflow PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_pickle PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_timedelta_hash_equality PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_implementation_limits PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_total_seconds_precision PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_timedelta_arithmetic PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_apply_to_timedelta PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_components PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::test_truthiness[value0-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::test_truthiness[value1-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::test_truthiness[value2-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::test_truthiness[value3-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::test_truthiness[value4-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::test_truthiness[value5-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::test_truthiness[value6-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_arithmetic.py::TestTimestampArithmetic::test_overflow_offset PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_arithmetic.py::TestTimestampArithmetic::test_delta_preserve_nanos PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_arithmetic.py::TestTimestampArithmetic::test_timestamp_sub_datetime PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_arithmetic.py::TestTimestampArithmetic::test_addition_subtraction_types PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_arithmetic.py::TestTimestampArithmetic::test_addition_subtraction_preserve_frequency PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_comparisons.py::TestTimestampComparison::test_comparison_object_array PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_comparisons.py::TestTimestampComparison::test_comparison PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_comparisons.py::TestTimestampComparison::test_compare_invalid PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_comparisons.py::TestTimestampComparison::test_cant_compare_tz_naive_w_aware PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_comparisons.py::TestTimestampComparison::test_cant_compare_tz_naive_w_aware_explicit_pytz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_comparisons.py::TestTimestampComparison::test_cant_compare_tz_naive_w_aware_dateutil PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_comparisons.py::TestTimestampComparison::test_timestamp_compare_scalars PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_comparisons.py::TestTimestampComparison::test_timestamp_compare_with_early_datetime PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-03-07-D-UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-03-07-D-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-03-07-D-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-03-07-D-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-03-07-M-UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-03-07-M-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-03-07-M-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-03-07-M-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-03-07-S-UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-03-07-S-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-03-07-S-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-03-07-S-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-03-07-N-UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-03-07-N-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-03-07-N-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-03-07-N-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-01-01 09:00-D-UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-01-01 09:00-M-UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-01-01 09:00-S-UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-01-01 09:00-N-UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr_utcoffset PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_timestamp_repr_pre1900 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_pprint PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_properties_business PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_fields PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[None-data0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[None-data1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[C0-data0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[C0-data1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[C1-data0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[C1-data1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[data0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[data1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_is_leap_year[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_is_leap_year[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_is_leap_year[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_is_leap_year[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_is_leap_year[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_woy_boundary PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_constructor PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_constructor_with_stringoffset PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_constructor_invalid PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_constructor_invalid_tz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_constructor_tz_or_tzinfo PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_constructor_positional PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_constructor_keyword PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_constructor_fromordinal PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_constructor_nanosecond[result0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_constructor_nanosecond[result1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_constructor_nanosecond[result2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_constructor_nanosecond[result3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_constructor_nanosecond[result4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_invalid_date_kwarg_with_string_input[year] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_invalid_date_kwarg_with_string_input[month] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_invalid_date_kwarg_with_string_input[day] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_invalid_date_kwarg_with_string_input[hour] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_invalid_date_kwarg_with_string_input[minute] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_invalid_date_kwarg_with_string_input[second] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_invalid_date_kwarg_with_string_input[microsecond] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_invalid_date_kwarg_with_string_input[nanosecond] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_out_of_bounds_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_out_of_bounds_string PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_barely_out_of_bounds PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_bounds_with_different_units PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_min_valid PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_max_valid PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_now PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_today PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_disallow_setting_tz[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_disallow_setting_tz[tz1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_construct_timestamp_near_dst[+0300] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_construct_timestamp_near_dst[+0200] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_tz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_utc_z_designator PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_asm8 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_class_ops_pytz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_class_ops_dateutil PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_basics_nanos PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_unit[946688461000000000-check_kwargs0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_unit[value1-check_kwargs1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_unit[value2-check_kwargs2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_unit[value3-check_kwargs3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_unit[10957-check_kwargs4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_unit[value5-check_kwargs5] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_unit[value6-check_kwargs6] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_unit[value7-check_kwargs7] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_unit[value8-check_kwargs8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_unit[value9-check_kwargs9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_unit[value10-check_kwargs10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_unit[value11-check_kwargs11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_unit[value12-check_kwargs12] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_unit[9.46688461e+14-check_kwargs13] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_unit[9.46688461005e+14-check_kwargs14] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_unit[9.46688461e+11-check_kwargs15] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_unit[9.46688461e+11-check_kwargs16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_unit[946688461.5-check_kwargs17] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_unit[10957.5-check_kwargs18] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_roundtrip PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_hash_equivalent PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampNsOperations::test_timedelta_ns_arithmetic PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampNsOperations::test_timedelta_ns_based_arithmetic PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampNsOperations::test_timedelta_us_arithmetic PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampNsOperations::test_timedelta_ms_arithmetic PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampNsOperations::test_nanosecond_string_parsing PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampNsOperations::test_nanosecond_timestamp PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampToJulianDate::test_compare_1700 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampToJulianDate::test_compare_2000 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampToJulianDate::test_compare_2100 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampToJulianDate::test_compare_hour01 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampToJulianDate::test_compare_hour13 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConversion::test_conversion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConversion::test_to_pydatetime_nonzero_nano PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConversion::test_timestamp_to_datetime PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConversion::test_timestamp_to_datetime_dateutil PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConversion::test_timestamp_to_datetime_explicit_pytz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConversion::test_timestamp_to_datetime_explicit_dateutil PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConversion::test_to_datetime_bijective PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_pushes_out_of_bounds PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_ambiguous_bool PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_ambiguous PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_errors_ambiguous PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_ambiguous_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_tz_localize[tz0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_tz_localize[tz1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_tz_localize[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_tz_localize[dateutil/US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_astimezone[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_astimezone[dateutil/US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_convert_utc_with_system_utc PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_constructor_tz_utc PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_to_datetime_tzoffset PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_constructor_near_dst_boundary PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_constructed_by_date_and_tz[tz0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_constructed_by_date_and_tz[tz1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_constructed_by_date_and_tz[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_add_timedelta_push_over_dst_boundary[tz0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_add_timedelta_push_over_dst_boundary[tz1] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_day_naive PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_tzaware PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_30min PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_subsecond PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_nonstandard_freq PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_invalid_arg PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_frequencies[D-expected0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_frequencies[H-expected1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_frequencies[S-expected2] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_ceil_floor_edge[NaT-floor-1s-NaT] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_ceil_floor_edge[NaT-ceil-1s-NaT] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_ceil PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_floor PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_naive PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_aware[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_aware[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_aware[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_aware[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_preserves_nanos[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_preserves_nanos[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_preserves_nanos[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_preserves_nanos[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_multiple[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_multiple[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_multiple[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_multiple[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_invalid_kwarg[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_invalid_kwarg[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_invalid_kwarg[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_invalid_kwarg[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_integer_args[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_integer_args[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_integer_args[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_integer_args[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_tzinfo_equiv_tz_localize_none PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_tzinfo PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_across_dst[tz0-<lambda>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_across_dst[tz1-<lambda>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_timestamp PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_alter_axes.py::TestSeriesAlterAxes::test_setindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_alter_axes.py::TestSeriesAlterAxes::test_rename PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_alter_axes.py::TestSeriesAlterAxes::test_rename_by_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_alter_axes.py::TestSeriesAlterAxes::test_rename_set_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_alter_axes.py::TestSeriesAlterAxes::test_rename_set_name_inplace PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_alter_axes.py::TestSeriesAlterAxes::test_rename_axis_supported PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_alter_axes.py::TestSeriesAlterAxes::test_set_name_attribute PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_alter_axes.py::TestSeriesAlterAxes::test_set_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_alter_axes.py::TestSeriesAlterAxes::test_rename_inplace PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_alter_axes.py::TestSeriesAlterAxes::test_set_index_makes_timeseries PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_alter_axes.py::TestSeriesAlterAxes::test_reset_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_alter_axes.py::TestSeriesAlterAxes::test_reset_index_level PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_alter_axes.py::TestSeriesAlterAxes::test_reset_index_range PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_alter_axes.py::TestSeriesAlterAxes::test_reorder_levels PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_alter_axes.py::TestSeriesAlterAxes::test_rename_axis_inplace PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_alter_axes.py::TestSeriesAlterAxes::test_set_axis_inplace PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_alter_axes.py::TestSeriesAlterAxes::test_set_axis_prior_to_deprecation_signature PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_alter_axes.py::TestSeriesAlterAxes::test_reset_index_drop_errors PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_empty[sum-0.0-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_empty[sum-0.0-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_empty[prod-1.0-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_empty[prod-1.0-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_empty_multi[sum-0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_empty_multi[prod-1.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_ops_consistency_on_empty[mean] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_ops_consistency_on_empty[median] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_ops_consistency_on_empty[std] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_ops_consistency_on_empty[var] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_nansum_buglet PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_sum_overflow[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_sum_overflow[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_sum PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_sum_inf PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_mean PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_median PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_mode PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_prod PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_min PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_max PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_var_std PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_sem PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_skew PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_kurt PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_describe PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_argsort PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_argsort_stable PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_cumsum PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_cumprod PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_cummin PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_cummax PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_cummin_datetime64 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_cummax_datetime64 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_cummin_timedelta64 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_cummax_timedelta64 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_npdiff SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_compress PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_numpy_compress PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_round PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_numpy_round PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_built_in_round SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_prod_numpy16_bug PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_all_any PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_all_any_params PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_modulo PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_corr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_corr_rank PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_cov PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_count PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_dot PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_matmul SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_value_counts_nunique PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_unique PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_drop_duplicates_non_bool[tc10-tc20] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_drop_duplicates_non_bool[tc11-tc21] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_drop_duplicates_non_bool[tc12-tc22] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_drop_duplicates_non_bool[tc13-tc23] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_drop_duplicates_bool PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_clip PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_clip_types_and_nulls PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_clip_with_na_args PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_clip_against_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_clip_against_list_like[upper0-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_clip_against_list_like[upper0-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_clip_against_list_like[upper1-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_clip_against_list_like[upper1-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_clip_with_datetimes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_cummethods_bool PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_isin PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_isin_with_string_scalar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_isin_with_i8 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_isin_empty[empty0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_isin_empty[empty1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_isin_empty[empty2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_timedelta64_analytics PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_idxmin PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_numpy_argmin_deprecated PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_idxmax PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_numpy_argmax_deprecated PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_ptp PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_empty_timeseries_redections_return_nat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_unique_data_ownership PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_repeat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_numpy_repeat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_searchsorted PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_searchsorted_numeric_dtypes_scalar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_searchsorted_numeric_dtypes_vector PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_search_sorted_datetime64_scalar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_search_sorted_datetime64_list PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_searchsorted_sorter PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_is_unique PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_is_unique_class_ne PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_is_monotonic PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_sort_index_level PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_apply_categorical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_shift_int PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_shift_categorical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_unstack PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_value_counts_datetime PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_value_counts_datetime_tz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_value_counts_period PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_value_counts_categorical_ordered PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_value_counts_categorical_not_ordered PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_error[r0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_error[r1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_error[r2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_error[r3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_error[r4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_nsmallest_nlargest[s0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_nsmallest_nlargest[s1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_nsmallest_nlargest[s2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_nsmallest_nlargest[s3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_nsmallest_nlargest[s4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_nsmallest_nlargest[s5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_nsmallest_nlargest[s6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_nsmallest_nlargest[s7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_nsmallest_nlargest[s8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_nsmallest_nlargest[s9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_nsmallest_nlargest[s10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_nsmallest_nlargest[s11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_nsmallest_nlargest[s12] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_misc PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_n[1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_n[2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_n[3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_n[4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_boundary_integer[nlargest-uint8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_boundary_integer[nlargest-uint16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_boundary_integer[nlargest-uint32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_boundary_integer[nlargest-uint64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_boundary_integer[nlargest-int8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_boundary_integer[nlargest-int16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_boundary_integer[nlargest-int32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_boundary_integer[nlargest-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_boundary_integer[nsmallest-uint8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_boundary_integer[nsmallest-uint16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_boundary_integer[nsmallest-uint32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_boundary_integer[nsmallest-uint64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_boundary_integer[nsmallest-int8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_boundary_integer[nsmallest-int16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_boundary_integer[nsmallest-int32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_boundary_integer[nsmallest-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_boundary_float[nlargest-float32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_boundary_float[nlargest-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_boundary_float[nsmallest-float32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_boundary_float[nsmallest-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_boundary_datetimelike[nlargest-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_boundary_datetimelike[nlargest-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_boundary_datetimelike[nsmallest-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_boundary_datetimelike[nsmallest-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestCategoricalSeriesAnalytics::test_count PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestCategoricalSeriesAnalytics::test_min_max PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestCategoricalSeriesAnalytics::test_mode PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestCategoricalSeriesAnalytics::test_value_counts PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestCategoricalSeriesAnalytics::test_value_counts_with_nan PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestCategoricalSeriesAnalytics::test_drop_duplicates_categorical_non_bool[True-int_] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestCategoricalSeriesAnalytics::test_drop_duplicates_categorical_non_bool[True-uint] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestCategoricalSeriesAnalytics::test_drop_duplicates_categorical_non_bool[True-float_] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestCategoricalSeriesAnalytics::test_drop_duplicates_categorical_non_bool[True-unicode_] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestCategoricalSeriesAnalytics::test_drop_duplicates_categorical_non_bool[True-timedelta64[h]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestCategoricalSeriesAnalytics::test_drop_duplicates_categorical_non_bool[True-datetime64[D]] xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestCategoricalSeriesAnalytics::test_drop_duplicates_categorical_non_bool[False-int_] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestCategoricalSeriesAnalytics::test_drop_duplicates_categorical_non_bool[False-uint] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestCategoricalSeriesAnalytics::test_drop_duplicates_categorical_non_bool[False-float_] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestCategoricalSeriesAnalytics::test_drop_duplicates_categorical_non_bool[False-unicode_] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestCategoricalSeriesAnalytics::test_drop_duplicates_categorical_non_bool[False-timedelta64[h]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestCategoricalSeriesAnalytics::test_drop_duplicates_categorical_non_bool[False-datetime64[D]] xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestCategoricalSeriesAnalytics::test_drop_duplicates_categorical_bool[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py::TestCategoricalSeriesAnalytics::test_drop_duplicates_categorical_bool[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_scalarop_preserve_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_copy_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_copy_index_name_checking PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_append_preserve_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_binop_maybe_preserve_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_combine_first_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_getitem_preserve_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_pickle PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_argsort_preserve_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_sort_index_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_to_sparse_pass_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_constructor_dict PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_constructor_subclass_dict PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_constructor_ordereddict PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_constructor_dict_multiindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_constructor_dict_timedelta_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_from_array_deprecated PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_tab_completion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_tab_completion_with_categorical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_index_tab_completion[index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_index_tab_completion[index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_index_tab_completion[index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_index_tab_completion[index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_index_tab_completion[index4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_index_tab_completion[index5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_index_tab_completion[index6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_index_tab_completion[index7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_index_tab_completion[index8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_index_tab_completion[index9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_index_tab_completion[index10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_index_tab_completion[index11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_index_tab_completion[index12] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_index_tab_completion[index13] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_index_tab_completion[index14] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_not_hashable PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_contains PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_iter PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_keys PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_values PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_iteritems PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_items PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_raise_on_info PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_copy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_axis_alias PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_class_axis PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_numpy_unique PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_ndarray_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_str_attribute PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_empty_method PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_tab_complete_warning SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestCategoricalSeries::test_getname_categorical_accessor[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestCategoricalSeries::test_getname_categorical_accessor[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestCategoricalSeries::test_getname_categorical_accessor[<lambda>2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestCategoricalSeries::test_getname_categorical_accessor[<lambda>3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestCategoricalSeries::test_getname_categorical_accessor[<lambda>4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestCategoricalSeries::test_getname_categorical_accessor[<lambda>5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestCategoricalSeries::test_getname_categorical_accessor[<lambda>6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestCategoricalSeries::test_getname_categorical_accessor[<lambda>7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestCategoricalSeries::test_cat_accessor PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestCategoricalSeries::test_cat_accessor_api PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestCategoricalSeries::test_cat_accessor_no_new_attributes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestCategoricalSeries::test_categorical_delegations PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestCategoricalSeries::test_str_accessor_api_for_categorical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_api.py::TestCategoricalSeries::test_dt_accessor_api_for_categorical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_apply.py::TestSeriesApply::test_apply PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_apply.py::TestSeriesApply::test_apply_same_length_inference_bug PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_apply.py::TestSeriesApply::test_apply_dont_convert_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_apply.py::TestSeriesApply::test_with_string_args PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_apply.py::TestSeriesApply::test_apply_args PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_apply.py::TestSeriesApply::test_series_map_box_timestamps PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_apply.py::TestSeriesApply::test_apply_box PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_apply.py::TestSeriesApply::test_apply_datetimetz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_apply.py::TestSeriesApply::test_apply_dict_depr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_transform PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_transform_and_agg_error PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_demo PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_multiple_aggregators_with_dict_api PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_apply_evaluate_lambdas_the_same PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_with_nested_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_replicate_describe PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_reduce PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_non_callable_aggregates PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_map PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_map_empty[index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_map_empty[index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_map_empty[index2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_map_empty[index3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_map_empty[index4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_map_empty[index5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_map_empty[index6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_map_empty[index7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_map_empty[index8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_map_empty[index9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_map_empty[index10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_map_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_map_int PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_map_type_inference PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_map_decimal PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_map_na_exclusion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_map_dict_with_tuple_keys PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_map_counter PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_map_defaultdict PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_map_dict_subclass_with_missing PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_map_dict_subclass_without_missing PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_map_box PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_map_categorical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_map_datetimetz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_map_missing_mixed[vals0-mapping0-exp0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_map_missing_mixed[vals1-mapping1-exp1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_map_missing_mixed[vals2-mapping2-exp2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_compare_invalid PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_flex_cmp_return_dtypes[eq] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_flex_cmp_return_dtypes[ne] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_flex_cmp_return_dtypes[gt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_flex_cmp_return_dtypes[lt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_flex_cmp_return_dtypes[ge] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_flex_cmp_return_dtypes[le] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_flex_cmp_return_dtypes_empty[eq] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_flex_cmp_return_dtypes_empty[ne] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_flex_cmp_return_dtypes_empty[gt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_flex_cmp_return_dtypes_empty[lt] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_flex_cmp_return_dtypes_empty[ge] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_flex_cmp_return_dtypes_empty[le] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_cmp_result_names[names0-op0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_cmp_result_names[names0-op1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_cmp_result_names[names0-op2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_cmp_result_names[names0-op3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_cmp_result_names[names0-op4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_cmp_result_names[names0-op5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_cmp_result_names[names1-op0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_cmp_result_names[names1-op1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_cmp_result_names[names1-op2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_cmp_result_names[names1-op3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_cmp_result_names[names1-op4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_cmp_result_names[names1-op5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_cmp_result_names[names2-op0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_cmp_result_names[names2-op1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_cmp_result_names[names2-op2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_cmp_result_names[names2-op3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_cmp_result_names[names2-op4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_cmp_result_names[names2-op5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimestampSeriesComparison::test_dt64_ser_cmp_date_warning PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimestampSeriesComparison::test_dt64ser_cmp_date_invalid SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimestampSeriesComparison::test_dt64ser_cmp_period_scalar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimestampSeriesComparison::test_timestamp_compare_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimestampSeriesComparison::test_timestamp_equality PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesComparisons::test_compare_timedelta_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestPeriodSeriesComparisons::test_cmp_series_period_scalar[M] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestPeriodSeriesComparisons::test_cmp_series_period_scalar[2M] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestPeriodSeriesComparisons::test_cmp_series_period_scalar[3M] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestPeriodSeriesComparisons::test_cmp_series_period_series[M] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestPeriodSeriesComparisons::test_cmp_series_period_series[2M] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestPeriodSeriesComparisons::test_cmp_series_period_series[3M] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestPeriodSeriesComparisons::test_cmp_series_period_series_mixed_freq PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_divide_decimal PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_div_equiv_binop PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[int64-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[int64-int32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[int64-int16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[int64-int8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[int64-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[int64-float32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[int64-float16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[int64-uint64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[int64-uint32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[int64-uint16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[int64-uint8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[float64-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[float64-int32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[float64-int16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[float64-int8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[float64-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[float64-float32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[float64-float16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[float64-uint64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[float64-uint32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[float64-uint16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[float64-uint8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[uint64-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[uint64-int32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[uint64-int16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[uint64-int8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[uint64-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[uint64-float32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[uint64-float16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[uint64-uint64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[uint64-uint32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[uint64-uint16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[uint64-uint8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_rdiv_zero_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_div_zero_inf_signs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_rdiv_zero PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_floordiv_div PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesArithmetic::test_series_radd_str_invalid[None-data0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesArithmetic::test_series_radd_str_invalid[None-data1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesArithmetic::test_series_radd_str_invalid[None-data2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesArithmetic::test_series_radd_str_invalid[None-data3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesArithmetic::test_series_radd_str_invalid[object-data0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesArithmetic::test_series_radd_str_invalid[object-data1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesArithmetic::test_series_radd_str_invalid[object-data2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesArithmetic::test_series_radd_str_invalid[object-data3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesArithmetic::test_object_ser_add_invalid PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesArithmetic::test_series_with_dtype_radd_nan[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesArithmetic::test_series_with_dtype_radd_nan[object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesArithmetic::test_series_with_dtype_radd_int[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesArithmetic::test_series_with_dtype_radd_int[object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesArithmetic::test_series_radd_str PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesArithmetic::test_series_with_dtype_radd_timedelta[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesArithmetic::test_series_with_dtype_radd_timedelta[object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestPeriodSeriesArithmetic::test_ops_series_timedelta PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestPeriodSeriesArithmetic::test_ops_series_period PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimestampSeriesArithmetic::test_timestamp_sub_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimestampSeriesArithmetic::test_dt64ser_sub_datetime_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_int_series_invalid PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_radd_int_series_invalid xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_sub_int_series_invalid PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_rsub_int_series_invalid xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64_series_add_intlike PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_scalar_invalid[1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_scalar_invalid[1.5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_scalar_invalid[scalar2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector0-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector0-int32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector0-int16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector0-uint64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector0-uint32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector0-uint16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector0-uint8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector0-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector0-float32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector0-float16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector1-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector1-int32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector1-int16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector1-uint64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector1-uint32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector1-uint16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector1-uint8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector1-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector1-float32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector1-float16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector2-int64] xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector2-int32] xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector2-int16] xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector2-uint64] xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector2-uint32] xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector2-uint16] xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector2-uint8] xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector2-float64] XPASS
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector2-float32] XPASS
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector2-float16] XPASS
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_timestamp PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64_series_with_tdi[names0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64_series_with_tdi[names1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64_series_with_tdi[names2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64_sub_NaT PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_timedelta_floordiv[scalar_td0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_timedelta_floordiv[scalar_td1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_timedelta_floordiv[scalar_td2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_timedelta_rfloordiv[scalar_td0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_timedelta_rfloordiv[scalar_td1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_timedelta_rfloordiv[scalar_td2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_timedelta_rfloordiv_explicit[scalar_td0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_timedelta_rfloordiv_explicit[scalar_td1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_timedelta_rfloordiv_explicit[scalar_td2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector0-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector0-int32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector0-int16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector0-uint64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector0-uint32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector0-uint16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector0-uint8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector0-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector0-float32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector0-float16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector1-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector1-int32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector1-int16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector1-uint64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector1-uint32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector1-uint16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector1-uint8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector1-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector1-float32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector1-float16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector2-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector2-int32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector2-int16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector2-uint64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector2-uint32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector2-uint16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector2-uint8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector2-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector2-float32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector2-float16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector0-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector0-int32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector0-int16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector0-uint64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector0-uint32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector0-uint16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector0-uint8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector0-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector0-float32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector0-float16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector1-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector1-int32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector1-int16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector1-uint64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector1-uint32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector1-uint16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector1-uint8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector1-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector1-float32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector1-float16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector2-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector2-int32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector2-int16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector2-uint64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector2-uint32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector2-uint16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector2-uint8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector2-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector2-float32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector2-float16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector0-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector0-int32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector0-int16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector0-uint64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector0-uint32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector0-uint16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector0-uint8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector0-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector0-float32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector0-float16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector1-int64] XPASS
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector1-int32] XPASS
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector1-int16] XPASS
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector1-uint64] XPASS
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector1-uint32] XPASS
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector1-uint16] XPASS
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector1-uint8] XPASS
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector1-float64] XPASS
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector1-float32] XPASS
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector1-float16] XPASS
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector2-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector2-int32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector2-int16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector2-uint64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector2-uint32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector2-uint16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector2-uint8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector2-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector2-float32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector2-float16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_scalar[1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_scalar[one1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_scalar[1.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_scalar[one3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_scalar[2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_scalar[2.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_scalar[two2] XPASS
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_scalar[two3] XPASS
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_tdi_mul_int_series[names0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_tdi_mul_int_series[names1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_tdi_mul_int_series[names2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_float_series_rdiv_tdi[names0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_float_series_rdiv_tdi[names1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_float_series_rdiv_tdi[names2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_timedeltalike_invalid[scalar_td0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_timedeltalike_invalid[scalar_td1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_timedeltalike_invalid[scalar_td2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesInvalidArithmeticOps::test_td64series_pow_invalid[scalar_td0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesInvalidArithmeticOps::test_td64series_pow_invalid[scalar_td1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesInvalidArithmeticOps::test_td64series_pow_invalid[scalar_td2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_asof.py::TestSeriesAsof::test_basic PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_asof.py::TestSeriesAsof::test_scalar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_asof.py::TestSeriesAsof::test_with_nan PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_asof.py::TestSeriesAsof::test_periodindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_asof.py::TestSeriesAsof::test_errors PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_asof.py::TestSeriesAsof::test_all_nans PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_combine_concat.py::TestSeriesCombine::test_append PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_combine_concat.py::TestSeriesCombine::test_append_many PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_combine_concat.py::TestSeriesCombine::test_append_duplicates PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_combine_concat.py::TestSeriesCombine::test_combine_first PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_combine_concat.py::TestSeriesCombine::test_update PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_combine_concat.py::TestSeriesCombine::test_concat_empty_series_dtypes_roundtrips PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_combine_concat.py::TestSeriesCombine::test_concat_empty_series_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_combine_concat.py::TestSeriesCombine::test_combine_first_dt64 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_combine_concat.py::TestTimeseries::test_append_concat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_combine_concat.py::TestTimeseries::test_append_concat_tz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_combine_concat.py::TestTimeseries::test_append_concat_tz_explicit_pytz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_combine_concat.py::TestTimeseries::test_append_concat_tz_dateutil PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_invalid_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_scalar_conversion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_empty[list] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_empty[dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_empty[OrderedDict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_nan[nan0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_nan[nan1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dtype_only[None-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dtype_only[None-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dtype_only[None-M8[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dtype_only[None-m8[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dtype_only[None-category] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dtype_only[None-object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dtype_only[None-datetime64[ns, UTC]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dtype_only[index1-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dtype_only[index1-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dtype_only[index1-M8[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dtype_only[index1-m8[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dtype_only[index1-category] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dtype_only[index1-object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dtype_only[index1-datetime64[ns, UTC]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_no_data_index_order PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dtype_str_na_values[str0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dtype_str_na_values[str1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dtype_str_na_values[U] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_iterator PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_list_like PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_list_str[str0-input_vals0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_list_str[str0-input_vals1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_list_str[str0-input_vals2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_list_str[str0-input_vals3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_list_str[str0-input_vals4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_list_str[str1-input_vals0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_list_str[str1-input_vals1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_list_str[str1-input_vals2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_list_str[str1-input_vals3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_list_str[str1-input_vals4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_list_str[U-input_vals0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_list_str[U-input_vals1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_list_str[U-input_vals2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_list_str[U-input_vals3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_list_str[U-input_vals4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_list_str_na[str0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_list_str_na[str1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_list_str_na[U] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_generator PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_map PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_categorical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_categorical_with_coercion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_categorical_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_categorical_sideeffects_free PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_unordered_compare_equal PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_maskedarray PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_series_ctor_plus_datetimeindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_default_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_index_mismatch[input0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_index_mismatch[input1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_index_mismatch[input2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_index_mismatch[input3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_index_mismatch[input4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_index_mismatch[input5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_numpy_scalar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_broadcast_list PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_corner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_sanitize PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_copy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_limit_copies[DatetimeIndex0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_limit_copies[DatetimeIndex1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_limit_copies[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_limit_copies[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_limit_copies[Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_limit_copies[Int64Index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_limit_copies[RangeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_pass_none PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_pass_nan_nat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_cast PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dtype_nocast PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_datelike_coercion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_datetimes_with_nulls PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dtype_datetime64 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_with_datetime_tz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_to_datetimelike_unit[ns-M8-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_to_datetimelike_unit[ns-M8-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_to_datetimelike_unit[ns-m8-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_to_datetimelike_unit[ns-m8-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_to_datetimelike_unit[us-M8-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_to_datetimelike_unit[us-M8-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_to_datetimelike_unit[us-m8-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_to_datetimelike_unit[us-m8-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_to_datetimelike_unit[ms-M8-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_to_datetimelike_unit[ms-M8-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_to_datetimelike_unit[ms-m8-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_to_datetimelike_unit[ms-m8-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_to_datetimelike_unit[s-M8-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_to_datetimelike_unit[s-M8-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_to_datetimelike_unit[s-m8-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_to_datetimelike_unit[s-m8-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_to_datetimelike_unit[h-M8-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_to_datetimelike_unit[h-M8-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_to_datetimelike_unit[h-m8-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_to_datetimelike_unit[h-m8-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_to_datetimelike_unit[m-M8-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_to_datetimelike_unit[m-M8-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_to_datetimelike_unit[m-m8-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_to_datetimelike_unit[m-m8-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_to_datetimelike_unit[D-M8-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_to_datetimelike_unit[D-M8-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_to_datetimelike_unit[D-m8-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_to_datetimelike_unit[D-m8-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_with_naive_string_and_datetimetz_dtype[arg1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_with_naive_string_and_datetimetz_dtype[nan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_with_naive_string_and_datetimetz_dtype[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_interval PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_consistency PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_periodindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dict PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dict_order PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dict_nan_key[2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dict_nan_key[nan0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dict_nan_key[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dict_nan_key[nan1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dict_datetime64_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_list_of_tuples PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_tuple_of_tuples PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dict_of_tuples PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_set PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_fromDict PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_fromValue PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dtype_timedelta64 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_mixed_tz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_NaT_scalar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_NaT_cast PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_name_hashable PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_name_unhashable PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_auto_conversion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_convert_non_ns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_cant_cast_datetimelike[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_cant_cast_datetimelike[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_cant_cast_datetimelike[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_cast_object[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_cast_object[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_cast_object[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_generic_timestamp_deprecated PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_range_dtype[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_range_dtype[uint8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_range_dtype[category] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_namespace_accessor PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_namespace_accessor_categorical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_no_new_attributes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[C0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[C1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_strftime PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_valid_dt_with_missing_values PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_api PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_between PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_date_tz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_datetime_understood PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_dt64_series_astype_object PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_td64_series_astype_object PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype[float32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype[float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype[int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype[int32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_asobject_deprecated PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_cast_nan_inf_int[int32-nan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_cast_nan_inf_int[int32-inf] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_cast_nan_inf_int[int64-nan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_cast_nan_inf_int[int64-inf] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_cast_object_int_fail[int] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_cast_object_int_fail[int8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_cast_object_int_fail[int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_cast_object_int PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_datetime PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_datetime64tz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_str_map[series0-unicode] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_str_map[series0-string_] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_str_map[series1-unicode] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_str_map[series1-string_] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_str_cast[str] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_str_cast[unicode] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_unicode PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_dict_like[dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_dict_like[Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_categories_deprecation PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_from_categorical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_categorical_to_other PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_categorical_to_categorical[True-True-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_categorical_to_categorical[True-True-foo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_categorical_to_categorical[True-False-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_categorical_to_categorical[True-False-foo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_categorical_to_categorical[False-True-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_categorical_to_categorical[False-True-foo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_categorical_to_categorical[False-False-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_categorical_to_categorical[False-False-foo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_categoricaldtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_categoricaldtype_with_args PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_generic_timestamp_deprecated PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_empty_constructor_equality[?] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_empty_constructor_equality[b] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_empty_constructor_equality[h] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_empty_constructor_equality[i] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_empty_constructor_equality[l] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_empty_constructor_equality[q] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_empty_constructor_equality[p] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_empty_constructor_equality[B] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_empty_constructor_equality[H] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_empty_constructor_equality[I] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_empty_constructor_equality[L] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_empty_constructor_equality[Q] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_empty_constructor_equality[P] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_empty_constructor_equality[e] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_empty_constructor_equality[f] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_empty_constructor_equality[d] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_empty_constructor_equality[g] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_empty_constructor_equality[F] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_empty_constructor_equality[D] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_empty_constructor_equality[G] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_empty_constructor_equality[S] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_empty_constructor_equality[U] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_empty_constructor_equality[V] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_empty_constructor_equality[O] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_empty_constructor_equality[M] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_empty_constructor_equality[m] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_complex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_arg_for_errors_in_astype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_intercept_astype_object PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_series_to_categorical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_infer_objects_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_internals.py::TestSeriesInternals::test_convert_objects PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_internals.py::TestSeriesInternals::test_convert_objects_preserve_bool PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_internals.py::TestSeriesInternals::test_convert_objects_preserve_all_bool PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_internals.py::TestSeriesInternals::test_convert PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_internals.py::TestSeriesInternals::test_convert_no_arg_error PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_internals.py::TestSeriesInternals::test_convert_preserve_bool PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_internals.py::TestSeriesInternals::test_convert_preserve_all_bool PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_from_csv_deprecation PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_from_csv PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_to_csv PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_to_csv_unicode_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_to_csv_float_format PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_to_csv_list_entries PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_to_csv_path_is_none PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_to_csv_compression[None-s0-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_to_csv_compression[None-s1-ascii] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_to_csv_compression[None-s2-gb2312] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_to_csv_compression[None-s3-cp737] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_to_csv_compression[gzip-s0-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_to_csv_compression[gzip-s1-ascii] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_to_csv_compression[gzip-s2-gb2312] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_to_csv_compression[gzip-s3-cp737] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_to_csv_compression[bz2-s0-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_to_csv_compression[bz2-s1-ascii] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_to_csv_compression[bz2-s2-gb2312] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_to_csv_compression[bz2-s3-cp737] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_to_csv_compression[zip-s0-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_to_csv_compression[zip-s1-ascii] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_to_csv_compression[zip-s2-gb2312] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_to_csv_compression[zip-s3-cp737] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_to_csv_compression[xz-s0-None] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_to_csv_compression[xz-s1-ascii] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_to_csv_compression[xz-s2-gb2312] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_to_csv_compression[xz-s3-cp737] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_io.py::TestSeriesIO::test_to_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_io.py::TestSeriesIO::test_timeseries_periodindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_io.py::TestSeriesIO::test_pickle_preserve_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_io.py::TestSeriesIO::test_to_frame_expanddim PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_io.py::TestSeriesIO::test_to_dict[dict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_io.py::TestSeriesIO::test_to_dict[mapping1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_io.py::TestSeriesIO::test_to_dict[OrderedDict] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_remove_na_deprecation PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_timedelta_fillna PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_datetime64_fillna PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_datetime64_tz_fillna PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_fillna_consistency PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_datetime64tz_fillna_round_issue PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_fillna_downcast PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_fillna_int PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_fillna_raise PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_categorical_nan_equality PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_categorical_nan_handling PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_fillna_categorical[a-expected_output0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_fillna_categorical[fill_value1-expected_output1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_fillna_categorical[fill_value2-expected_output2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_fillna_categorical[fill_value3-expected_output3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_fillna_categorical[fill_value4-expected_output4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_fillna_categorical[fill_value5-expected_output5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_fillna_categorical[fill_value6-expected_output6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_fillna_categorical[fill_value7-expected_output7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_fillna_categorical_raise PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_fillna_nat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_isna_for_inf PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_fillna PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_fillna_bug PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_fillna_inplace PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_fillna_invalid_method PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_ffill PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_ffill_mixed_dtypes_without_missing_data PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_bfill PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_timedelta64_nan PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_dropna_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_datetime64_tz_dropna PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_dropna_no_nan PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_dropna_intervals PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_valid PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_isna PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_notna PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_pad_nan PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_pad_require_monotonicity PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_dropna_preserve_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_fill_value_when_combine_const PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_series_fillna_limit PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_sparse_series_fillna_limit PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_sparse_series_pad_backfill_limit PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_series_pad_backfill_limit PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_isnull_for_inf_deprecated PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_pchip PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_akima PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_piecewise_polynomial PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_from_derivatives PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_corners[kwargs0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_corners[kwargs1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_index_values PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_non_ts PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_nan_interpolate[kwargs0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_nan_interpolate[kwargs1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_nan_irregular_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_nan_str_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_quad PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_scipy_basic PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_limit PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_limit_forward PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_unlimited PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_limit_bad_direction PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_limit_area PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_limit_direction PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_limit_to_ends PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_limit_before_ends PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_all_good PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_multiIndex[False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_multiIndex[True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_nonmono_raise PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_datetime64 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_limit_no_nans PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_no_order[polynomial] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_no_order[spline] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_spline PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_spline_extrapolate PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_spline_smooth PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_spline_interpolation PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_spline_error PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_timedelta64 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_series_interpolate_method_values PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_series_interpolate_intraday PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_series_comparison_scalars PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_comparisons PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_operator_series_comparison_zerorank PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_object_comparisons PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_categorical_comparisons PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_comparison_tuples PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_comparison_operators_with_nas PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_comparison_object_numeric_nas PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_comparison_invalid PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_unequal_categorical_comparison_raises_type_error PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_more_na_comparisons[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_more_na_comparisons[object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons[None-Series-True-pair0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons[None-Series-True-pair1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons[None-Series-True-pair2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons[None-Series-False-pair0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons[None-Series-False-pair1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons[None-Series-False-pair2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons[None-Index-True-pair0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons[None-Index-True-pair1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons[None-Index-True-pair2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons[None-Index-False-pair0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons[None-Index-False-pair1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons[None-Index-False-pair2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons[object-Series-True-pair0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons[object-Series-True-pair1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons[object-Series-True-pair2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons[object-Series-False-pair0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons[object-Series-False-pair1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons[object-Series-False-pair2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons[object-Index-True-pair0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons[object-Index-True-pair1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons[object-Index-True-pair2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons[object-Index-False-pair0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons[object-Index-False-pair1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons[object-Index-False-pair2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons_scalar[None-data0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons_scalar[None-data1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons_scalar[None-data2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons_scalar[object-data0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons_scalar[object-data1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons_scalar[object-data2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_comparison_different_length PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_comparison_label_based PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_comparison_flex_basic PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_comparison_flex_alignment PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_comparison_flex_alignment_fill PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_ne PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_comp_ops_df_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestTimedeltaSeriesArithmetic::test_timedelta64_operations_with_DateOffset PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestTimedeltaSeriesArithmetic::test_timedelta64_operations_with_timedeltas PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestTimedeltaSeriesArithmetic::test_operators_timedelta64 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestTimedeltaSeriesArithmetic::test_timedelta64_ops_nat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestTimedeltaSeriesArithmetic::test_operators_timedelta64_with_timedelta[scalar_td0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestTimedeltaSeriesArithmetic::test_operators_timedelta64_with_timedelta[scalar_td1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestTimedeltaSeriesArithmetic::test_operators_timedelta64_with_timedelta[scalar_td2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_sub_datetime64_not_ns[Series-assert_series_equal] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_sub_datetime64_not_ns[Index-assert_index_equal] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_operators_datetimelike_invalid[__add__] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_operators_datetimelike_invalid[__radd__] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_operators_datetimelike_invalid[__sub__] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_operators_datetimelike_invalid[__rsub__] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_operators_datetimelike_invalid[__mul__] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_operators_datetimelike_invalid[__rmul__] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_operators_datetimelike_invalid[__floordiv__] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_operators_datetimelike_invalid[__rfloordiv__] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_operators_datetimelike_invalid[__truediv__] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_operators_datetimelike_invalid[__rtruediv__] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_operators_datetimelike_invalid[__pow__] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_operators_datetimelike_invalid[__rpow__] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_operators_datetimelike_invalid[__div__] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_operators_datetimelike_invalid[__rdiv__] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_operators_datetimelike PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_operators_datetimelike_with_timezones PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_sub_single_tz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64tz_series_sub_dtitz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_sub_datetime_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_series_with_timedelta PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_series_add_tick_DateOffset PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_series_sub_tick_DateOffset PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_series_with_tick_DateOffset_smoke[Day] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_series_with_tick_DateOffset_smoke[Hour] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_series_with_tick_DateOffset_smoke[Minute] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_series_with_tick_DateOffset_smoke[Second] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_series_with_tick_DateOffset_smoke[Milli] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_series_with_tick_DateOffset_smoke[Micro] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_series_with_tick_DateOffset_smoke[Nano] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_series_add_mixed_tick_DateOffset PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_series_sub_NaT PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_datetime64_ops_nat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_mul_div_numeric_invalid[1-dt64_series0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_mul_div_numeric_invalid[1-dt64_series1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_mul_div_numeric_invalid[1-dt64_series2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_mul_div_numeric_invalid[1.0-dt64_series0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_mul_div_numeric_invalid[1.0-dt64_series1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_mul_div_numeric_invalid[1.0-dt64_series2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_mul_div_numeric_invalid[one2-dt64_series0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_mul_div_numeric_invalid[one2-dt64_series1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_mul_div_numeric_invalid[one2-dt64_series2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_series_arith_overflow PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_series_add_intlike[None-__add__] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_series_add_intlike[None-__radd__] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_series_add_intlike[None-__sub__] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_series_add_intlike[None-__rsub__] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_series_add_intlike[Asia/Tokyo-__add__] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_series_add_intlike[Asia/Tokyo-__radd__] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_series_add_intlike[Asia/Tokyo-__sub__] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_series_add_intlike[Asia/Tokyo-__rsub__] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_method[add-ts0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_method[add-ts1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_method[add-ts2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_method[add-ts3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_method[sub-ts0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_method[sub-ts1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_method[sub-ts2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_method[sub-ts3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_method[mul-ts0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_method[mul-ts1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_method[mul-ts2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_method[mul-ts3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_method[floordiv-ts0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_method[floordiv-ts1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_method[floordiv-ts2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_method[floordiv-ts3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_method[truediv-ts0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_method[truediv-ts1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_method[truediv-ts2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_method[truediv-ts3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_method[div-ts0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_method[div-ts1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_method[div-ts2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_method[div-ts3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_method[pow-ts0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_method[pow-ts1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_method[pow-ts2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_method[pow-ts3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_neg PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_invert PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_operators PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_divmod PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_operators_empty_int_corner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_timedelta64_conversions[D-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_timedelta64_conversions[D-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_timedelta64_conversions[D-10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_timedelta64_conversions[h-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_timedelta64_conversions[h-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_timedelta64_conversions[h-10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_timedelta64_conversions[m-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_timedelta64_conversions[m-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_timedelta64_conversions[m-10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_timedelta64_conversions[s-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_timedelta64_conversions[s-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_timedelta64_conversions[s-10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_timedelta64_conversions[ms-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_timedelta64_conversions[ms-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_timedelta64_conversions[ms-10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_timedelta64_conversions[us-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_timedelta64_conversions[us-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_timedelta64_conversions[us-10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_timedelta64_conversions[ns-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_timedelta64_conversions[ns-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_timedelta64_conversions[ns-10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_timedelta64_equal_timedelta_supported_ops[op0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_timedelta64_equal_timedelta_supported_ops[op1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_ops_nat_mixed_datetime64_timedelta64 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_ops_datetimelike_align PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_operators_bitwise PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_scalar_na_cmp_corners PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_operators_corner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_operators_reverse_object[op0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_operators_reverse_object[op1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_operators_reverse_object[op2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_operators_reverse_object[op3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_operators_reverse_object[op4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_operators_combine PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_operators_na_handling PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_datetime64_with_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_duplicate_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_assert_idxminmax_raises[test_input0-ValueError] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_assert_idxminmax_raises[test_input1-TypeError] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_assert_idxminmax_raises[test_input2-TypeError] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_assert_idxminmax_raises[test_input3-TypeError] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_idxminmax_with_inf PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperationsDataFrameCompat::test_operators_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperationsDataFrameCompat::test_series_frame_radd_bug PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperationsDataFrameCompat::test_bool_ops_df_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperationsDataFrameCompat::test_arith_ops_df_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_period.py::TestSeriesPeriod::test_auto_conversion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_period.py::TestSeriesPeriod::test_getitem PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_period.py::TestSeriesPeriod::test_isna PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_period.py::TestSeriesPeriod::test_fillna PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_period.py::TestSeriesPeriod::test_dropna PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_period.py::TestSeriesPeriod::test_between PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_period.py::TestSeriesPeriod::test_set_none_nan PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_period.py::TestSeriesPeriod::test_intercept_astype_object PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_period.py::TestSeriesPeriod::test_add_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_period.py::TestSeriesPeriod::test_align_series[inner] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_period.py::TestSeriesPeriod::test_align_series[outer] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_period.py::TestSeriesPeriod::test_align_series[left] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_period.py::TestSeriesPeriod::test_align_series[right] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_period.py::TestSeriesPeriod::test_truncate PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_quantile.py::TestSeriesQuantile::test_quantile PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_quantile.py::TestSeriesQuantile::test_quantile_multi PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_quantile.py::TestSeriesQuantile::test_quantile_interpolation PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_quantile.py::TestSeriesQuantile::test_quantile_interpolation_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_quantile.py::TestSeriesQuantile::test_quantile_nan PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_quantile.py::TestSeriesQuantile::test_quantile_box PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_quantile.py::TestSeriesQuantile::test_datetime_timedelta_quantiles PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_quantile.py::TestSeriesQuantile::test_quantile_nat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_quantile.py::TestSeriesQuantile::test_quantile_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_categorical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_signature PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_inf[contents0-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_inf[contents1-float32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_inf[contents2-uint8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_inf[contents3-int64] xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_inf[contents4-object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[top-average-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[top-average-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[top-min-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[top-min-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[top-max-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[top-max-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[top-first-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[top-first-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[top-dense-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[top-dense-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[bottom-average-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[bottom-average-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[bottom-min-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[bottom-min-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[bottom-max-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[bottom-max-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[bottom-first-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[bottom-first-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[bottom-dense-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[bottom-dense-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[keep-average-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[keep-average-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[keep-min-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[keep-min-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[keep-max-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[keep-max-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[keep-first-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[keep-first-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[keep-dense-True] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[keep-dense-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_desc_mix_nans_infs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_methods_series SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_dense_method PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_descending PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_int PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_object_bug PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_modify_inplace PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_dense_pct[ser0-exp0-O] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_dense_pct[ser0-exp0-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_dense_pct[ser0-exp0-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_dense_pct[ser1-exp1-O] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_dense_pct[ser1-exp1-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_dense_pct[ser1-exp1-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_dense_pct[ser2-exp2-O] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_dense_pct[ser2-exp2-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_dense_pct[ser2-exp2-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_dense_pct[ser3-exp3-O] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_dense_pct[ser3-exp3-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_dense_pct[ser3-exp3-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_dense_pct[ser4-exp4-O] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_dense_pct[ser4-exp4-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_dense_pct[ser4-exp4-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_dense_pct[ser5-exp5-O] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_dense_pct[ser5-exp5-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_dense_pct[ser5-exp5-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_dense_pct[ser6-exp6-O] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_dense_pct[ser6-exp6-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_dense_pct[ser6-exp6-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_dense_pct[ser7-exp7-O] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_dense_pct[ser7-exp7-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_dense_pct[ser7-exp7-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_dense_pct[ser8-exp8-O] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_dense_pct[ser8-exp8-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_dense_pct[ser8-exp8-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_min_pct[ser0-exp0-O] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_min_pct[ser0-exp0-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_min_pct[ser0-exp0-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_min_pct[ser1-exp1-O] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_min_pct[ser1-exp1-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_min_pct[ser1-exp1-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_min_pct[ser2-exp2-O] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_min_pct[ser2-exp2-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_min_pct[ser2-exp2-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_min_pct[ser3-exp3-O] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_min_pct[ser3-exp3-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_min_pct[ser3-exp3-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_min_pct[ser4-exp4-O] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_min_pct[ser4-exp4-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_min_pct[ser4-exp4-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_min_pct[ser5-exp5-O] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_min_pct[ser5-exp5-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_min_pct[ser5-exp5-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_min_pct[ser6-exp6-O] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_min_pct[ser6-exp6-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_min_pct[ser6-exp6-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_min_pct[ser7-exp7-O] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_min_pct[ser7-exp7-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_min_pct[ser7-exp7-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_min_pct[ser8-exp8-O] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_min_pct[ser8-exp8-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_min_pct[ser8-exp8-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_max_pct[ser0-exp0-O] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_max_pct[ser0-exp0-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_max_pct[ser0-exp0-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_max_pct[ser1-exp1-O] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_max_pct[ser1-exp1-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_max_pct[ser1-exp1-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_max_pct[ser2-exp2-O] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_max_pct[ser2-exp2-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_max_pct[ser2-exp2-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_max_pct[ser3-exp3-O] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_max_pct[ser3-exp3-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_max_pct[ser3-exp3-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_max_pct[ser4-exp4-O] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_max_pct[ser4-exp4-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_max_pct[ser4-exp4-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_max_pct[ser5-exp5-O] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_max_pct[ser5-exp5-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_max_pct[ser5-exp5-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_max_pct[ser6-exp6-O] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_max_pct[ser6-exp6-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_max_pct[ser6-exp6-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_max_pct[ser7-exp7-O] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_max_pct[ser7-exp7-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_max_pct[ser7-exp7-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_max_pct[ser8-exp8-O] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_max_pct[ser8-exp8-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_max_pct[ser8-exp8-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_average_pct[ser0-exp0-O] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_average_pct[ser0-exp0-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_average_pct[ser0-exp0-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_average_pct[ser1-exp1-O] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_average_pct[ser1-exp1-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_average_pct[ser1-exp1-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_average_pct[ser2-exp2-O] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_average_pct[ser2-exp2-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_average_pct[ser2-exp2-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_average_pct[ser3-exp3-O] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_average_pct[ser3-exp3-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_average_pct[ser3-exp3-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_average_pct[ser4-exp4-O] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_average_pct[ser4-exp4-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_average_pct[ser4-exp4-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_average_pct[ser5-exp5-O] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_average_pct[ser5-exp5-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_average_pct[ser5-exp5-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_average_pct[ser6-exp6-O] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_average_pct[ser6-exp6-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_average_pct[ser6-exp6-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_average_pct[ser7-exp7-O] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_average_pct[ser7-exp7-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_average_pct[ser7-exp7-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_average_pct[ser8-exp8-O] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_average_pct[ser8-exp8-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_average_pct[ser8-exp8-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_first_pct[ser0-exp0-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_first_pct[ser0-exp0-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_first_pct[ser1-exp1-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_first_pct[ser1-exp1-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_first_pct[ser2-exp2-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_first_pct[ser2-exp2-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_first_pct[ser3-exp3-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_first_pct[ser3-exp3-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_first_pct[ser4-exp4-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_first_pct[ser4-exp4-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_first_pct[ser5-exp5-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_first_pct[ser5-exp5-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_first_pct[ser6-exp6-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_first_pct[ser6-exp6-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_first_pct[ser7-exp7-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_first_pct[ser7-exp7-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_first_pct[ser8-exp8-f8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_rank.py::test_rank_first_pct[ser8-exp8-i8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_replace.py::TestSeriesReplace::test_replace PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_replace.py::TestSeriesReplace::test_replace_gh5319 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_replace.py::TestSeriesReplace::test_replace_with_single_list PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_replace.py::TestSeriesReplace::test_replace_mixed_types PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_replace.py::TestSeriesReplace::test_replace_bool_with_string_no_op PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_replace.py::TestSeriesReplace::test_replace_bool_with_string PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_replace.py::TestSeriesReplace::test_replace_bool_with_bool PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_replace.py::TestSeriesReplace::test_replace_with_dict_with_bool_keys PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_replace.py::TestSeriesReplace::test_replace2 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_replace.py::TestSeriesReplace::test_replace_with_empty_dictlike PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_replace.py::TestSeriesReplace::test_replace_string_with_number PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_replace.py::TestSeriesReplace::test_replace_unicode_with_number PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_replace.py::TestSeriesReplace::test_replace_mixed_types_with_string PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_repr.py::TestSeriesRepr::test_multilevel_name_print PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_repr.py::TestSeriesRepr::test_name_printing PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_repr.py::TestSeriesRepr::test_repr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_repr.py::TestSeriesRepr::test_tidy_repr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_repr.py::TestSeriesRepr::test_repr_name_iterable_indexable PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_repr.py::TestSeriesRepr::test_repr_should_return_str PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_repr.py::TestSeriesRepr::test_repr_max_rows PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_repr.py::TestSeriesRepr::test_unicode_string_with_unicode PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_repr.py::TestSeriesRepr::test_bytestring_with_unicode PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_repr.py::TestSeriesRepr::test_timeseries_repr_object_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_repr.py::TestSeriesRepr::test_latex_repr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_repr.py::TestSeriesRepr::test_repr_bool_fails PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_repr.py::TestCategoricalRepr::test_categorical_repr_unicode PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_repr.py::TestCategoricalRepr::test_categorical_repr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_repr.py::TestCategoricalRepr::test_categorical_series_repr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_repr.py::TestCategoricalRepr::test_categorical_series_repr_ordered PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_repr.py::TestCategoricalRepr::test_categorical_series_repr_datetime PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_repr.py::TestCategoricalRepr::test_categorical_series_repr_datetime_ordered PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_repr.py::TestCategoricalRepr::test_categorical_series_repr_period PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_repr.py::TestCategoricalRepr::test_categorical_series_repr_period_ordered PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_repr.py::TestCategoricalRepr::test_categorical_series_repr_timedelta PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_repr.py::TestCategoricalRepr::test_categorical_series_repr_timedelta_ordered PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_sorting.py::TestSeriesSorting::test_sortlevel_deprecated PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_sorting.py::TestSeriesSorting::test_sort_values PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_sorting.py::TestSeriesSorting::test_sort_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_sorting.py::TestSeriesSorting::test_sort_index_inplace PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_sorting.py::TestSeriesSorting::test_sort_index_multiindex[A] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_sorting.py::TestSeriesSorting::test_sort_index_multiindex[0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_sorting.py::TestSeriesSorting::test_sort_index_kind PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_sorting.py::TestSeriesSorting::test_sort_index_na_position PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_sorting.py::TestSeriesSorting::test_sort_index_intervals PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_sorting.py::TestSeriesSorting::test_sort_values_categorical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_subclass.py::TestSeriesSubclassing::test_indexing_sliced PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_subclass.py::TestSeriesSubclassing::test_to_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_subclass.py::TestSeriesSubclassing::test_subclass_unstack PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_subclass.py::TestSparseSeriesSubclassing::test_subclass_sparse_slice PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_subclass.py::TestSparseSeriesSubclassing::test_subclass_sparse_addition PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_subclass.py::TestSparseSeriesSubclassing::test_subclass_sparse_to_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_shift PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_shift2 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_shift_dst PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_tshift PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_truncate PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_truncate_nonsortedindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_asfreq PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_asfreq_datetimeindex_empty_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_diff PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_pct_change PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_pct_change_shift_over_nas PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_pct_change_periods_freq[5B-5-None-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_pct_change_periods_freq[3B-3-None-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_pct_change_periods_freq[3B-3-bfill-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_pct_change_periods_freq[7B-7-pad-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_pct_change_periods_freq[7B-7-bfill-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_pct_change_periods_freq[14B-14-None-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_autocorr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_first_last_valid PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_mpl_compat_hack PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_timeseries_coercion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_empty_series_ops PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_contiguous_boolean_preserve_freq PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_to_datetime_unit PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_series_ctor_datetime64 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_series_repr_nat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_asfreq_keep_index_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_promote_datetime_date PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_asfreq_normalize PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_first_subset PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_first_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_last_subset PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_last_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_format_pre_1900_dates PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_at_time PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_at_time_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_between PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_between_time PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_between_time_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_between_time_types PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_between_time_formats PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_to_period PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_groupby_count_dateparseerror PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_to_csv_numpy_16_bug PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_series_map_box_timedelta PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_asfreq_resample_set_correct_freq PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_pickle PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_setops_preserve_freq PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_min_max PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_min_max_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_from_M8_structured PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_get_level_values_box PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_series_tz_localize PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_series_tz_localize_ambiguous_bool PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_series_tz_localize_empty[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_series_tz_localize_empty[dateutil/US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_series_tz_convert PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_series_tz_convert_to_utc PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_series_append_aware PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_series_append_aware_naive PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_series_append_dst PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_dateutil_tzoffset_support PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_tz_aware_asfreq[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_tz_aware_asfreq[dateutil/US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_string_index_alias_tz_aware[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_string_index_alias_tz_aware[dateutil/US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_series_add_tz_mismatch_converts_to_utc_duplicate PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_series_add_tz_mismatch_converts_to_utc PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_series_add_aware_naive_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_series_align_aware PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_localized_at_time_between_time[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_localized_at_time_between_time[dateutil/US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_getitem_pydatetime_tz[Europe/Berlin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_getitem_pydatetime_tz[dateutil/Europe/Berlin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_validate.py::TestSeriesValidate::test_validate_bool_args[1-reset_index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_validate.py::TestSeriesValidate::test_validate_bool_args[1-_set_name] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_validate.py::TestSeriesValidate::test_validate_bool_args[1-sort_values] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_validate.py::TestSeriesValidate::test_validate_bool_args[1-sort_index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_validate.py::TestSeriesValidate::test_validate_bool_args[1-rename] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_validate.py::TestSeriesValidate::test_validate_bool_args[1-dropna] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_validate.py::TestSeriesValidate::test_validate_bool_args[True-reset_index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_validate.py::TestSeriesValidate::test_validate_bool_args[True-_set_name] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_validate.py::TestSeriesValidate::test_validate_bool_args[True-sort_values] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_validate.py::TestSeriesValidate::test_validate_bool_args[True-sort_index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_validate.py::TestSeriesValidate::test_validate_bool_args[True-rename] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_validate.py::TestSeriesValidate::test_validate_bool_args[True-dropna] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_validate.py::TestSeriesValidate::test_validate_bool_args[inplace2-reset_index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_validate.py::TestSeriesValidate::test_validate_bool_args[inplace2-_set_name] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_validate.py::TestSeriesValidate::test_validate_bool_args[inplace2-sort_values] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_validate.py::TestSeriesValidate::test_validate_bool_args[inplace2-sort_index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_validate.py::TestSeriesValidate::test_validate_bool_args[inplace2-rename] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_validate.py::TestSeriesValidate::test_validate_bool_args[inplace2-dropna] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_validate.py::TestSeriesValidate::test_validate_bool_args[5.0-reset_index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_validate.py::TestSeriesValidate::test_validate_bool_args[5.0-_set_name] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_validate.py::TestSeriesValidate::test_validate_bool_args[5.0-sort_values] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_validate.py::TestSeriesValidate::test_validate_bool_args[5.0-sort_index] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_validate.py::TestSeriesValidate::test_validate_bool_args[5.0-rename] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_validate.py::TestSeriesValidate::test_validate_bool_args[5.0-dropna] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[inner-None-first_slice0-second_slice0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[inner-None-first_slice1-second_slice1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[inner-None-first_slice2-second_slice2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[inner-None-first_slice3-second_slice3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[inner--1-first_slice0-second_slice0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[inner--1-first_slice1-second_slice1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[inner--1-first_slice2-second_slice2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[inner--1-first_slice3-second_slice3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[outer-None-first_slice0-second_slice0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[outer-None-first_slice1-second_slice1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[outer-None-first_slice2-second_slice2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[outer-None-first_slice3-second_slice3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[outer--1-first_slice0-second_slice0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[outer--1-first_slice1-second_slice1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[outer--1-first_slice2-second_slice2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[outer--1-first_slice3-second_slice3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[left-None-first_slice0-second_slice0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[left-None-first_slice1-second_slice1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[left-None-first_slice2-second_slice2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[left-None-first_slice3-second_slice3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[left--1-first_slice0-second_slice0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[left--1-first_slice1-second_slice1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[left--1-first_slice2-second_slice2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[left--1-first_slice3-second_slice3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[right-None-first_slice0-second_slice0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[right-None-first_slice1-second_slice1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[right-None-first_slice2-second_slice2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[right-None-first_slice3-second_slice3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[right--1-first_slice0-second_slice0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[right--1-first_slice1-second_slice1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[right--1-first_slice2-second_slice2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[right--1-first_slice3-second_slice3] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_nocopy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_same_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_multiindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_reindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_reindex_nan PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_reindex_series_add_nat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_reindex_with_datetimes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_reindex_corner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_reindex_pad PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_reindex_nearest PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_reindex_backfill PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_reindex_int PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_reindex_bool PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_reindex_bool_pad PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_reindex_categorical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_reindex_like PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_reindex_fill_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_rename PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_drop_with_ignore_errors PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_drop_empty_list[drop_labels0-index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_drop_empty_list[drop_labels0-index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_drop_empty_list[drop_labels1-index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_drop_empty_list[drop_labels1-index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_drop_empty_list[drop_labels2-index0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_drop_empty_list[drop_labels2-index1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_drop_non_empty_list[None-index0-drop_labels0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_drop_non_empty_list[None-index1-drop_labels1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_drop_non_empty_list[data2-index2-drop_labels2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_getitem_boolean PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_getitem_boolean_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_getitem_boolean_object PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_getitem_setitem_boolean_corner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_setitem_boolean PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_get_set_boolean_different_order PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_unsafe PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_raise_on_error_deprecation PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_error PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_array_like[list] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_array_like[tuple] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_array_like[klass2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_array_like[Series] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_invalid_input[cond0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_invalid_input[cond1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_invalid_input[cond2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_invalid_input[cond3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_ndframe_align PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_setitem_invalid PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-2.0-mask0-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-2.0-mask0-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-2.0-mask0-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-2.0-mask0-5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-2.0-mask1-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-2.0-mask1-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-2.0-mask1-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-2.0-mask1-5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-2.0-mask2-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-2.0-mask2-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-2.0-mask2-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-2.0-mask2-5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-nan-mask0-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-nan-mask0-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-nan-mask0-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-nan-mask0-5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-nan-mask1-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-nan-mask1-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-nan-mask1-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-nan-mask1-5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-nan-mask2-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-nan-mask2-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-nan-mask2-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-nan-mask2-5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-1.7976931348623157e+308-mask0-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-1.7976931348623157e+308-mask0-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-1.7976931348623157e+308-mask0-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-1.7976931348623157e+308-mask0-5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-1.7976931348623157e+308-mask1-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-1.7976931348623157e+308-mask1-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-1.7976931348623157e+308-mask1-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-1.7976931348623157e+308-mask1-5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-1.7976931348623157e+308-mask2-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-1.7976931348623157e+308-mask2-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-1.7976931348623157e+308-mask2-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-1.7976931348623157e+308-mask2-5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0--1.7976931348623157e+308-mask0-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0--1.7976931348623157e+308-mask0-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0--1.7976931348623157e+308-mask0-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0--1.7976931348623157e+308-mask0-5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0--1.7976931348623157e+308-mask1-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0--1.7976931348623157e+308-mask1-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0--1.7976931348623157e+308-mask1-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0--1.7976931348623157e+308-mask1-5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0--1.7976931348623157e+308-mask2-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0--1.7976931348623157e+308-mask2-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0--1.7976931348623157e+308-mask2-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0--1.7976931348623157e+308-mask2-5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-2.0-mask0-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-2.0-mask0-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-2.0-mask0-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-2.0-mask0-5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-2.0-mask1-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-2.0-mask1-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-2.0-mask1-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-2.0-mask1-5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-2.0-mask2-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-2.0-mask2-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-2.0-mask2-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-2.0-mask2-5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-nan-mask0-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-nan-mask0-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-nan-mask0-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-nan-mask0-5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-nan-mask1-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-nan-mask1-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-nan-mask1-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-nan-mask1-5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-nan-mask2-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-nan-mask2-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-nan-mask2-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-nan-mask2-5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-1.7976931348623157e+308-mask0-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-1.7976931348623157e+308-mask0-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-1.7976931348623157e+308-mask0-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-1.7976931348623157e+308-mask0-5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-1.7976931348623157e+308-mask1-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-1.7976931348623157e+308-mask1-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-1.7976931348623157e+308-mask1-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-1.7976931348623157e+308-mask1-5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-1.7976931348623157e+308-mask2-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-1.7976931348623157e+308-mask2-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-1.7976931348623157e+308-mask2-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-1.7976931348623157e+308-mask2-5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1--1.7976931348623157e+308-mask0-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1--1.7976931348623157e+308-mask0-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1--1.7976931348623157e+308-mask0-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1--1.7976931348623157e+308-mask0-5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1--1.7976931348623157e+308-mask1-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1--1.7976931348623157e+308-mask1-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1--1.7976931348623157e+308-mask1-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1--1.7976931348623157e+308-mask1-5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1--1.7976931348623157e+308-mask2-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1--1.7976931348623157e+308-mask2-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1--1.7976931348623157e+308-mask2-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1--1.7976931348623157e+308-mask2-5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-2.0-mask0-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-2.0-mask0-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-2.0-mask0-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-2.0-mask0-5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-2.0-mask1-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-2.0-mask1-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-2.0-mask1-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-2.0-mask1-5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-2.0-mask2-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-2.0-mask2-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-2.0-mask2-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-2.0-mask2-5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-nan-mask0-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-nan-mask0-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-nan-mask0-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-nan-mask0-5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-nan-mask1-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-nan-mask1-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-nan-mask1-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-nan-mask1-5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-nan-mask2-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-nan-mask2-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-nan-mask2-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-nan-mask2-5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-1.7976931348623157e+308-mask0-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-1.7976931348623157e+308-mask0-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-1.7976931348623157e+308-mask0-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-1.7976931348623157e+308-mask0-5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-1.7976931348623157e+308-mask1-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-1.7976931348623157e+308-mask1-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-1.7976931348623157e+308-mask1-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-1.7976931348623157e+308-mask1-5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-1.7976931348623157e+308-mask2-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-1.7976931348623157e+308-mask2-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-1.7976931348623157e+308-mask2-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-1.7976931348623157e+308-mask2-5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2--1.7976931348623157e+308-mask0-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2--1.7976931348623157e+308-mask0-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2--1.7976931348623157e+308-mask0-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2--1.7976931348623157e+308-mask0-5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2--1.7976931348623157e+308-mask1-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2--1.7976931348623157e+308-mask1-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2--1.7976931348623157e+308-mask1-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2--1.7976931348623157e+308-mask1-5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2--1.7976931348623157e+308-mask2-2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2--1.7976931348623157e+308-mask2-3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2--1.7976931348623157e+308-mask2-4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2--1.7976931348623157e+308-mask2-5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_inplace PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_dups PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_numeric_with_string PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_timedelta_coerce PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_datetime_conversion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_mask PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_mask_inplace PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_callable.py::test_getitem_callable PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_callable.py::test_setitem_callable PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_callable.py::test_setitem_other_callable PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_fancy_getitem PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_fancy_setitem PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_dti_snap PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_dti_reset_index_round_trip PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_series_set_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_slice_locs_indexerror PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_slicing_datetimes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_frame_datetime64_duplicated PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_getitem_setitem_datetime_tz_pytz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_getitem_setitem_datetime_tz_dateutil PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_getitem_setitem_datetimeindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_getitem_setitem_periodindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_getitem_median_slice_bug PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_datetime_indexing PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_constructor PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_is_unique_monotonic PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_index_unique PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_index_dupes_contains PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_duplicate_dates_indexing PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_range_slice PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_groupby_average_dup_values PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_indexing_over_size_cutoff PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_indexing_unordered PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_indexing PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_set_none_nan PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_nat_operations PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_round_nat[s-round] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_round_nat[s-floor] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_round_nat[s-ceil] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_round_nat[5s-round] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_round_nat[5s-floor] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_round_nat[5s-ceil] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_round_nat[min-round] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_round_nat[min-floor] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_round_nat[min-ceil] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_round_nat[5min-round] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_round_nat[5min-floor] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_round_nat[5min-ceil] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_round_nat[h-round] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_round_nat[h-floor] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_round_nat[h-ceil] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_round_nat[5h-round] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_round_nat[5h-floor] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_round_nat[5h-ceil] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_iloc.py::test_iloc PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_iloc.py::test_iloc_nonunique PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_basic_indexing PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_basic_getitem_with_labels PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_getitem_setitem_ellipsis PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_getitem_get PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_getitem_fancy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_getitem_generator PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_type_promotion PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_getitem_out_of_bounds PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_getitem_setitem_integers PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_getitem_box_float64 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_series_box_timestamp PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_getitem_ambiguous_keyerror PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_getitem_unordered_dup PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_getitem_dups_with_missing PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_getitem_dups PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_setitem_ambiguous_keyerror PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_getitem_dataframe PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_setitem PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_setitem_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_set_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_setslice PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_basic_getitem_setitem_corner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_setitem_with_tz[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_setitem_with_tz[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_setitem_with_tz[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_setitem_with_tz_dst PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_categorial_assigning_ops PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_slice PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_slice_can_reorder_not_uniquely_indexed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_ix_setitem PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_setitem_na PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_timedelta_assignment PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_underlying_data_conversion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_preserve_refs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_cast_on_putmask PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_type_promote_putmask PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_multilevel_preserve_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_setitem_scalar_into_readonly_backing_data PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_setitem_slice_into_readonly_backing_data PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_select PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_pop PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_take PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_take_categorical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_head_tail PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_loc.py::test_loc_getitem PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_loc.py::test_loc_getitem_not_monotonic PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_loc.py::test_loc_getitem_setitem_integer_slice_keyerrors PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_loc.py::test_loc_getitem_iterator PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_loc.py::test_loc_setitem_boolean PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_loc.py::test_loc_setitem_corner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_loc.py::test_basic_setitem_with_labels PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_numeric.py::test_get PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_numeric.py::test_get_nan PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_numeric.py::test_get_nan_multiple PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_numeric.py::test_delitem PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_numeric.py::test_slice_float64 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_numeric.py::test_getitem_negative_out_of_bounds PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_numeric.py::test_getitem_regression PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_numeric.py::test_getitem_setitem_slice_bug PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_numeric.py::test_getitem_setitem_slice_integers PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_numeric.py::test_setitem_float_labels PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_numeric.py::test_slice_float_get_set PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_numeric.py::test_slice_floats2 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_numeric.py::test_int_indexing PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_numeric.py::test_getitem_int64 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar_comparison PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index_comparison PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array_different_kind PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array_comparison PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array_comparison PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_bool_same_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_bool_array_logical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_comparison PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar_comparison PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index_comparison PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array_different_kind PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array_comparison PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array_comparison PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_bool_same_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_bool_array_logical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_comparison PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_alignment PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_constructor_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_constructor_object_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_constructor_spindex_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_scalar_with_index_infer_dtype[False-bool] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_scalar_with_index_infer_dtype[0.0-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_scalar_with_index_infer_dtype[1-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_scalar_with_index_infer_dtype[z-object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_sparseseries_roundtrip PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_get_item PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_take PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_take_fill_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_take_negative PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_bad_take PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_take_invalid_kwargs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_take_filling PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_take_filling_fill_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_take_filling_all_nan PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_set_item PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_constructor_from_too_large_array PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_constructor_from_sparse PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_constructor_copy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_constructor_bool PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_constructor_bool_fill_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_constructor_float32 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_astype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_astype_all PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_set_fill_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_copy_shallow PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_values_asarray PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_shape[data0-shape0-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_shape[data1-shape1-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_shape[data2-shape2-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_shape[data3-shape3-object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_to_dense PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_getitem PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_getslice PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_getslice_tuple PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_binary_operators PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_pickle PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_generator_warnings PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_fillna PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_fillna_overlap PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArrayAnalytics::test_all[data0-True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArrayAnalytics::test_all[data1-1-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArrayAnalytics::test_all[data2-1.0-0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArrayAnalytics::test_numpy_all[data0-True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArrayAnalytics::test_numpy_all[data1-1-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArrayAnalytics::test_numpy_all[data2-1.0-0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArrayAnalytics::test_any[data0-True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArrayAnalytics::test_any[data1-2-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArrayAnalytics::test_any[data2-2.0-0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArrayAnalytics::test_numpy_any[data0-True-False] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArrayAnalytics::test_numpy_any[data1-2-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArrayAnalytics::test_numpy_any[data2-2.0-0.0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArrayAnalytics::test_sum PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArrayAnalytics::test_numpy_sum PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArrayAnalytics::test_cumsum PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArrayAnalytics::test_numpy_cumsum PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArrayAnalytics::test_mean PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArrayAnalytics::test_numpy_mean PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArrayAnalytics::test_ufunc PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArrayAnalytics::test_ufunc_args PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseSeriesConcat::test_concat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseSeriesConcat::test_concat_axis1 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseSeriesConcat::test_concat_different_fill PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseSeriesConcat::test_concat_axis1_different_fill PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseSeriesConcat::test_concat_different_kind PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseSeriesConcat::test_concat_sparse_dense PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_different_fill_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_different_columns_sort_warns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_different_columns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_axis1 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_rows[None-0-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_rows[None-0-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_rows[None-1-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_rows[None-1-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_rows[0-0-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_rows[0-0-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_rows[0-1-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_rows[0-1-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_rows[1-0-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_rows[1-0-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_rows[1-1-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_rows[1-1-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_rows[nan-0-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_rows[nan-0-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_rows[nan-1-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_rows[nan-1-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_cols[None-0-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_cols[None-0-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_cols[None-1-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_cols[None-1-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_cols[0-0-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_cols[0-0-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_cols[0-1-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_cols[0-1-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_cols[1-0-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_cols[1-0-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_cols[1-1-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_cols[1-1-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_cols[nan-0-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_cols[nan-0-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_cols[nan-1-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_cols[nan-1-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_format.py::TestSparseSeriesFormatting::test_sparse_max_row PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_format.py::TestSparseSeriesFormatting::test_sparse_mi_max_row PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_format.py::TestSparseSeriesFormatting::test_sparse_bool PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_format.py::TestSparseSeriesFormatting::test_sparse_int PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_format.py::TestSparseDataFrameFormatting::test_sparse_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_format.py::TestSparseDataFrameFormatting::test_sparse_repr_after_set PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_groupby.py::TestSparseGroupBy::test_first_last_nth PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_groupby.py::TestSparseGroupBy::test_aggfuncs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::test_getitem PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::test_getitem_slice PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::test_getitem_int_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::test_getitem_fill_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::test_getitem_ellipsis PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::test_getitem_slice_fill_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::test_loc PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::test_loc_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::test_loc_index_fill_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::test_loc_slice PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::test_loc_slice_index_fill_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::test_loc_slice_fill_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::test_iloc PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::test_iloc_fill_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::test_iloc_slice PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::test_iloc_slice_fill_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::test_at PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::test_at_fill_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::test_iat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::test_iat_fill_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::test_get PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::test_take PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::test_take_fill_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::test_reindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::test_fill_value_reindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::test_reindex_fill_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::test_reindex_nearest PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::tests_indexing_with_sparse PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_getitem PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_getitem_slice PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_getitem_int_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_getitem_fill_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_getitem_ellipsis PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_getitem_slice_fill_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_loc_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_loc_index_fill_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_loc_slice_index_fill_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_loc_slice_fill_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_iloc PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_iloc_fill_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_iloc_slice PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_iloc_slice_fill_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_at PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_at_fill_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_iat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_iat_fill_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_get PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_take PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_take_fill_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_fill_value_reindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_reindex_fill_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_reindex_nearest PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::tests_indexing_with_sparse PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_getitem_multi PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_getitem_multi_tuple PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_getitems_slice_multi PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_loc PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_loc_multi_tuple PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_loc_slice PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_reindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseDataFrameIndexing::test_getitem PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseDataFrameIndexing::test_getitem_fill_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseDataFrameIndexing::test_loc PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseDataFrameIndexing::test_loc_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseDataFrameIndexing::test_loc_slice PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseDataFrameIndexing::test_iloc PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseDataFrameIndexing::test_iloc_slice PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseDataFrameIndexing::test_at PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseDataFrameIndexing::test_at_fill_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseDataFrameIndexing::test_iat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseDataFrameIndexing::test_iat_fill_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseDataFrameIndexing::test_take PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseDataFrameIndexing::test_take_fill_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseDataFrameIndexing::test_reindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseDataFrameIndexing::test_reindex_fill_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestMultitype::test_frame_basic_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestMultitype::test_frame_indexing_single PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestMultitype::test_frame_indexing_multiple PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestMultitype::test_series_indexing_single PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_indexing.py::TestMultitype::test_series_indexing_multiple PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_libsparse.py::TestSparseIndexUnion::test_index_make_union PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_libsparse.py::TestSparseIndexUnion::test_intindex_make_union PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_libsparse.py::TestSparseIndexIntersect::test_intersect PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_libsparse.py::TestSparseIndexIntersect::test_intersect_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_libsparse.py::TestSparseIndexIntersect::test_intersect_identical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_libsparse.py::TestSparseIndexCommon::test_int_internal PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_libsparse.py::TestSparseIndexCommon::test_block_internal PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_libsparse.py::TestSparseIndexCommon::test_lookup PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_libsparse.py::TestSparseIndexCommon::test_lookup_array PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_libsparse.py::TestSparseIndexCommon::test_lookup_basics PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_libsparse.py::TestBlockIndex::test_block_internal PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_libsparse.py::TestBlockIndex::test_make_block_boundary PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_libsparse.py::TestBlockIndex::test_equals PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_libsparse.py::TestBlockIndex::test_check_integrity PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_libsparse.py::TestBlockIndex::test_to_int_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_libsparse.py::TestBlockIndex::test_to_block_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_libsparse.py::TestIntIndex::test_check_integrity PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_libsparse.py::TestIntIndex::test_int_internal PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_libsparse.py::TestIntIndex::test_equals PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_libsparse.py::TestIntIndex::test_to_block_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_libsparse.py::TestIntIndex::test_to_int_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_libsparse.py::TestSparseOperators::test_add PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_libsparse.py::TestSparseOperators::test_truediv PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_libsparse.py::TestSparseOperators::test_sub PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_libsparse.py::TestSparseOperators::test_floordiv PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_libsparse.py::TestSparseOperators::test_mul PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_pivot.py::TestPivotTable::test_pivot_table PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_pivot.py::TestPivotTable::test_pivot_table_multi PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_reshape.py::test_sparse_frame_stack PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_reshape.py::test_sparse_frame_unstack PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/test_reshape.py::test_sparse_series_unstack PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_analytics.py::test_quantile xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_analytics.py::test_quantile_multi xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_apply.py::test_apply PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_apply.py::test_apply_fill PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_apply.py::test_apply_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_apply.py::test_apply_nonuq PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_apply.py::test_applymap PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_copy_index_name_checking PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_getitem_pop_assign_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_get_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_add_prefix_suffix PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_get_axis PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_keys PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_column_contains_typeerror PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_tab_completion PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_not_hashable PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_new_empty_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_get_agg_axis PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_nonzero PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_iteritems PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_items PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_iter PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_iterrows PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_iterrows_iso8601 xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_itertuples PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_sequence_like_with_categorical PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_len PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_swapaxes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_axis_aliases PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_class_axis PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_more_values PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_repr_with_mi_nat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_iteritems_names PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_series_put_names PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_empty_nonzero PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_with_datetimelikes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_fill_value_when_combine_const PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_values PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_copy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_constructor PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_constructor_dict_order PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_constructor_ndarray PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_constructor_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_constructor_dataframe PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_constructor_convert_index_once PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_constructor_from_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_constructor_from_dense_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_constructor_from_unknown_type PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_constructor_preserve_attr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_constructor_nan_dataframe PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_type_coercion_at_construction PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_shape PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_str PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_array_interface PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_pickle PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_dense_to_sparse PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_density PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_sparse_to_dense PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_sparse_series_ops PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_sparse_series_ops_i PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_sparse_series_ops_z PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_sparse_series_ops_fill PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_op_corners PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_scalar_ops PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_getitem PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_iloc PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_set_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_fancy_index_misc PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_getitem_overload PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_setitem PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_setitem_corner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_setitem_array PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_setitem_chained_no_consolidate PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_delitem PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_set_columns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_set_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_append PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_astype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_astype_bool PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_fillna PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_fillna_fill_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_sparse_frame_pad_backfill_limit PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_sparse_frame_fillna_limit PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_rename PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_corr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_describe PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_join PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_reindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_reindex_fill_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_reindex_method PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_take PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_to_dense PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_stack_sparse_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_transpose PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_shift PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_count PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_numpy_transpose PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_combine_first PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_combine_add PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_isin PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_sparse_pow_issue PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_as_blocks PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_nan_columnname xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_isna PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_notna PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrameArithmetic::test_numeric_op_scalar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrameArithmetic::test_comparison_op_scalar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrameAnalytics::test_cumsum PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrameAnalytics::test_numpy_cumsum PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrameAnalytics::test_numpy_func_call PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrameAnalytics::test_quantile xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrameAnalytics::test_quantile_multi xfail
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrameAnalytics::test_assign_with_sparse_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_indexing.py::test_where_with_numeric_data[data0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_indexing.py::test_where_with_numeric_data[data1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_indexing.py::test_where_with_numeric_data[data2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_indexing.py::test_where_with_numeric_data_and_other[True-data0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_indexing.py::test_where_with_numeric_data_and_other[True-data1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_indexing.py::test_where_with_numeric_data_and_other[True-data2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_indexing.py::test_where_with_numeric_data_and_other[-100-data0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_indexing.py::test_where_with_numeric_data_and_other[-100-data1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_indexing.py::test_where_with_numeric_data_and_other[-100-data2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_indexing.py::test_where_with_numeric_data_and_other[0.1-data0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_indexing.py::test_where_with_numeric_data_and_other[0.1-data1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_indexing.py::test_where_with_numeric_data_and_other[0.1-data2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_indexing.py::test_where_with_numeric_data_and_other[other3-data0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_indexing.py::test_where_with_numeric_data_and_other[other3-data1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_indexing.py::test_where_with_numeric_data_and_other[other3-data2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_indexing.py::test_where_with_bool_data SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_indexing.py::test_where_with_bool_data_and_other[True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_indexing.py::test_where_with_bool_data_and_other[0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_indexing.py::test_where_with_bool_data_and_other[0.1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_indexing.py::test_where_with_bool_data_and_other[other3] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_csv.py::TestSparseDataFrameToCsv::test_to_csv_sparse_dataframe[nan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_csv.py::TestSparseDataFrameToCsv::test_to_csv_sparse_dataframe[0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_csv.py::TestSparseDataFrameToCsv::test_to_csv_sparse_dataframe[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_csv.py::TestSparseDataFrameToCsv::test_to_csv_sparse_dataframe[1] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy_object[bsr-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy_object[bsr-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy_object[bsr-nan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy_object[coo-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy_object[coo-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy_object[coo-nan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy_object[csc-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy_object[csc-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy_object[csc-nan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy_object[csr-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy_object[csr-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy_object[csr-nan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy_object[dia-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy_object[dia-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy_object[dia-nan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy_object[dok-None] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy_object[dok-0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy_object[dok-nan] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy_object[lil-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy_object[lil-0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy_object[lil-nan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_scipy_correct_ordering[bsr] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_scipy_correct_ordering[coo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_scipy_correct_ordering[csc] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_scipy_correct_ordering[csr] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_scipy_correct_ordering[dia] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_scipy_correct_ordering[dok] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_scipy_correct_ordering[lil] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_scipy_fillna[bsr] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_scipy_fillna[coo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_scipy_fillna[csc] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_scipy_fillna[csr] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_scipy_fillna[dia] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_scipy_fillna[dok] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_scipy_fillna[lil] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_indexing.py::test_where_with_numeric_data[data0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_indexing.py::test_where_with_numeric_data[data1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_indexing.py::test_where_with_numeric_data[data2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_indexing.py::test_where_with_numeric_data_and_other[True-data0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_indexing.py::test_where_with_numeric_data_and_other[True-data1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_indexing.py::test_where_with_numeric_data_and_other[True-data2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_indexing.py::test_where_with_numeric_data_and_other[-100-data0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_indexing.py::test_where_with_numeric_data_and_other[-100-data1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_indexing.py::test_where_with_numeric_data_and_other[-100-data2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_indexing.py::test_where_with_numeric_data_and_other[0.1-data0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_indexing.py::test_where_with_numeric_data_and_other[0.1-data1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_indexing.py::test_where_with_numeric_data_and_other[0.1-data2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_indexing.py::test_where_with_numeric_data_and_other[other3-data0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_indexing.py::test_where_with_numeric_data_and_other[other3-data1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_indexing.py::test_where_with_numeric_data_and_other[other3-data2] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_indexing.py::test_where_with_bool_data SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_indexing.py::test_where_with_bool_data_and_other[True] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_indexing.py::test_where_with_bool_data_and_other[0] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_indexing.py::test_where_with_bool_data_and_other[0.1] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_indexing.py::test_where_with_bool_data_and_other[other3] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_scalarop_preserve_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_copy_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_copy_index_name_checking PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_append_preserve_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_binop_maybe_preserve_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_combine_first_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_getitem_preserve_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_argsort_preserve_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_sort_index_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_to_sparse_pass_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_constructor_dict PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_constructor_subclass_dict PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_constructor_ordereddict PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_constructor_dict_multiindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_constructor_dict_timedelta_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_from_array_deprecated PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_constructor_dict_input PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_constructor_dict_order PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_constructor_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_iteration_and_str PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_construct_DataFrame_with_sp_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_constructor_preserve_attr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_series_density PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_sparse_to_dense PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_to_dense_fill_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_dense_to_sparse PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_to_dense_preserve_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_constructor PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_constructor_scalar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_constructor_ndarray PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_constructor_nonnan PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_constructor_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_copy_astype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_shape PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_astype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_astype_all PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_kind PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_to_frame PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_pickle PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_getitem PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_get_get_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_set_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_getitem_slice PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_take PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_numpy_take PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_setitem PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_setslice PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_operators PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_binary_operators SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_abs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_reindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_sparse_reindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_repr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_iter PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_truncate PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_fillna PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_groupby PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_reductions PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_dropna PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_homogenize PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_fill_value_corner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_fill_value_when_combine_const PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_shift PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_shift_nan PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_shift_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_shift_dtype_fill_value PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_combine_first PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_memory_usage_deep[deep0-fill_values0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseHandlingMultiIndexes::test_to_sparse_preserve_multiindex_names_columns PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseHandlingMultiIndexes::test_round_trip_preserve_multiindex_names PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesScipyInteraction::test_to_coo_text_names_integer_row_levels_nosort PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesScipyInteraction::test_to_coo_text_names_integer_row_levels_sort PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesScipyInteraction::test_to_coo_integer_names_integer_row_levels_nosort PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesScipyInteraction::test_to_coo_text_names_text_row_levels_nosort PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesScipyInteraction::test_to_coo_bad_partition_nonnull_intersection PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesScipyInteraction::test_to_coo_bad_partition_small_union PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesScipyInteraction::test_to_coo_nlevels_less_than_two PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesScipyInteraction::test_to_coo_bad_ilevel PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesScipyInteraction::test_to_coo_duplicate_index_entries PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesScipyInteraction::test_from_coo_dense_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesScipyInteraction::test_from_coo_nodense_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesScipyInteraction::test_from_coo_long_repr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesScipyInteraction::test_concat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesScipyInteraction::test_concat_axis1 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesScipyInteraction::test_concat_different_fill PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesScipyInteraction::test_concat_axis1_different_fill PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesScipyInteraction::test_concat_different_kind PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesScipyInteraction::test_concat_sparse_dense PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesScipyInteraction::test_value_counts PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesScipyInteraction::test_value_counts_dup PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesScipyInteraction::test_value_counts_int PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesScipyInteraction::test_isna PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesScipyInteraction::test_notna PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesAnalytics::test_cumsum PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesAnalytics::test_numpy_cumsum PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesAnalytics::test_numpy_func_call PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesAnalytics::test_deprecated_numpy_func_call PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesAnalytics::test_deprecated_reindex_axis PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::test_constructor_dict_datetime64_index[datetime64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::test_constructor_dict_datetime64_index[Timestamp] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::test_constructor_dict_datetime64_index[<lambda>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tools/test_numeric.py::TestToNumeric::test_empty PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tools/test_numeric.py::TestToNumeric::test_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tools/test_numeric.py::TestToNumeric::test_series_numeric PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tools/test_numeric.py::TestToNumeric::test_error PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tools/test_numeric.py::TestToNumeric::test_error_seen_bool PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tools/test_numeric.py::TestToNumeric::test_list PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tools/test_numeric.py::TestToNumeric::test_list_numeric PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tools/test_numeric.py::TestToNumeric::test_numeric PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tools/test_numeric.py::TestToNumeric::test_numeric_lists_and_arrays PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tools/test_numeric.py::TestToNumeric::test_all_nan PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tools/test_numeric.py::TestToNumeric::test_type_check PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tools/test_numeric.py::TestToNumeric::test_scalar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tools/test_numeric.py::TestToNumeric::test_numeric_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tools/test_numeric.py::TestToNumeric::test_str PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tools/test_numeric.py::TestToNumeric::test_datetimelike PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tools/test_numeric.py::TestToNumeric::test_timedelta PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tools/test_numeric.py::TestToNumeric::test_period PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tools/test_numeric.py::TestToNumeric::test_non_hashable PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tools/test_numeric.py::TestToNumeric::test_downcast PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tools/test_numeric.py::TestToNumeric::test_downcast_limits PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tools/test_numeric.py::TestToNumeric::test_coerce_uint64_conflict PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_frequencies.py::TestToOffset::test_to_offset_multiple PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_frequencies.py::TestToOffset::test_to_offset_negative PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_frequencies.py::TestToOffset::test_to_offset_invalid PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_frequencies.py::TestToOffset::test_to_offset_leading_zero PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_frequencies.py::TestToOffset::test_to_offset_leading_plus PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_frequencies.py::TestToOffset::test_to_offset_pd_timedelta PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_frequencies.py::TestToOffset::test_anchored_shortcuts PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_frequencies.py::test_ms_vs_MS PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_frequencies.py::test_rule_aliases PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyCode::test_freq_code PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyCode::test_freq_group PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyCode::test_get_to_timestamp_base PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyCode::test_freq_to_reso PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyCode::test_resolution_bumping PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyCode::test_get_freq_code PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyCode::test_frequency_misc PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_raise_if_period_index PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_raise_if_too_few PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_business_daily PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_business_daily_look_alike PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_day PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_day_corner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_non_datetimeindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_hour PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_minute PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_second PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_millisecond PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_microsecond PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_nanosecond PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_weekly PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_week_of_month PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_fifth_week_of_month PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_fifth_week_of_month_infer PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_week_of_month_fake PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_monthly PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_monthly_ambiguous PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_business_monthly PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_business_start_monthly PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_quarterly PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_annual PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_business_annual PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_annual_ambiguous PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_infer_freq PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_infer_freq_tz PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_infer_freq_tz_transition PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_infer_freq_businesshour PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_not_monotonic PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_non_datetimeindex2 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_invalid_index_types PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_string_datetimelike_compat PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_series PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_legacy_offset_warnings PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_holiday.py::TestCalendar::test_calendar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_holiday.py::TestCalendar::test_calendar_caching PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_holiday.py::TestCalendar::test_calendar_observance_dates PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_holiday.py::TestCalendar::test_rule_from_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_holiday.py::TestHoliday::test_usmemorialday PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_holiday.py::TestHoliday::test_non_observed_holiday PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_holiday.py::TestHoliday::test_easter PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_holiday.py::TestHoliday::test_usthanksgivingday PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_holiday.py::TestHoliday::test_holidays_within_dates PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_holiday.py::TestHoliday::test_argument_types PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_holiday.py::TestHoliday::test_special_holidays PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_holiday.py::TestHoliday::test_get_calendar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_holiday.py::TestHoliday::test_factory PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_holiday.py::TestObservanceRules::test_next_monday PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_holiday.py::TestObservanceRules::test_next_monday_or_tuesday PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_holiday.py::TestObservanceRules::test_previous_friday PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_holiday.py::TestObservanceRules::test_sunday_to_monday PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_holiday.py::TestObservanceRules::test_nearest_workday PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_holiday.py::TestObservanceRules::test_weekend_to_monday PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_holiday.py::TestObservanceRules::test_next_workday PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_holiday.py::TestObservanceRules::test_previous_workday PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_holiday.py::TestObservanceRules::test_before_nearest_workday PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_holiday.py::TestObservanceRules::test_after_nearest_workday PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_holiday.py::TestFederalHolidayCalendar::test_no_mlk_before_1986 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_holiday.py::TestFederalHolidayCalendar::test_memorial_day PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/test_holiday.py::TestHolidayConflictingArguments::test_both_offset_observance_raises PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::test_get_offset_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::test_get_offset PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case12] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case13] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case14] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case15] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case17] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case18] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case19] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case20] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case21] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case22] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case23] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case24] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case25] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case26] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case27] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case28] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case29] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_apply PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_apply_out_of_range[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_apply_out_of_range[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_apply_out_of_range[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_apply_out_of_range[dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_apply_out_of_range[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_get_year_end PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_onOffset[case0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_onOffset[case1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_onOffset[case2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_onOffset[case3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_onOffset[case4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_onOffset[case5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_onOffset[case6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_onOffset[case7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_onOffset[case8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_onOffset[case9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_onOffset[case10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_onOffset[case11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_onOffset[case12] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_onOffset[case13] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_onOffset[case14] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_onOffset[case15] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_onOffset[case16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_onOffset[case17] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_onOffset[case18] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_onOffset[case19] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_onOffset[case20] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_onOffset[case21] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_onOffset[case22] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_onOffset[case23] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_onOffset[case24] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_onOffset[case25] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_onOffset[case26] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_onOffset[case27] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_apply PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_apply_out_of_range[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_apply_out_of_range[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_apply_out_of_range[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_apply_out_of_range[dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_apply_out_of_range[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_isAnchored PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_equality PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_offset PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case12] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case13] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case14] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case15] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case17] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case18] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case19] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case20] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case21] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case22] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case23] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case24] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case25] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case26] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case27] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case28] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case29] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case30] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case31] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case33] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_year_has_extra_week PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_get_weeks PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_apply_out_of_range[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_apply_out_of_range[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_apply_out_of_range[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_apply_out_of_range[dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_apply_out_of_range[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case12] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case13] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case14] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case15] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case17] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case18] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case19] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case20] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case21] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case22] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case23] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case24] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case25] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case26] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case27] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case28] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case29] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case30] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case31] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case32] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case33] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_offset PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_apply_out_of_range[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_apply_out_of_range[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_apply_out_of_range[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_apply_out_of_range[dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_apply_out_of_range[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::test_bunched_yearends PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::test_fy5253_last_onoffset PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::test_fy5253_nearest_onoffset PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::test_fy5253qtr_onoffset_nearest PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::test_fy5253qtr_onoffset_last PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_monthrange PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_format PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_ole2datetime PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_normalize_date PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_to_m8 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply_out_of_range[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply_out_of_range[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply_out_of_range[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply_out_of_range[dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply_out_of_range[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[Day] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[BusinessDay0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[BusinessDay1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[CustomBusinessDay0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[CustomBusinessDay1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[CustomBusinessMonthEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[CustomBusinessMonthBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[MonthBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[BusinessMonthBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[MonthEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[BusinessMonthEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[SemiMonthEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[SemiMonthBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[BusinessHour] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[CustomBusinessHour] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[YearBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[BYearBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[YearEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[BYearEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[QuarterBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[BQuarterBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[QuarterEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[BQuarterEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[LastWeekOfMonth] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[FY5253Quarter] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[FY5253] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[Week] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[WeekOfMonth] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[Easter] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[Hour] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[Minute] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[Second] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[Milli] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[Micro] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[Nano] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[DateOffset] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[Day] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[BusinessDay0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[BusinessDay1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[CustomBusinessDay0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[CustomBusinessDay1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[CustomBusinessMonthEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[CustomBusinessMonthBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[MonthBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[BusinessMonthBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[MonthEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[BusinessMonthEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[SemiMonthEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[SemiMonthBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[BusinessHour] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[CustomBusinessHour] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[YearBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[BYearBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[YearEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[BYearEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[QuarterBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[BQuarterBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[QuarterEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[BQuarterEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[LastWeekOfMonth] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[FY5253Quarter] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[FY5253] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[Week] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[WeekOfMonth] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[Easter] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[Hour] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[Minute] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[Second] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[Milli] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[Micro] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[Nano] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[DateOffset] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[Day] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[BusinessDay0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[BusinessDay1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[CustomBusinessDay0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[CustomBusinessDay1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[CustomBusinessMonthEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[CustomBusinessMonthBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[MonthBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[BusinessMonthBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[MonthEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[BusinessMonthEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[SemiMonthEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[SemiMonthBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[BusinessHour] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[CustomBusinessHour] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[YearBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[BYearBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[YearEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[BYearEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[QuarterBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[BQuarterBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[QuarterEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[BQuarterEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[LastWeekOfMonth] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[FY5253Quarter] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[FY5253] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[Week] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[WeekOfMonth] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[Easter] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[Hour] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[Minute] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[Second] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[Milli] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[Micro] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[Nano] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[DateOffset] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[Day] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[BusinessDay0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[BusinessDay1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[CustomBusinessDay0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[CustomBusinessDay1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[CustomBusinessMonthEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[CustomBusinessMonthBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[MonthBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[BusinessMonthBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[MonthEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[BusinessMonthEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[SemiMonthEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[SemiMonthBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[BusinessHour] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[CustomBusinessHour] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[YearBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[BYearBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[YearEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[BYearEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[QuarterBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[BQuarterBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[QuarterEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[BQuarterEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[LastWeekOfMonth] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[FY5253Quarter] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[FY5253] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[Week] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[WeekOfMonth] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[Easter] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[Hour] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[Minute] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[Second] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[Milli] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[Micro] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[Nano] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[DateOffset] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[Day] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[BusinessDay0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[BusinessDay1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[CustomBusinessDay0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[CustomBusinessDay1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[CustomBusinessMonthEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[CustomBusinessMonthBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[MonthBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[BusinessMonthBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[MonthEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[BusinessMonthEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[SemiMonthEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[SemiMonthBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[BusinessHour] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[CustomBusinessHour] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[YearBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[BYearBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[YearEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[BYearEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[QuarterBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[BQuarterBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[QuarterEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[BQuarterEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[LastWeekOfMonth] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[FY5253Quarter] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[FY5253] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[Week] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[WeekOfMonth] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[Easter] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[Hour] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[Minute] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[Second] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[Milli] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[Micro] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[Nano] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[DateOffset] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[Day] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[BusinessDay0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[BusinessDay1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[CustomBusinessDay0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[CustomBusinessDay1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[CustomBusinessMonthEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[CustomBusinessMonthBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[MonthBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[BusinessMonthBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[MonthEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[BusinessMonthEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[SemiMonthEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[SemiMonthBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[BusinessHour] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[CustomBusinessHour] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[YearBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[BYearBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[YearEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[BYearEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[QuarterBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[BQuarterBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[QuarterEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[BQuarterEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[LastWeekOfMonth] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[FY5253Quarter] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[FY5253] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[Week] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[WeekOfMonth] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[Easter] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[Hour] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[Minute] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[Second] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[Milli] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[Micro] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[Nano] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[DateOffset] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[Day] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[BusinessDay0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[BusinessDay1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[CustomBusinessDay0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[CustomBusinessDay1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[CustomBusinessMonthEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[CustomBusinessMonthBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[MonthBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[BusinessMonthBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[MonthEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[BusinessMonthEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[SemiMonthEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[SemiMonthBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[BusinessHour] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[CustomBusinessHour] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[YearBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[BYearBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[YearEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[BYearEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[QuarterBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[BQuarterBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[QuarterEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[BQuarterEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[LastWeekOfMonth] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[FY5253Quarter] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[FY5253] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[Week] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[WeekOfMonth] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[Easter] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[Hour] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[Minute] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[Second] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[Milli] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[Micro] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[Nano] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[DateOffset] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Day-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Day-UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Day-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Day-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Day-dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Day-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessDay0-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessDay0-UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessDay0-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessDay0-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessDay0-dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessDay0-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessDay1-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessDay1-UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessDay1-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessDay1-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessDay1-dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessDay1-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessDay0-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessDay0-UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessDay0-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessDay0-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessDay0-dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessDay0-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessDay1-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessDay1-UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessDay1-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessDay1-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessDay1-dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessDay1-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessMonthEnd-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessMonthEnd-UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessMonthEnd-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessMonthEnd-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessMonthEnd-dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessMonthEnd-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessMonthBegin-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessMonthBegin-UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessMonthBegin-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessMonthBegin-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessMonthBegin-dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessMonthBegin-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[MonthBegin-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[MonthBegin-UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[MonthBegin-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[MonthBegin-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[MonthBegin-dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[MonthBegin-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessMonthBegin-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessMonthBegin-UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessMonthBegin-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessMonthBegin-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessMonthBegin-dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessMonthBegin-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[MonthEnd-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[MonthEnd-UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[MonthEnd-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[MonthEnd-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[MonthEnd-dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[MonthEnd-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessMonthEnd-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessMonthEnd-UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessMonthEnd-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessMonthEnd-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessMonthEnd-dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessMonthEnd-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[SemiMonthEnd-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[SemiMonthEnd-UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[SemiMonthEnd-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[SemiMonthEnd-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[SemiMonthEnd-dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[SemiMonthEnd-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[SemiMonthBegin-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[SemiMonthBegin-UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[SemiMonthBegin-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[SemiMonthBegin-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[SemiMonthBegin-dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[SemiMonthBegin-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessHour-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessHour-UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessHour-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessHour-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessHour-dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessHour-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessHour-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessHour-UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessHour-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessHour-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessHour-dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessHour-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[YearBegin-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[YearBegin-UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[YearBegin-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[YearBegin-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[YearBegin-dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[YearBegin-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BYearBegin-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BYearBegin-UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BYearBegin-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BYearBegin-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BYearBegin-dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BYearBegin-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[YearEnd-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[YearEnd-UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[YearEnd-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[YearEnd-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[YearEnd-dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[YearEnd-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BYearEnd-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BYearEnd-UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BYearEnd-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BYearEnd-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BYearEnd-dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BYearEnd-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[QuarterBegin-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[QuarterBegin-UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[QuarterBegin-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[QuarterBegin-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[QuarterBegin-dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[QuarterBegin-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BQuarterBegin-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BQuarterBegin-UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BQuarterBegin-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BQuarterBegin-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BQuarterBegin-dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BQuarterBegin-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[QuarterEnd-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[QuarterEnd-UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[QuarterEnd-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[QuarterEnd-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[QuarterEnd-dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[QuarterEnd-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BQuarterEnd-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BQuarterEnd-UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BQuarterEnd-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BQuarterEnd-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BQuarterEnd-dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BQuarterEnd-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[LastWeekOfMonth-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[LastWeekOfMonth-UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[LastWeekOfMonth-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[LastWeekOfMonth-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[LastWeekOfMonth-dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[LastWeekOfMonth-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[FY5253Quarter-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[FY5253Quarter-UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[FY5253Quarter-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[FY5253Quarter-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[FY5253Quarter-dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[FY5253Quarter-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[FY5253-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[FY5253-UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[FY5253-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[FY5253-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[FY5253-dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[FY5253-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Week-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Week-UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Week-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Week-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Week-dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Week-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[WeekOfMonth-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[WeekOfMonth-UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[WeekOfMonth-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[WeekOfMonth-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[WeekOfMonth-dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[WeekOfMonth-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Easter-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Easter-UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Easter-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Easter-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Easter-dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Easter-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Hour-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Hour-UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Hour-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Hour-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Hour-dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Hour-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Minute-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Minute-UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Minute-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Minute-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Minute-dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Minute-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Second-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Second-UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Second-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Second-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Second-dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Second-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Milli-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Milli-UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Milli-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Milli-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Milli-dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Milli-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Micro-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Micro-UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Micro-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Micro-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Micro-dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Micro-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Nano-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Nano-UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Nano-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Nano-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Nano-dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Nano-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[DateOffset-None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[DateOffset-UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[DateOffset-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[DateOffset-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[DateOffset-dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[DateOffset-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_pickle_v0_15_2 SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDateOffset::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDateOffset::test_apply_out_of_range[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDateOffset::test_apply_out_of_range[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDateOffset::test_apply_out_of_range[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDateOffset::test_apply_out_of_range[dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDateOffset::test_apply_out_of_range[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDateOffset::test_repr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDateOffset::test_mul PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDateOffset::test_constructor PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDateOffset::test_copy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDateOffset::test_eq PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::test_apply_out_of_range[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::test_apply_out_of_range[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::test_apply_out_of_range[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::test_apply_out_of_range[dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::test_apply_out_of_range[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::test_different_normalize_equals PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::test_repr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::test_with_offset PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::testEQ PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::test_mul PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::test_hash PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::testCall PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::testRAdd PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::testSub PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::testRSub PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::testMult1 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::testMult2 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::testRollback1 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::testRollback2 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::testRollforward1 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::testRollforward2 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::test_roll_date_object PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::test_onOffset PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::test_apply[case0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::test_apply[case1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::test_apply[case2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::test_apply[case3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::test_apply[case4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::test_apply_large_n PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::test_apply_corner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::test_offsets_compare_equal PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_apply_out_of_range[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_apply_out_of_range[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_apply_out_of_range[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_apply_out_of_range[dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_apply_out_of_range[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_constructor_errors PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_different_normalize_equals PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_repr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_with_offset PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::testEQ PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_hash PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::testCall PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::testRAdd PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::testSub PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::testRSub PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::testMult1 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::testMult2 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::testRollback1 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::testRollback2 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::testRollforward1 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::testRollforward2 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_roll_date_object PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_normalize[case0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_normalize[case1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_normalize[case2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_onOffset[case0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_onOffset[case1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_onOffset[case2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_opening_time[case0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_opening_time[case1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_opening_time[case2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_opening_time[case3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_opening_time[case4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_apply[case0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_apply[case1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_apply[case2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_apply[case3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_apply[case4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_apply[case5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_apply[case6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_apply[case7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_apply[case8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_apply[case9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_apply_large_n[case0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_apply_large_n[case1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_apply_large_n[case2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_apply_nanoseconds PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_offsets_compare_equal PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_datetimeindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::test_apply_out_of_range[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::test_apply_out_of_range[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::test_apply_out_of_range[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::test_apply_out_of_range[dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::test_apply_out_of_range[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::test_constructor_errors PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::test_different_normalize_equals PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::test_repr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::test_with_offset PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::testEQ PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::test_hash PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::testCall PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::testRAdd PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::testSub PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::testRSub PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::testMult1 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::testMult2 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::testRollback1 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::testRollback2 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::testRollforward1 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::testRollforward2 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::test_roll_date_object PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::test_normalize PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::test_onOffset PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::test_apply PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::test_apply_nanoseconds PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_apply_out_of_range[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_apply_out_of_range[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_apply_out_of_range[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_apply_out_of_range[dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_apply_out_of_range[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_different_normalize_equals PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_repr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_with_offset PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::testEQ PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_mul PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_hash PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::testCall PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::testRAdd PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::testSub PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::testRSub PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::testMult1 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::testMult2 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::testRollback1 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::testRollback2 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::testRollforward1 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::testRollforward2 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_roll_date_object PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_onOffset[case0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_onOffset[case1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_apply[case0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_apply[case1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_apply[case2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_apply[case3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_apply[case4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_apply_large_n PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_apply_corner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_offsets_compare_equal PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_holidays PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_weekmask PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_weekmask_and_holidays PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_calendar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_roundtrip_pickle PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_pickle_compat_0_14_1 SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_apply_out_of_range[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_apply_out_of_range[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_apply_out_of_range[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_apply_out_of_range[dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_apply_out_of_range[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::testEQ PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_mul PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_hash PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::testRAdd PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::testSub PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::testRSub PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::testMult1 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::testMult2 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_offsets_compare_equal PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_roundtrip_pickle PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_copy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_different_normalize_equals PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_repr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::testCall PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::testRollback1 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::testRollback2 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::testRollforward1 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_roll_date_object PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_onOffset[case0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_onOffset[case1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_apply[case0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_apply[case1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_apply[case2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_apply[case3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_apply[case4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_apply_large_n PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_holidays PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_datetimeindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_apply_out_of_range[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_apply_out_of_range[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_apply_out_of_range[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_apply_out_of_range[dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_apply_out_of_range[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::testEQ PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_mul PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_hash PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::testRAdd PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::testSub PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::testRSub PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::testMult1 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::testMult2 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_offsets_compare_equal PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_roundtrip_pickle PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_copy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_different_normalize_equals PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_repr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::testCall PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::testRollback1 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::testRollback2 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::testRollforward1 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_roll_date_object PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_onOffset[case0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_onOffset[case1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_apply[case0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_apply[case1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_apply[case2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_apply[case3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_apply[case4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_apply_large_n PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_holidays PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_datetimeindex PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeek::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeek::test_apply_out_of_range[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeek::test_apply_out_of_range[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeek::test_apply_out_of_range[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeek::test_apply_out_of_range[dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeek::test_apply_out_of_range[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeek::test_repr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeek::test_corner PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeek::test_isAnchored PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeek::test_offset[case0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeek::test_offset[case1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeek::test_offset[case2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeek::test_offset[case3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeek::test_onOffset PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeek::test_offsets_compare_equal PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeekOfMonth::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeekOfMonth::test_apply_out_of_range[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeekOfMonth::test_apply_out_of_range[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeekOfMonth::test_apply_out_of_range[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeekOfMonth::test_apply_out_of_range[dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeekOfMonth::test_apply_out_of_range[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeekOfMonth::test_constructor PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeekOfMonth::test_repr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeekOfMonth::test_offset PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeekOfMonth::test_onOffset[case0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeekOfMonth::test_onOffset[case1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeekOfMonth::test_onOffset[case2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeekOfMonth::test_onOffset[case3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeekOfMonth::test_onOffset[case4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeekOfMonth::test_onOffset[case5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::test_apply_out_of_range[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::test_apply_out_of_range[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::test_apply_out_of_range[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::test_apply_out_of_range[dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::test_apply_out_of_range[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::test_constructor PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::test_offset PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::test_onOffset[case0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::test_onOffset[case1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::test_onOffset[case2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::test_onOffset[case3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::test_onOffset[case4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::test_onOffset[case5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::test_onOffset[case6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::test_onOffset[case7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::test_onOffset[case8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::test_onOffset[case9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::test_onOffset[case10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::test_onOffset[case11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::test_onOffset[case12] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_apply_out_of_range[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_apply_out_of_range[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_apply_out_of_range[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_apply_out_of_range[dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_apply_out_of_range[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_offset_whole_year PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_offset[case0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_offset[case1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_offset[case2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_offset[case3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_offset[case4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_offset[case5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_offset[case6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_offset[case7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_apply_index[case0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_apply_index[case1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_apply_index[case2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_apply_index[case3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_apply_index[case4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_apply_index[case5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_apply_index[case6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_apply_index[case7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_onOffset[case0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_onOffset[case1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_onOffset[case2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_onOffset[case3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_onOffset[case4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_vectorized_offset_addition[Series-assert_series_equal] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_vectorized_offset_addition[DatetimeIndex-assert_index_equal] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_apply_out_of_range[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_apply_out_of_range[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_apply_out_of_range[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_apply_out_of_range[dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_apply_out_of_range[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_offset_whole_year PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_offset[case0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_offset[case1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_offset[case2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_offset[case3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_offset[case4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_offset[case5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_offset[case6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_offset[case7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_apply_index[case0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_apply_index[case1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_apply_index[case2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_apply_index[case3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_apply_index[case4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_apply_index[case5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_apply_index[case6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_apply_index[case7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_onOffset[case0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_onOffset[case1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_onOffset[case2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_onOffset[case3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_onOffset[case4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_vectorized_offset_addition[Series-assert_series_equal] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_vectorized_offset_addition[DatetimeIndex-assert_index_equal] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_Easter PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestOffsetNames::test_get_offset_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_get_offset PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_get_offset_legacy PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestOffsetAliases::test_alias_equality PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestOffsetAliases::test_rule_code PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_dateoffset_misc PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_freq_offsets PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCaching::test_should_cache_month_end PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCaching::test_should_cache_bmonth_end PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCaching::test_should_cache_week_month PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCaching::test_all_cacheableoffsets PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCaching::test_month_end_index_creation PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCaching::test_bmonth_end_index_creation PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCaching::test_week_of_month_index_creation PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestReprNames::test_str_for_named_is_name PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDST::test_fallback_plural PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDST::test_springforward_plural PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDST::test_fallback_singular PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDST::test_springforward_singular PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDST::test_all_offset_classes[tup0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDST::test_all_offset_classes[tup1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDST::test_all_offset_classes[tup2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDST::test_all_offset_classes[tup3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDST::test_all_offset_classes[tup4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDST::test_all_offset_classes[tup5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDST::test_all_offset_classes[tup6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDST::test_all_offset_classes[tup7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDST::test_all_offset_classes[tup8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDST::test_all_offset_classes[tup9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDST::test_all_offset_classes[tup10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDST::test_all_offset_classes[tup11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDST::test_all_offset_classes[tup12] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDST::test_all_offset_classes[tup13] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDST::test_all_offset_classes[tup14] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDST::test_all_offset_classes[tup15] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDST::test_all_offset_classes[tup16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDST::test_all_offset_classes[tup17] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_get_offset_day_error PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[Day] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[BusinessDay0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[BusinessDay1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[CustomBusinessDay0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[CustomBusinessDay1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[CustomBusinessMonthEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[CustomBusinessMonthBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[MonthBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[BusinessMonthBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[MonthEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[BusinessMonthEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[SemiMonthEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[SemiMonthBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[BusinessHour] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[CustomBusinessHour] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[YearBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[BYearBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[YearEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[BYearEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[QuarterBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[BQuarterBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[QuarterEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[BQuarterEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[LastWeekOfMonth] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[FY5253Quarter] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[FY5253] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[Week] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[WeekOfMonth] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[Easter] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[Hour] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[Minute] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[Second] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[Milli] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[Micro] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[Nano] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[DateOffset] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthEnd-day] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthEnd-days] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthEnd-hour] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthEnd-hours] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthEnd-microsecond] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthEnd-microseconds] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthEnd-milliseconds] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthEnd-minute] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthEnd-minutes] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthEnd-month] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthEnd-months] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthEnd-nanosecond] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthEnd-nanoseconds] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthEnd-second] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthEnd-seconds] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthEnd-week] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthEnd-weekday] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthEnd-weeks] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthEnd-year] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthEnd-years] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthBegin-day] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthBegin-days] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthBegin-hour] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthBegin-hours] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthBegin-microsecond] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthBegin-microseconds] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthBegin-milliseconds] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthBegin-minute] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthBegin-minutes] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthBegin-month] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthBegin-months] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthBegin-nanosecond] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthBegin-nanoseconds] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthBegin-second] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthBegin-seconds] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthBegin-week] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthBegin-weekday] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthBegin-weeks] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthBegin-year] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthBegin-years] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthBegin-day] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthBegin-days] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthBegin-hour] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthBegin-hours] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthBegin-microsecond] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthBegin-microseconds] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthBegin-milliseconds] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthBegin-minute] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthBegin-minutes] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthBegin-month] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthBegin-months] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthBegin-nanosecond] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthBegin-nanoseconds] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthBegin-second] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthBegin-seconds] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthBegin-week] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthBegin-weekday] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthBegin-weeks] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthBegin-year] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthBegin-years] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthBegin-day] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthBegin-days] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthBegin-hour] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthBegin-hours] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthBegin-microsecond] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthBegin-microseconds] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthBegin-milliseconds] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthBegin-minute] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthBegin-minutes] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthBegin-month] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthBegin-months] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthBegin-nanosecond] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthBegin-nanoseconds] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthBegin-second] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthBegin-seconds] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthBegin-week] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthBegin-weekday] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthBegin-weeks] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthBegin-year] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthBegin-years] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthEnd-day] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthEnd-days] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthEnd-hour] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthEnd-hours] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthEnd-microsecond] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthEnd-microseconds] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthEnd-milliseconds] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthEnd-minute] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthEnd-minutes] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthEnd-month] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthEnd-months] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthEnd-nanosecond] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthEnd-nanoseconds] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthEnd-second] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthEnd-seconds] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthEnd-week] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthEnd-weekday] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthEnd-weeks] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthEnd-year] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthEnd-years] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthEnd-day] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthEnd-days] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthEnd-hour] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthEnd-hours] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthEnd-microsecond] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthEnd-microseconds] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthEnd-milliseconds] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthEnd-minute] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthEnd-minutes] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthEnd-month] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthEnd-months] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthEnd-nanosecond] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthEnd-nanoseconds] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthEnd-second] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthEnd-seconds] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthEnd-week] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthEnd-weekday] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthEnd-weeks] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthEnd-year] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthEnd-years] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Day-day] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Day-days] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Day-hour] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Day-hours] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Day-microsecond] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Day-microseconds] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Day-milliseconds] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Day-minute] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Day-minutes] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Day-month] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Day-months] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Day-nanosecond] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Day-nanoseconds] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Day-second] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Day-seconds] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Day-week] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Day-weekday] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Day-weeks] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Day-year] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Day-years] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Hour-day] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Hour-days] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Hour-hour] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Hour-hours] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Hour-microsecond] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Hour-microseconds] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Hour-milliseconds] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Hour-minute] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Hour-minutes] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Hour-month] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Hour-months] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Hour-nanosecond] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Hour-nanoseconds] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Hour-second] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Hour-seconds] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Hour-week] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Hour-weekday] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Hour-weeks] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Hour-year] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Hour-years] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Minute-day] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Minute-days] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Minute-hour] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Minute-hours] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Minute-microsecond] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Minute-microseconds] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Minute-milliseconds] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Minute-minute] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Minute-minutes] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Minute-month] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Minute-months] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Minute-nanosecond] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Minute-nanoseconds] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Minute-second] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Minute-seconds] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Minute-week] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Minute-weekday] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Minute-weeks] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Minute-year] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Minute-years] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Second-day] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Second-days] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Second-hour] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Second-hours] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Second-microsecond] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Second-microseconds] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Second-milliseconds] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Second-minute] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Second-minutes] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Second-month] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Second-months] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Second-nanosecond] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Second-nanoseconds] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Second-second] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Second-seconds] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Second-week] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Second-weekday] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Second-weeks] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Second-year] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Second-years] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Milli-day] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Milli-days] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Milli-hour] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Milli-hours] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Milli-microsecond] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Milli-microseconds] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Milli-milliseconds] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Milli-minute] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Milli-minutes] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Milli-month] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Milli-months] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Milli-nanosecond] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Milli-nanoseconds] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Milli-second] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Milli-seconds] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Milli-week] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Milli-weekday] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Milli-weeks] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Milli-year] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Milli-years] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Micro-day] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Micro-days] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Micro-hour] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Micro-hours] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Micro-microsecond] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Micro-microseconds] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Micro-milliseconds] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Micro-minute] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Micro-minutes] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Micro-month] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Micro-months] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Micro-nanosecond] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Micro-nanoseconds] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Micro-second] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Micro-seconds] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Micro-week] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Micro-weekday] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Micro-weeks] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Micro-year] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Micro-years] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Nano-day] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Nano-days] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Nano-hour] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Nano-hours] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Nano-microsecond] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Nano-microseconds] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Nano-milliseconds] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Nano-minute] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Nano-minutes] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Nano-month] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Nano-months] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Nano-nanosecond] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Nano-nanoseconds] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Nano-second] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Nano-seconds] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Nano-week] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Nano-weekday] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Nano-weeks] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Nano-year] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Nano-years] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_validate_n_error PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[Day] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[BusinessDay0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[BusinessDay1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[CustomBusinessDay0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[CustomBusinessDay1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[CustomBusinessMonthEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[CustomBusinessMonthBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[MonthBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[BusinessMonthBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[MonthEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[BusinessMonthEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[SemiMonthEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[SemiMonthBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[BusinessHour] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[CustomBusinessHour] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[YearBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[BYearBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[YearEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[BYearEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[QuarterBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[BQuarterBegin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[QuarterEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[BQuarterEnd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[LastWeekOfMonth] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[FY5253Quarter] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[FY5253] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[Week] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[WeekOfMonth] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[Easter] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[Hour] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[Minute] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[Second] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[Milli] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[Micro] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[Nano] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[DateOffset] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_weeks_onoffset PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_weekofmonth_onoffset PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_last_week_of_month_on_offset PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_apply_ticks PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_delta_to_tick PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_Hour PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_Minute PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_Second PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_Millisecond PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_MillisecondTimestampArithmetic PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_Microsecond PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_NanosecondGeneric PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_Nanosecond PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_addition[Hour-expected0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_addition[Minute-expected1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_addition[Second-expected2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_addition[Milli-expected3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_addition[Micro-expected4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_addition[Nano-expected5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Hour-Hour] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Hour-Minute] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Hour-Second] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Hour-Milli] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Hour-Micro] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Hour-Nano] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Minute-Hour] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Minute-Minute] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Minute-Second] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Minute-Milli] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Minute-Micro] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Minute-Nano] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Second-Hour] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Second-Minute] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Second-Second] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Second-Milli] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Second-Micro] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Second-Nano] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Milli-Hour] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Milli-Minute] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Milli-Second] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Milli-Milli] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Milli-Micro] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Milli-Nano] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Micro-Hour] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Micro-Minute] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Micro-Second] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Micro-Milli] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Micro-Micro] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Micro-Nano] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Nano-Hour] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Nano-Minute] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Nano-Second] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Nano-Milli] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Nano-Micro] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Nano-Nano] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_equalities[Hour] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_equalities[Minute] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_equalities[Second] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_equalities[Milli] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_equalities[Micro] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_equalities[Nano] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_operators[Hour] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_operators[Minute] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_operators[Second] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_operators[Milli] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_operators[Micro] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_operators[Nano] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_offset[Hour] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_offset[Minute] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_offset[Second] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_offset[Milli] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_offset[Micro] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_offset[Nano] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_compare_ticks[Hour] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_compare_ticks[Minute] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_compare_ticks[Second] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_compare_ticks[Milli] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_compare_ticks[Micro] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_compare_ticks[Nano] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_quarterly_dont_normalize PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_apply_index[MonthBegin--2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_apply_index[MonthBegin-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_apply_index[MonthEnd--2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_apply_index[MonthEnd-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_apply_index[BusinessMonthBegin--2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_apply_index[BusinessMonthBegin-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_apply_index[BusinessMonthEnd--2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_apply_index[BusinessMonthEnd-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_apply_index[QuarterBegin--2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_apply_index[QuarterBegin-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_apply_index[QuarterEnd--2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_apply_index[QuarterEnd-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_apply_index[BQuarterBegin--2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_apply_index[BQuarterBegin-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_apply_index[BQuarterEnd--2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_apply_index[BQuarterEnd-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_apply_index[YearBegin--2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_apply_index[YearBegin-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_apply_index[YearEnd--2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_apply_index[YearEnd-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_apply_index[BYearBegin--2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_apply_index[BYearBegin-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_apply_index[BYearEnd--2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_apply_index[BYearEnd-1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_on_offset[offset0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_on_offset[offset1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_on_offset[offset2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_on_offset[offset3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthBegin::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthBegin::test_apply_out_of_range[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthBegin::test_apply_out_of_range[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthBegin::test_apply_out_of_range[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthBegin::test_apply_out_of_range[dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthBegin::test_apply_out_of_range[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthBegin::test_offset[case0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthBegin::test_offset[case1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthBegin::test_offset[case2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthBegin::test_offset[case3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthEnd::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthEnd::test_apply_out_of_range[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthEnd::test_apply_out_of_range[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthEnd::test_apply_out_of_range[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthEnd::test_apply_out_of_range[dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthEnd::test_apply_out_of_range[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthEnd::test_day_of_month PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthEnd::test_normalize PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthEnd::test_offset[case0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthEnd::test_offset[case1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthEnd::test_offset[case2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthEnd::test_offset[case3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthEnd::test_onOffset[case0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthEnd::test_onOffset[case1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthBegin::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthBegin::test_apply_out_of_range[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthBegin::test_apply_out_of_range[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthBegin::test_apply_out_of_range[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthBegin::test_apply_out_of_range[dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthBegin::test_apply_out_of_range[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthBegin::test_offsets_compare_equal PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthBegin::test_offset[case0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthBegin::test_offset[case1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthBegin::test_offset[case2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthBegin::test_offset[case3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthBegin::test_onOffset[case0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthBegin::test_onOffset[case1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthBegin::test_onOffset[case2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthBegin::test_onOffset[case3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthEnd::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthEnd::test_apply_out_of_range[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthEnd::test_apply_out_of_range[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthEnd::test_apply_out_of_range[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthEnd::test_apply_out_of_range[dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthEnd::test_apply_out_of_range[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthEnd::test_normalize PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthEnd::test_offsets_compare_equal PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthEnd::test_offset[case0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthEnd::test_offset[case1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthEnd::test_offset[case2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthEnd::test_offset[case3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthEnd::test_onOffset[case0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthEnd::test_onOffset[case1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterBegin::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterBegin::test_apply_out_of_range[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterBegin::test_apply_out_of_range[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterBegin::test_apply_out_of_range[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterBegin::test_apply_out_of_range[dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterBegin::test_apply_out_of_range[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterBegin::test_repr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterBegin::test_isAnchored PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterBegin::test_offset_corner_case PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterBegin::test_offset[case0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterBegin::test_offset[case1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterBegin::test_offset[case2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterBegin::test_offset[case3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterBegin::test_offset[case4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_apply_out_of_range[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_apply_out_of_range[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_apply_out_of_range[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_apply_out_of_range[dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_apply_out_of_range[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_repr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_isAnchored PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_offset_corner_case PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_offset[case0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_offset[case1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_offset[case2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_offset[case3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_offset[case4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case12] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case13] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case14] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case15] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case17] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case18] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case19] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case20] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case21] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case22] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case23] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case24] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case25] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case26] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case27] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case28] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case29] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterBegin::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterBegin::test_apply_out_of_range[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterBegin::test_apply_out_of_range[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterBegin::test_apply_out_of_range[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterBegin::test_apply_out_of_range[dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterBegin::test_apply_out_of_range[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterBegin::test_repr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterBegin::test_isAnchored PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterBegin::test_offset_corner_case PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterBegin::test_offset[case0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterBegin::test_offset[case1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterBegin::test_offset[case2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterBegin::test_offset[case3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterBegin::test_offset[case4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_apply_out_of_range[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_apply_out_of_range[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_apply_out_of_range[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_apply_out_of_range[dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_apply_out_of_range[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_repr PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_isAnchored PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_offset_corner_case PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_offset[case0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_offset[case1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_offset[case2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_offset[case3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_offset[case4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_onOffset[case0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_onOffset[case1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_onOffset[case2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_onOffset[case3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_onOffset[case4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_onOffset[case5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_onOffset[case6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_onOffset[case7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_onOffset[case8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_onOffset[case9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_onOffset[case10] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_onOffset[case11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_onOffset[case12] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_onOffset[case13] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_onOffset[case14] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_onOffset[case15] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_onOffset[case16] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_onOffset[case17] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_onOffset[case18] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_onOffset[case19] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_onOffset[case20] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_onOffset[case21] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_onOffset[case22] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_onOffset[case23] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_onOffset[case24] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_onOffset[case25] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_onOffset[case26] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::test_apply_out_of_range[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::test_apply_out_of_range[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::test_apply_out_of_range[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::test_apply_out_of_range[dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::test_apply_out_of_range[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::test_misspecified PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::test_offset[case0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::test_offset[case1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::test_offset[case2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::test_offset[case3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::test_offset[case4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::test_offset[case5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::test_offset[case6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::test_offset[case7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::test_offset[case8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::test_offset[case9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::test_onOffset[case0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::test_onOffset[case1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::test_onOffset[case2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::test_onOffset[case3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEnd::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEnd::test_apply_out_of_range[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEnd::test_apply_out_of_range[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEnd::test_apply_out_of_range[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEnd::test_apply_out_of_range[dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEnd::test_apply_out_of_range[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEnd::test_misspecified PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEnd::test_offset[case0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEnd::test_offset[case1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEnd::test_offset[case2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEnd::test_offset[case3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEnd::test_onOffset[case0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEnd::test_onOffset[case1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEnd::test_onOffset[case2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEnd::test_onOffset[case3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEndDiffMonth::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEndDiffMonth::test_apply_out_of_range[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEndDiffMonth::test_apply_out_of_range[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEndDiffMonth::test_apply_out_of_range[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEndDiffMonth::test_apply_out_of_range[dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEndDiffMonth::test_apply_out_of_range[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEndDiffMonth::test_offset[case0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEndDiffMonth::test_offset[case1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEndDiffMonth::test_offset[case2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEndDiffMonth::test_offset[case3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEndDiffMonth::test_onOffset[case0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEndDiffMonth::test_onOffset[case1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEndDiffMonth::test_onOffset[case2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEndDiffMonth::test_onOffset[case3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearBegin::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearBegin::test_apply_out_of_range[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearBegin::test_apply_out_of_range[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearBegin::test_apply_out_of_range[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearBegin::test_apply_out_of_range[dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearBegin::test_apply_out_of_range[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearBegin::test_misspecified PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearBegin::test_offset[case0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearBegin::test_offset[case1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearBegin::test_offset[case2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearBegin::test_offset[case3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEnd::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEnd::test_apply_out_of_range[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEnd::test_apply_out_of_range[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEnd::test_apply_out_of_range[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEnd::test_apply_out_of_range[dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEnd::test_apply_out_of_range[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEnd::test_offset[case0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEnd::test_offset[case1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEnd::test_offset[case2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEnd::test_offset[case3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEnd::test_onOffset[case0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEnd::test_onOffset[case1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEnd::test_onOffset[case2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEnd::test_onOffset[case3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEndLagged::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEndLagged::test_apply_out_of_range[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEndLagged::test_apply_out_of_range[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEndLagged::test_apply_out_of_range[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEndLagged::test_apply_out_of_range[dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEndLagged::test_apply_out_of_range[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEndLagged::test_bad_month_fail PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEndLagged::test_offset[case0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEndLagged::test_offset[case1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEndLagged::test_roll PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEndLagged::test_onOffset[case0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEndLagged::test_onOffset[case1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestParseISO8601::test_parsers_iso8601[2011-01-02-exp0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestParseISO8601::test_parsers_iso8601[2011-1-2-exp1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestParseISO8601::test_parsers_iso8601[2011-01-exp2] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestParseISO8601::test_parsers_iso8601[2011-1-exp3] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestParseISO8601::test_parsers_iso8601[2011 01 02-exp4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestParseISO8601::test_parsers_iso8601[2011.01.02-exp5] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestParseISO8601::test_parsers_iso8601[2011/01/02-exp6] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestParseISO8601::test_parsers_iso8601[2011\01\02-exp7] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestParseISO8601::test_parsers_iso8601[2013-01-01 05:30:00-exp8] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestParseISO8601::test_parsers_iso8601[2013-1-1 5:30:00-exp9] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestParseISO8601::test_parsers_iso8601_invalid[2011-01/02] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestParseISO8601::test_parsers_iso8601_invalid[2011^11^11] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestParseISO8601::test_parsers_iso8601_invalid[201401] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestParseISO8601::test_parsers_iso8601_invalid[201111] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestParseISO8601::test_parsers_iso8601_invalid[200101] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestParseISO8601::test_parsers_iso8601_invalid[2005-0101] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestParseISO8601::test_parsers_iso8601_invalid[200501-01] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestParseISO8601::test_parsers_iso8601_invalid[20010101 12:3456] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestParseISO8601::test_parsers_iso8601_invalid[20010101 1234:56] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestParseISO8601::test_parsers_iso8601_invalid[20010101 1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestParseISO8601::test_parsers_iso8601_invalid[20010101 123] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestParseISO8601::test_parsers_iso8601_invalid[20010101 12345] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestParseISO8601::test_parsers_iso8601_invalid[20010101 12345Z] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestParseISO8601::test_parsers_iso8601_invalid[2001-01-01 12-34-56] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestArrayToDatetime::test_parsing_valid_dates PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestArrayToDatetime::test_parsing_timezone_offsets[01-01-2013 08:00:00+08:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestArrayToDatetime::test_parsing_timezone_offsets[2013-01-01T08:00:00.000000000+0800] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestArrayToDatetime::test_parsing_timezone_offsets[2012-12-31T16:00:00.000000000-0800] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestArrayToDatetime::test_parsing_timezone_offsets[12-31-2012 23:00:00-01:00] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestArrayToDatetime::test_number_looking_strings_not_into_datetime PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestArrayToDatetime::test_coerce_outside_ns_bounds[invalid_date0] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestArrayToDatetime::test_coerce_outside_ns_bounds[invalid_date1] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestArrayToDatetime::test_coerce_outside_ns_bounds[1000-01-01] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestArrayToDatetime::test_coerce_outside_ns_bounds[Jan 1, 1000] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestArrayToDatetime::test_coerce_outside_ns_bounds[invalid_date4] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestArrayToDatetime::test_coerce_outside_ns_bounds_one_valid PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestArrayToDatetime::test_coerce_of_invalid_datetimes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestArrayToDatetime::test_to_datetime_barely_out_of_bounds PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_ccalendar.py::test_get_day_of_year PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_conversion.py::TestTZConvert::test_tz_convert_single_matches_tz_convert_hourly[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_conversion.py::TestTZConvert::test_tz_convert_single_matches_tz_convert_hourly[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_conversion.py::TestTZConvert::test_tz_convert_single_matches_tz_convert_hourly[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_conversion.py::TestTZConvert::test_tz_convert_single_matches_tz_convert_hourly[Europe/Moscow] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_conversion.py::TestTZConvert::test_tz_convert_single_matches_tz_convert[D-UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_conversion.py::TestTZConvert::test_tz_convert_single_matches_tz_convert[D-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_conversion.py::TestTZConvert::test_tz_convert_single_matches_tz_convert[D-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_conversion.py::TestTZConvert::test_tz_convert_single_matches_tz_convert[D-Europe/Moscow] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_conversion.py::TestTZConvert::test_tz_convert_single_matches_tz_convert[A-UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_conversion.py::TestTZConvert::test_tz_convert_single_matches_tz_convert[A-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_conversion.py::TestTZConvert::test_tz_convert_single_matches_tz_convert[A-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_conversion.py::TestTZConvert::test_tz_convert_single_matches_tz_convert[A-Europe/Moscow] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_conversion.py::TestTZConvert::test_tz_convert_corner[empty] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_conversion.py::TestTZConvert::test_tz_convert_corner[all_nat] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_libfrequencies.py::test_get_rule_month PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_libfrequencies.py::test_period_str_to_code PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_libfrequencies.py::test_is_superperiod_subperiod PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_get_lastbday PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_get_firstbday PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_shift_month PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_get_day_of_month PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_yearday PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_qtrday PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_convention PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_parsing.py::TestParseQuarters::test_parse_time_string PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_parsing.py::TestParseQuarters::test_parse_time_quarter_w_dash PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_parsing.py::TestDatetimeParsingWrappers::test_does_not_convert_mixed_integer PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_parsing.py::TestDatetimeParsingWrappers::test_parsers_quarterly_with_freq PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_parsing.py::TestDatetimeParsingWrappers::test_parsers_quarter_invalid PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_parsing.py::TestDatetimeParsingWrappers::test_parsers_monthfreq PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::test_guess_datetime_format_with_parseable_formats[20111230-%Y%m%d] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::test_guess_datetime_format_with_parseable_formats[2011-12-30-%Y-%m-%d] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::test_guess_datetime_format_with_parseable_formats[30-12-2011-%d-%m-%Y] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::test_guess_datetime_format_with_parseable_formats[2011-12-30 00:00:00-%Y-%m-%d %H:%M:%S] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::test_guess_datetime_format_with_parseable_formats[2011-12-30T00:00:00-%Y-%m-%dT%H:%M:%S] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::test_guess_datetime_format_with_parseable_formats[2011-12-30 00:00:00.000000-%Y-%m-%d %H:%M:%S.%f] SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::test_guess_datetime_format_with_dayfirst[True-%d/%m/%Y] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::test_guess_datetime_format_with_dayfirst[False-%m/%d/%Y] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::test_guess_datetime_format_with_locale_specific_formats[30/Dec/2011-%d/%b/%Y] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::test_guess_datetime_format_with_locale_specific_formats[30/December/2011-%d/%B/%Y] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::test_guess_datetime_format_with_locale_specific_formats[30/Dec/2011 00:00:00-%d/%b/%Y %H:%M:%S] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::test_guess_datetime_format_invalid_inputs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::test_guess_datetime_format_nopadding[2011-1-1-%Y-%m-%d] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::test_guess_datetime_format_nopadding[30-1-2011-%d-%m-%Y] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::test_guess_datetime_format_nopadding[1/1/2011-%m/%d/%Y] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::test_guess_datetime_format_nopadding[2011-1-1 00:00:00-%Y-%m-%d %H:%M:%S] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::test_guess_datetime_format_nopadding[2011-1-1 0:0:0-%Y-%m-%d %H:%M:%S] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::test_guess_datetime_format_nopadding[2011-1-3T00:00:0-%Y-%m-%dT%H:%M:%S] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_parsing.py::TestArrayToDatetime::test_try_parse_dates PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_period_asfreq.py::TestPeriodFreqConversion::test_intraday_conversion_factors PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_period_asfreq.py::TestPeriodFreqConversion::test_period_ordinal_start_values PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_period_asfreq.py::TestPeriodFreqConversion::test_period_ordinal_week PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_period_asfreq.py::TestPeriodFreqConversion::test_period_ordinal_business_day PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Abidjan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Accra] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Algiers] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Asmara] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Bamako] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Bangui] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Banjul] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Bissau] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Blantyre] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Brazzaville] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Bujumbura] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Cairo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Casablanca] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Ceuta] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Conakry] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Dakar] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Djibouti] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Douala] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Freetown] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Gaborone] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Harare] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Johannesburg] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Juba] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Kampala] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Khartoum] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Kigali] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Kinshasa] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Lagos] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Libreville] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Lome] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Luanda] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Lubumbashi] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Lusaka] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Malabo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Maputo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Maseru] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Mbabane] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Mogadishu] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Monrovia] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Nairobi] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Ndjamena] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Niamey] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Nouakchott] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Ouagadougou] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Tripoli] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Tunis] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Windhoek] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Adak] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Anchorage] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Anguilla] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Antigua] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Araguaina] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Aruba] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Asuncion] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Atikokan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Bahia] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Barbados] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Belem] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Belize] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Bogota] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Boise] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Cancun] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Caracas] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Cayenne] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Cayman] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Chicago] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Chihuahua] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Creston] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Cuiaba] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Curacao] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Danmarkshavn] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Dawson] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Denver] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Detroit] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Dominica] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Edmonton] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Eirunepe] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Fortaleza] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Godthab] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Grenada] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Guadeloupe] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Guatemala] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Guayaquil] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Guyana] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Halifax] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Havana] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Hermosillo] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Inuvik] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Iqaluit] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Jamaica] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Juneau] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Kralendijk] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Lima] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Maceio] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Managua] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Manaus] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Marigot] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Martinique] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Matamoros] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Mazatlan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Menominee] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Merida] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Metlakatla] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Miquelon] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Moncton] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Monterrey] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Montevideo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Montserrat] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Nassau] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Nipigon] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Nome] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Noronha] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Ojinaga] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Panama] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Pangnirtung] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Paramaribo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Phoenix] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Recife] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Regina] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Resolute] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Santarem] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Santiago] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Scoresbysund] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Sitka] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Tegucigalpa] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Thule] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Tijuana] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Toronto] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Tortola] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Vancouver] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Whitehorse] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Winnipeg] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Yakutat] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Yellowknife] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Antarctica/Casey] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Antarctica/Davis] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Antarctica/DumontDUrville] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Antarctica/Macquarie] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Antarctica/Mawson] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Antarctica/McMurdo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Antarctica/Palmer] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Antarctica/Rothera] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Antarctica/Syowa] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Antarctica/Troll] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Antarctica/Vostok] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Arctic/Longyearbyen] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Aden] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Almaty] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Amman] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Anadyr] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Aqtau] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Aqtobe] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Ashgabat] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Atyrau] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Baghdad] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Bahrain] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Baku] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Bangkok] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Barnaul] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Beirut] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Bishkek] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Brunei] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Chita] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Choibalsan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Colombo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Damascus] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Dhaka] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Dili] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Dubai] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Dushanbe] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Famagusta] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Gaza] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Hebron] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Hovd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Irkutsk] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Jakarta] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Jayapura] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Jerusalem] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Kabul] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Kamchatka] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Karachi] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Kathmandu] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Khandyga] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Kolkata] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Krasnoyarsk] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Kuching] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Kuwait] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Macau] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Magadan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Makassar] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Manila] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Muscat] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Nicosia] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Novokuznetsk] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Novosibirsk] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Omsk] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Oral] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Pontianak] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Pyongyang] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Qatar] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Qostanay] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Qyzylorda] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Riyadh] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Sakhalin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Samarkand] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Seoul] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Shanghai] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Singapore] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Srednekolymsk] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Taipei] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Tashkent] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Tbilisi] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Tehran] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Thimphu] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Tomsk] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Ulaanbaatar] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Urumqi] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Vientiane] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Vladivostok] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Yakutsk] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Yangon] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Yekaterinburg] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Yerevan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Atlantic/Azores] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Atlantic/Bermuda] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Atlantic/Canary] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Atlantic/Faroe] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Atlantic/Madeira] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Atlantic/Reykjavik] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/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/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Atlantic/Stanley] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Australia/Adelaide] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Australia/Brisbane] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Australia/Currie] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Australia/Darwin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Australia/Eucla] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Australia/Hobart] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Australia/Lindeman] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Australia/Melbourne] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Australia/Perth] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Australia/Sydney] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Canada/Atlantic] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Canada/Central] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Canada/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Canada/Mountain] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Canada/Newfoundland] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Canada/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Amsterdam] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Andorra] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Astrakhan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Athens] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Belgrade] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Berlin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Bratislava] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Brussels] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Bucharest] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Budapest] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Busingen] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Chisinau] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Copenhagen] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Dublin] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Gibraltar] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Guernsey] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Helsinki] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Istanbul] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Jersey] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Kaliningrad] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Kiev] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Kirov] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Lisbon] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Ljubljana] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/London] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Luxembourg] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Madrid] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Malta] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Mariehamn] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Minsk] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Monaco] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Moscow] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Oslo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Paris] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Podgorica] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Prague] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Riga] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Rome] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Samara] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Sarajevo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Saratov] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Simferopol] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Skopje] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Sofia] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Stockholm] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Tallinn] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Tirane] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Ulyanovsk] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Uzhgorod] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Vaduz] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Vatican] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Vienna] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Vilnius] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Volgograd] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Warsaw] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Zagreb] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Zaporozhye] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Zurich] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[GMT] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Indian/Antananarivo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Indian/Chagos] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Indian/Christmas] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Indian/Cocos] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Indian/Comoro] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Indian/Kerguelen] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Indian/Mahe] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Indian/Maldives] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Indian/Mauritius] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Indian/Mayotte] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Indian/Reunion] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Apia] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Auckland] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Bougainville] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Chatham] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Chuuk] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Easter] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Efate] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Enderbury] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Fakaofo] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Fiji] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Funafuti] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Galapagos] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Gambier] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Guadalcanal] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Guam] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Honolulu] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Kiritimati] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Kosrae] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Kwajalein] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Majuro] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Marquesas] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Midway] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Nauru] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Niue] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Norfolk] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Noumea] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Palau] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Pitcairn] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Pohnpei] PASSED
> ../debian/tmp/usr/lib/python2.7/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/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Rarotonga] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Saipan] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Tahiti] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Tarawa] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Tongatapu] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Wake] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Wallis] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[US/Alaska] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[US/Arizona] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[US/Central] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[US/Hawaii] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[US/Mountain] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[US/Pacific] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[UTC] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_tzlocal PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_infer_tz[eastern0-<lambda>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_timezones.py::test_infer_tz[eastern1-<lambda>] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_hashing.py::TestHashing::test_consistency PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_hashing.py::TestHashing::test_hash_array PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_hashing.py::TestHashing::test_hash_array_mixed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_hashing.py::TestHashing::test_hash_array_errors PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_hashing.py::TestHashing::test_hash_tuples PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_hashing.py::TestHashing::test_hash_tuple PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_hashing.py::TestHashing::test_hash_scalar PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_hashing.py::TestHashing::test_hash_tuples_err PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_hashing.py::TestHashing::test_multiindex_unique PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_hashing.py::TestHashing::test_multiindex_objects PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_hashing.py::TestHashing::test_hash_pandas_object PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_hashing.py::TestHashing::test_hash_pandas_object2 PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_hashing.py::TestHashing::test_hash_pandas_empty_object PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_hashing.py::TestHashing::test_categorical_consistency PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_hashing.py::TestHashing::test_categorical_with_nan_consistency PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_hashing.py::TestHashing::test_pandas_errors PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_hashing.py::TestHashing::test_hash_keys PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_hashing.py::TestHashing::test_invalid_key PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_hashing.py::TestHashing::test_alread_encoded PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_hashing.py::TestHashing::test_alternate_encoding PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_hashing.py::TestHashing::test_same_len_hash_collisions PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_hashing.py::TestHashing::test_hash_collisions PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_numbers PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_numbers_with_zeros PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_numbers_with_mixed PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_edge_case_ndarrays[M8[ns]-M8[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_edge_case_ndarrays[M8[ns]-m8[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_edge_case_ndarrays[M8[ns]-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_edge_case_ndarrays[M8[ns]-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_edge_case_ndarrays[M8[ns]-object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_edge_case_ndarrays[m8[ns]-M8[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_edge_case_ndarrays[m8[ns]-m8[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_edge_case_ndarrays[m8[ns]-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_edge_case_ndarrays[m8[ns]-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_edge_case_ndarrays[m8[ns]-object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_edge_case_ndarrays[float64-M8[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_edge_case_ndarrays[float64-m8[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_edge_case_ndarrays[float64-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_edge_case_ndarrays[float64-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_edge_case_ndarrays[float64-object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_edge_case_ndarrays[int64-M8[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_edge_case_ndarrays[int64-m8[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_edge_case_ndarrays[int64-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_edge_case_ndarrays[int64-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_edge_case_ndarrays[int64-object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_edge_case_ndarrays[object-M8[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_edge_case_ndarrays[object-m8[ns]] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_edge_case_ndarrays[object-float64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_edge_case_ndarrays[object-int64] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_edge_case_ndarrays[object-object] PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_dicts PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_dict_like_object PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_strings PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_iterables PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_null PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_inf PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_pandas PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_object PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestUtilTesting::test_raise_with_traceback PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertNumpyArrayEqual::test_numpy_array_equal_message PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertNumpyArrayEqual::test_numpy_array_equal_unicode_message PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertNumpyArrayEqual::test_numpy_array_equal_object_message PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertNumpyArrayEqual::test_numpy_array_equal_copy_flag PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertNumpyArrayEqual::test_assert_almost_equal_iterable_message PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertIndexEqual::test_index_equal_message PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertIndexEqual::test_index_equal_metadata_message PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertIndexEqual::test_categorical_index_equality PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertIndexEqual::test_categorical_index_equality_relax_categories_check PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertSeriesEqual::test_equal PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertSeriesEqual::test_not_equal PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertSeriesEqual::test_less_precise PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertSeriesEqual::test_index_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertSeriesEqual::test_multiindex_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertSeriesEqual::test_series_equal_message PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertSeriesEqual::test_categorical_series_equality PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertSeriesEqual::test_categorical_series_equality_relax_categories_check PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertFrameEqual::test_equal_with_different_row_order PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertFrameEqual::test_not_equal_with_different_shape PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertFrameEqual::test_index_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertFrameEqual::test_multiindex_dtype PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertFrameEqual::test_empty_dtypes PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertFrameEqual::test_frame_equal_message PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertFrameEqual::test_frame_equal_message_unicode PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestAssertCategoricalEqual::test_categorical_equal_message PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestRNGContext::test_RNGContext PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::TestLocale::test_locale PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_testing.py::test_datapath_missing SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_util.py::TestDecorators::test_deprecate_kwarg PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_util.py::TestDecorators::test_dict_deprecate_kwarg PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_util.py::TestDecorators::test_missing_deprecate_kwarg PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_util.py::TestDecorators::test_callable_deprecate_kwarg PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_util.py::TestDecorators::test_bad_deprecate_kwarg PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_util.py::TestDecorators::test_deprecate_keyword PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_util.py::test_rands PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_util.py::test_rands_array PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_util.py::TestValidateArgs::test_bad_min_fname_arg_count PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_util.py::TestValidateArgs::test_bad_arg_length_max_value_single PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_util.py::TestValidateArgs::test_bad_arg_length_max_value_multiple PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_util.py::TestValidateArgs::test_not_all_defaults PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_util.py::TestValidateArgs::test_validation PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_util.py::TestValidateKwargs::test_bad_kwarg PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_util.py::TestValidateKwargs::test_not_all_none PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_util.py::TestValidateKwargs::test_validation PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_util.py::TestValidateKwargs::test_validate_bool_kwarg PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_util.py::TestValidateKwargsAndArgs::test_invalid_total_length_max_length_one PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_util.py::TestValidateKwargsAndArgs::test_invalid_total_length_max_length_multiple PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_util.py::TestValidateKwargsAndArgs::test_no_args_with_kwargs PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_util.py::TestValidateKwargsAndArgs::test_duplicate_argument PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_util.py::TestValidateKwargsAndArgs::test_validation PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_util.py::TestMove::test_cannot_create_instance_of_stolenbuffer PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_util.py::TestMove::test_more_than_one_ref PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_util.py::TestMove::test_exactly_one_ref PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_util.py::TestMove::test_interned PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_util.py::test_numpy_errstate_is_default PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_util.py::TestLocaleUtils::test_get_locales PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_util.py::TestLocaleUtils::test_get_locales_prefix PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_util.py::TestLocaleUtils::test_set_locale SKIPPED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_util.py::test_make_signature PASSED
> ../debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/util/test_util.py::test_safe_import PASSED
> 
> =============================== warnings summary ===============================
> /usr/lib/python2.7/dist-packages/six.py:1
>   /usr/lib/python2.7/dist-packages/six.py:1: RemovedInPytest4Warning: Fixture "df_letters" called directly. Fixtures are not meant to be called directly, are created automatically when test functions request them as parameters. See https://docs.pytest.org/en/latest/fixture.html for more information.
>     # Copyright (c) 2010-2018 Benjamin Peterson
>   /usr/lib/python2.7/dist-packages/six.py:1: RemovedInPytest4Warning: Fixture "df_letters" called directly. Fixtures are not meant to be called directly, are created automatically when test functions request them as parameters. See https://docs.pytest.org/en/latest/fixture.html for more information.
>     # Copyright (c) 2010-2018 Benjamin Peterson
>   /usr/lib/python2.7/dist-packages/six.py:1: RemovedInPytest4Warning: Fixture "epoch_1960" called directly. Fixtures are not meant to be called directly, are created automatically when test functions request them as parameters. See https://docs.pytest.org/en/latest/fixture.html for more information.
>     # Copyright (c) 2010-2018 Benjamin Peterson
>   /usr/lib/python2.7/dist-packages/six.py:1: RemovedInPytest4Warning: Fixture "epoch_1960" called directly. Fixtures are not meant to be called directly, are created automatically when test functions request them as parameters. See https://docs.pytest.org/en/latest/fixture.html for more information.
>     # Copyright (c) 2010-2018 Benjamin Peterson
>   /usr/lib/python2.7/dist-packages/six.py:1: RemovedInPytest4Warning: Fixture "epoch_1960" called directly. Fixtures are not meant to be called directly, are created automatically when test functions request them as parameters. See https://docs.pytest.org/en/latest/fixture.html for more information.
>     # Copyright (c) 2010-2018 Benjamin Peterson
>   /usr/lib/python2.7/dist-packages/six.py:1: RemovedInPytest4Warning: Fixture "epoch_1960" called directly. Fixtures are not meant to be called directly, are created automatically when test functions request them as parameters. See https://docs.pytest.org/en/latest/fixture.html for more information.
>     # Copyright (c) 2010-2018 Benjamin Peterson
> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py:1878
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/test_analytics.py:1878: RemovedInPytest4Warning: Fixture "s_main_dtypes" called directly. Fixtures are not meant to be called directly, are created automatically when test functions request them as parameters. See https://docs.pytest.org/en/latest/fixture.html for more information.
>     class TestNLargestNSmallest(object):
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_expressions.py::TestExpressions::()::test_integer_panel
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/panel.py:742: FutureWarning: 
>   Panel is deprecated and will be removed in a future version.
>   The recommended way to represent these types of 3-dimensional data are with a MultiIndex on a DataFrame, via the Panel.to_frame() method
>   Alternatively, you can use the xarray package http://xarray.pydata.org/en/stable/.
>   Pandas provides a `.to_xarray()` method to help automate this conversion.
>   
>     return self._combine_const(other, func)
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/ops.py:1680: FutureWarning: 
>   Panel is deprecated and will be removed in a future version.
>   The recommended way to represent these types of 3-dimensional data are with a MultiIndex on a DataFrame, via the Panel.to_frame() method
>   Alternatively, you can use the xarray package http://xarray.pydata.org/en/stable/.
>   Pandas provides a `.to_xarray()` method to help automate this conversion.
>   
>     return self._combine_const(other, na_op, try_cast=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::()::test_frame_group_ops[True]
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/groupby/groupby.py:4329: FutureWarning: arrays to stack must be passed as a "sequence" type such as list or tuple. Support for non-sequence iterables such as generators is deprecated as of NumPy 1.16 and will raise an error in the future.
>     stacked_values = np.vstack(map(np.asarray, values))
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::TestIsScalar::()::test_is_scalar_numpy_arrays
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py:1166: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     assert not is_scalar(np.matrix('1; 2'))
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_scipy_sparse[lil]
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::()::test_constructor_dict_nan_tuple_key[nan0]
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/common.py:186: RuntimeWarning: invalid value encountered in less
>     return sorted(listed)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::()::test_getitem_setitem_ix_negative_integers
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py:401: DeprecationWarning: 
>   .ix is deprecated. Please use
>   .loc for label based indexing or
>   .iloc for positional indexing
>   
>   See the documentation here:
>   http://pandas.pydata.org/pandas-docs/stable/indexing.html#ix-indexer-is-deprecated
>     df.ix[[-1]]
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_indexing.py:404: DeprecationWarning: 
>   .ix is deprecated. Please use
>   .loc for label based indexing or
>   .iloc for positional indexing
>   
>   See the documentation here:
>   http://pandas.pydata.org/pandas-docs/stable/indexing.html#ix-indexer-is-deprecated
>     df.ix[:, [-1]]
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/indexing.py:890: DeprecationWarning: 
>   .ix is deprecated. Please use
>   .loc for label based indexing or
>   .iloc for positional indexing
>   
>   See the documentation here:
>   http://pandas.pydata.org/pandas-docs/stable/indexing.html#ix-indexer-is-deprecated
>     retval = getattr(retval, self.name)._getitem_axis(key, axis=i)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::()::test_pos_object[df0]
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/generic.py:1135: DeprecationWarning: Applying '+' to a non-numerical array is ill-defined. Returning a copy, but in the future this will error.
>     arr = operator.pos(values)
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/generic.py:1135: DeprecationWarning: Applying '+' to a non-numerical array is ill-defined. Returning a copy, but in the future this will error.
>     arr = operator.pos(values)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_categorical.py::test_apply[True]
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/groupby/groupby.py:4317: FutureWarning: arrays to stack must be passed as a "sequence" type such as list or tuple. Support for non-sequence iterables such as generators is deprecated as of NumPy 1.16 and will raise an error in the future.
>     stacked_values = np.vstack(map(np.asarray, values))
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/groupby/test_filters.py::test_filter_and_transform_with_non_unique_float_index
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/indexes/base.py:3078: FutureWarning: elementwise comparison failed; returning scalar instead, but in the future will perform elementwise comparison
>     return self._engine.get_loc(key)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::()::test_million_record_attribute_error
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/indexes/base.py:3078: DeprecationWarning: unorderable dtypes; returning scalar but in the future this will be an error
>     return self._engine.get_loc(key)
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/indexes/base.py:3080: DeprecationWarning: unorderable dtypes; returning scalar but in the future this will be an error
>     return self._engine.get_loc(self._maybe_cast_indexer(key))
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeInferFormat::()::test_to_datetime_infer_datetime_format_consistent_format[True]
>   /usr/lib/python2.7/dist-packages/dateutil/parser/__init__.py:46: DeprecationWarning: _timelex is a private class and may break without warning, it will be moved and or renamed in future versions.
>     warnings.warn(msg, DeprecationWarning)
>   /usr/lib/python2.7/dist-packages/dateutil/parser/__init__.py:46: DeprecationWarning: _timelex is a private class and may break without warning, it will be moved and or renamed in future versions.
>     warnings.warn(msg, DeprecationWarning)
>   /usr/lib/python2.7/dist-packages/dateutil/parser/__init__.py:46: DeprecationWarning: _timelex is a private class and may break without warning, it will be moved and or renamed in future versions.
>     warnings.warn(msg, DeprecationWarning)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeInferFormat::()::test_to_datetime_infer_datetime_format_consistent_format[False]
>   /usr/lib/python2.7/dist-packages/dateutil/parser/__init__.py:46: DeprecationWarning: _timelex is a private class and may break without warning, it will be moved and or renamed in future versions.
>     warnings.warn(msg, DeprecationWarning)
>   /usr/lib/python2.7/dist-packages/dateutil/parser/__init__.py:46: DeprecationWarning: _timelex is a private class and may break without warning, it will be moved and or renamed in future versions.
>     warnings.warn(msg, DeprecationWarning)
>   /usr/lib/python2.7/dist-packages/dateutil/parser/__init__.py:46: DeprecationWarning: _timelex is a private class and may break without warning, it will be moved and or renamed in future versions.
>     warnings.warn(msg, DeprecationWarning)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeInferFormat::()::test_to_datetime_infer_datetime_format_inconsistent_format[True]
>   /usr/lib/python2.7/dist-packages/dateutil/parser/__init__.py:46: DeprecationWarning: _timelex is a private class and may break without warning, it will be moved and or renamed in future versions.
>     warnings.warn(msg, DeprecationWarning)
>   /usr/lib/python2.7/dist-packages/dateutil/parser/__init__.py:46: DeprecationWarning: _timelex is a private class and may break without warning, it will be moved and or renamed in future versions.
>     warnings.warn(msg, DeprecationWarning)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeInferFormat::()::test_to_datetime_infer_datetime_format_inconsistent_format[False]
>   /usr/lib/python2.7/dist-packages/dateutil/parser/__init__.py:46: DeprecationWarning: _timelex is a private class and may break without warning, it will be moved and or renamed in future versions.
>     warnings.warn(msg, DeprecationWarning)
>   /usr/lib/python2.7/dist-packages/dateutil/parser/__init__.py:46: DeprecationWarning: _timelex is a private class and may break without warning, it will be moved and or renamed in future versions.
>     warnings.warn(msg, DeprecationWarning)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeInferFormat::()::test_to_datetime_infer_datetime_format_series_with_nans[True]
>   /usr/lib/python2.7/dist-packages/dateutil/parser/__init__.py:46: DeprecationWarning: _timelex is a private class and may break without warning, it will be moved and or renamed in future versions.
>     warnings.warn(msg, DeprecationWarning)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeInferFormat::()::test_to_datetime_infer_datetime_format_series_with_nans[False]
>   /usr/lib/python2.7/dist-packages/dateutil/parser/__init__.py:46: DeprecationWarning: _timelex is a private class and may break without warning, it will be moved and or renamed in future versions.
>     warnings.warn(msg, DeprecationWarning)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::()::test_dups_fancy_indexing
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/indexing/test_indexing.py:200: DeprecationWarning: 
>   .ix is deprecated. Please use
>   .loc for label based indexing or
>   .iloc for positional indexing
>   
>   See the documentation here:
>   http://pandas.pydata.org/pandas-docs/stable/indexing.html#ix-indexer-is-deprecated
>     dfnu.ix[['E']]
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::()::test_subplots_multiple_axes
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/plotting/_tools.py:204: UserWarning: When passing multiple axes, layout keyword is ignored
>     "ignored", UserWarning)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::()::test_hist_df
>   /usr/lib/python2.7/dist-packages/matplotlib/axes/_axes.py:6571: UserWarning: The 'normed' kwarg is deprecated, and has been replaced by the 'density' kwarg.
>     warnings.warn("The 'normed' kwarg is deprecated, and has been "
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::()::test_errorbar_plot
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/plotting/_core.py:1804: UserWarning: To output multiple subplots, the figure containing the passed axes is being cleared
>     plot_obj.generate()
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/plotting/_core.py:1804: UserWarning: To output multiple subplots, the figure containing the passed axes is being cleared
>     plot_obj.generate()
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/plotting/_core.py:1804: UserWarning: To output multiple subplots, the figure containing the passed axes is being cleared
>     plot_obj.generate()
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::()::test_errorbar_timeseries
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/plotting/_core.py:1804: UserWarning: To output multiple subplots, the figure containing the passed axes is being cleared
>     plot_obj.generate()
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/plotting/_core.py:1804: UserWarning: To output multiple subplots, the figure containing the passed axes is being cleared
>     plot_obj.generate()
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/plotting/_core.py:1804: UserWarning: To output multiple subplots, the figure containing the passed axes is being cleared
>     plot_obj.generate()
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::()::test_line_colors
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/plotting/_core.py:194: UserWarning: 'colors' is being deprecated. Please use 'color'instead of 'colors'
>     warnings.warn(("'colors' is being deprecated. Please use 'color'"
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_hist_method.py::TestSeriesPlots::()::test_hist_legacy
>   /usr/lib/python2.7/dist-packages/matplotlib/cbook/deprecation.py:107: 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.
>     warnings.warn(message, mplDeprecation, stacklevel=1)
>   /usr/lib/python2.7/dist-packages/matplotlib/cbook/deprecation.py:107: 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.
>     warnings.warn(message, mplDeprecation, stacklevel=1)
>   /usr/lib/python2.7/dist-packages/matplotlib/cbook/deprecation.py:107: 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.
>     warnings.warn(message, mplDeprecation, stacklevel=1)
>   /usr/lib/python2.7/dist-packages/matplotlib/cbook/deprecation.py:107: 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.
>     warnings.warn(message, mplDeprecation, stacklevel=1)
>   /usr/lib/python2.7/dist-packages/matplotlib/cbook/deprecation.py:107: 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.
>     warnings.warn(message, mplDeprecation, stacklevel=1)
>   /usr/lib/python2.7/dist-packages/matplotlib/cbook/deprecation.py:107: 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.
>     warnings.warn(message, mplDeprecation, stacklevel=1)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::()::test_tight_layout
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_hist_method.py:248: UserWarning: To output multiple subplots, the figure containing the passed axes is being cleared
>     _check_plot_works(df.hist)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_misc.py::TestSeriesPlots::()::test_autocorrelation_plot
>   /usr/lib/python2.7/dist-packages/matplotlib/pyplot.py:969: UserWarning: Requested projection is different from current axis projection, creating new axis with requested projection.
>     return gcf().gca(**kwargs)
>   /usr/lib/python2.7/dist-packages/matplotlib/pyplot.py:969: UserWarning: Requested projection is different from current axis projection, creating new axis with requested projection.
>     return gcf().gca(**kwargs)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::()::test_parallel_coordinates_with_sorted_labels
>   /usr/lib/python2.7/dist-packages/matplotlib/axes/_base.py:3152: UserWarning: Attempting to set identical left==right results\nin singular transformations; automatically expanding.\nleft=0, right=0
>     'left=%s, right=%s') % (left, right))
>   /usr/lib/python2.7/dist-packages/_pytest/warnings.py:128: UnicodeWarning: Warning is using unicode non convertible to ascii, converting to a safe representation:
>     "/usr/lib/python2.7/dist-packages/matplotlib/axes/_base.py:3152: UserWarning: Attempting to set identical left==right results\\nin singular transformations; automatically expanding.\\nleft=0, right=0\n  'left=%s, right=%s') % (left, right))\n"
>     UnicodeWarning,
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::()::test_hist_legacy
>   /usr/lib/python2.7/dist-packages/matplotlib/cbook/deprecation.py:107: 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.
>     warnings.warn(message, mplDeprecation, stacklevel=1)
>   /usr/lib/python2.7/dist-packages/matplotlib/cbook/deprecation.py:107: 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.
>     warnings.warn(message, mplDeprecation, stacklevel=1)
>   /usr/lib/python2.7/dist-packages/matplotlib/cbook/deprecation.py:107: 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.
>     warnings.warn(message, mplDeprecation, stacklevel=1)
>   /usr/lib/python2.7/dist-packages/matplotlib/cbook/deprecation.py:107: 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.
>     warnings.warn(message, mplDeprecation, stacklevel=1)
>   /usr/lib/python2.7/dist-packages/matplotlib/cbook/deprecation.py:107: 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.
>     warnings.warn(message, mplDeprecation, stacklevel=1)
>   /usr/lib/python2.7/dist-packages/matplotlib/cbook/deprecation.py:107: 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.
>     warnings.warn(message, mplDeprecation, stacklevel=1)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::()::test_tz_localize_pushes_out_of_bounds
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py:32: RuntimeWarning: overflow encountered in long_scalars
>     Timestamp.min.tz_localize('Asia/Tokyo')
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py:39: RuntimeWarning: overflow encountered in long_scalars
>     Timestamp.max.tz_localize('US/Pacific')
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_getitem_median_slice_bug
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/internals.py:312: FutureWarning: Using a non-tuple sequence for multidimensional indexing is deprecated; use `arr[tuple(seq)]` instead of `arr[seq]`. In the future this will be interpreted as an array index, `arr[np.array(seq)]`, which will result either in an error or a different result.
>     return self.values[slicer]
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/indexes/datetimelike.py:428: FutureWarning: Using a non-tuple sequence for multidimensional indexing is deprecated; use `arr[tuple(seq)]` instead of `arr[seq]`. In the future this will be interpreted as an array index, `arr[np.array(seq)]`, which will result either in an error or a different result.
>     result = getitem(key)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-bool-None-None-None]
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-bool-None-None-index1]
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-bool-None-columns1-None]
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-bool-None-columns1-index1]
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-bool-0-None-None]
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-bool-0-None-index1]
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-bool-0-columns1-None]
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-bool-0-columns1-index1]
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-bool-nan-None-None]
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-bool-nan-None-index1]
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-bool-nan-columns1-None]
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-bool-nan-columns1-index1]
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-int-None-None-None]
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-int-None-None-index1]
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-int-None-columns1-None]
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-int-None-columns1-index1]
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-int-0-None-None]
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-int-0-None-index1]
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-int-0-columns1-None]
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-int-0-columns1-index1]
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-int-nan-None-None]
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-int-nan-None-index1]
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-int-nan-columns1-None]
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-int-nan-columns1-index1]
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-float-None-None-None]
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-float-None-None-index1]
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-float-None-columns1-None]
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-float-None-columns1-index1]
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-float-0-None-None]
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-float-0-None-index1]
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-float-0-columns1-None]
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-float-0-columns1-index1]
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-float-nan-None-None]
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-float-nan-None-index1]
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-float-nan-columns1-None]
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-float-nan-columns1-index1]
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-uint16-None-None-None]
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-uint16-None-None-index1]
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-uint16-None-columns1-None]
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-uint16-None-columns1-index1]
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-uint16-0-None-None]
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-uint16-0-None-index1]
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-uint16-0-columns1-None]
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-uint16-0-columns1-index1]
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-uint16-nan-None-None]
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-uint16-nan-None-index1]
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-uint16-nan-columns1-None]
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-uint16-nan-columns1-index1]
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy_object[lil-None]
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy_object[lil-0]
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy_object[lil-nan]
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_scipy_correct_ordering[lil]
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_scipy_fillna[lil]
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesScipyInteraction::()::test_to_coo_text_names_integer_row_levels_nosort
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesScipyInteraction::()::test_to_coo_text_names_integer_row_levels_sort
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesScipyInteraction::()::test_to_coo_text_names_text_row_levels_nosort_col_level_single
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesScipyInteraction::()::test_to_coo_integer_names_integer_row_levels_nosort
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesScipyInteraction::()::test_to_coo_text_names_text_row_levels_nosort
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
>   /usr/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::()::test_guess_datetime_format_with_dayfirst[True-%d/%m/%Y]
>   /usr/lib/python2.7/dist-packages/dateutil/parser/__init__.py:46: DeprecationWarning: _timelex is a private class and may break without warning, it will be moved and or renamed in future versions.
>     warnings.warn(msg, DeprecationWarning)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::()::test_guess_datetime_format_with_dayfirst[False-%m/%d/%Y]
>   /usr/lib/python2.7/dist-packages/dateutil/parser/__init__.py:46: DeprecationWarning: _timelex is a private class and may break without warning, it will be moved and or renamed in future versions.
>     warnings.warn(msg, DeprecationWarning)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::()::test_guess_datetime_format_with_locale_specific_formats[30/Dec/2011-%d/%b/%Y]
>   /usr/lib/python2.7/dist-packages/dateutil/parser/__init__.py:46: DeprecationWarning: _timelex is a private class and may break without warning, it will be moved and or renamed in future versions.
>     warnings.warn(msg, DeprecationWarning)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::()::test_guess_datetime_format_with_locale_specific_formats[30/December/2011-%d/%B/%Y]
>   /usr/lib/python2.7/dist-packages/dateutil/parser/__init__.py:46: DeprecationWarning: _timelex is a private class and may break without warning, it will be moved and or renamed in future versions.
>     warnings.warn(msg, DeprecationWarning)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::()::test_guess_datetime_format_with_locale_specific_formats[30/Dec/2011 00:00:00-%d/%b/%Y %H:%M:%S]
>   /usr/lib/python2.7/dist-packages/dateutil/parser/__init__.py:46: DeprecationWarning: _timelex is a private class and may break without warning, it will be moved and or renamed in future versions.
>     warnings.warn(msg, DeprecationWarning)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::()::test_guess_datetime_format_invalid_inputs
>   /usr/lib/python2.7/dist-packages/dateutil/parser/__init__.py:46: DeprecationWarning: _timelex is a private class and may break without warning, it will be moved and or renamed in future versions.
>     warnings.warn(msg, DeprecationWarning)
>   /usr/lib/python2.7/dist-packages/dateutil/parser/__init__.py:46: DeprecationWarning: _timelex is a private class and may break without warning, it will be moved and or renamed in future versions.
>     warnings.warn(msg, DeprecationWarning)
>   /usr/lib/python2.7/dist-packages/dateutil/parser/__init__.py:46: DeprecationWarning: _timelex is a private class and may break without warning, it will be moved and or renamed in future versions.
>     warnings.warn(msg, DeprecationWarning)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::()::test_guess_datetime_format_nopadding[2011-1-1-%Y-%m-%d]
>   /usr/lib/python2.7/dist-packages/dateutil/parser/__init__.py:46: DeprecationWarning: _timelex is a private class and may break without warning, it will be moved and or renamed in future versions.
>     warnings.warn(msg, DeprecationWarning)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::()::test_guess_datetime_format_nopadding[30-1-2011-%d-%m-%Y]
>   /usr/lib/python2.7/dist-packages/dateutil/parser/__init__.py:46: DeprecationWarning: _timelex is a private class and may break without warning, it will be moved and or renamed in future versions.
>     warnings.warn(msg, DeprecationWarning)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::()::test_guess_datetime_format_nopadding[1/1/2011-%m/%d/%Y]
>   /usr/lib/python2.7/dist-packages/dateutil/parser/__init__.py:46: DeprecationWarning: _timelex is a private class and may break without warning, it will be moved and or renamed in future versions.
>     warnings.warn(msg, DeprecationWarning)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::()::test_guess_datetime_format_nopadding[2011-1-1 00:00:00-%Y-%m-%d %H:%M:%S]
>   /usr/lib/python2.7/dist-packages/dateutil/parser/__init__.py:46: DeprecationWarning: _timelex is a private class and may break without warning, it will be moved and or renamed in future versions.
>     warnings.warn(msg, DeprecationWarning)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::()::test_guess_datetime_format_nopadding[2011-1-1 0:0:0-%Y-%m-%d %H:%M:%S]
>   /usr/lib/python2.7/dist-packages/dateutil/parser/__init__.py:46: DeprecationWarning: _timelex is a private class and may break without warning, it will be moved and or renamed in future versions.
>     warnings.warn(msg, DeprecationWarning)
> 
> debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::()::test_guess_datetime_format_nopadding[2011-1-3T00:00:0-%Y-%m-%dT%H:%M:%S]
>   /usr/lib/python2.7/dist-packages/dateutil/parser/__init__.py:46: DeprecationWarning: _timelex is a private class and may break without warning, it will be moved and or renamed in future versions.
>     warnings.warn(msg, DeprecationWarning)
> 
> -- Docs: https://docs.pytest.org/en/latest/warnings.html
>  23116 passed, 2807 skipped, 742 deselected, 80 xfailed, 28 xpassed, 152 warnings in 846.21 seconds 
> XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":99"
> 
>       after 11 requests (8 known processed) with 0 events remaining.
> 
> echo "backend : Agg" >| /<<PKGBUILDDIR>>/build/matplotlibrc
> : # Run unittests here against installed pandas
> 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 ci/print_versions.py; \
>     cd build/; LOCALE_OVERRIDE=C xvfb-run -a -s "-screen 0 1280x1024x24 -noreset" \
>       python3.7 -m pytest -s -v -m "not single and not network and not disabled "    $PYTHONPATH/pandas;
> ci/print_versions.py:5: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
>   import imp
> 
> INSTALLED VERSIONS
> ------------------
> commit: None
> python: 3.7.2.final.0
> python-bits: 64
> OS: Linux
> OS-release: 4.9.0-8-amd64
> machine: x86_64
> processor: 
> byteorder: little
> LC_ALL: POSIX
> LANG: en_US.UTF-8
> LOCALE: None.None
> 
> pandas: 0.23.3
> pytest: 3.10.1
> pip: None
> setuptools: 40.8.0
> Cython: 0.29.2
> numpy: 1.16.1
> scipy: 1.1.0
> pyarrow: None
> xarray: None
> IPython: None
> sphinx: 1.8.4
> patsy: None
> dateutil: 2.7.3
> pytz: 2018.9
> blosc: None
> bottleneck: None
> tables: 3.4.4
> numexpr: 2.6.9
> feather: None
> matplotlib: 3.0.2
> openpyxl: 2.4.9
> xlrd: 1.1.0
> xlwt: 1.3.0
> xlsxwriter: 1.1.2
> lxml: 4.3.1
> bs4: 4.7.1
> html5lib: 1.0.1
> sqlalchemy: None
> pymysql: None
> psycopg2: None
> jinja2: 2.10
> s3fs: None
> fastparquet: None
> pandas_gbq: None
> pandas_datareader: None
> ============================= test session starts ==============================
> platform linux -- Python 3.7.2+, pytest-3.10.1, py-1.7.0, pluggy-0.8.0 -- /usr/bin/python3.7
> cachedir: .pytest_cache
> rootdir: /<<PKGBUILDDIR>>, inifile: setup.cfg
> collecting ... collected 26774 items / 742 deselected / 2 skipped
> 
> ../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_uint64_factorize 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::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::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_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::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] XPASS
> ../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 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_lookup_overflow 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 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::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
> ../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 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_ops PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestIndexOps::test_nanops 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 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestIndexOps::test_value_counts_inferred PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestIndexOps::test_value_counts_bins 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::TestTranspose::test_binary_ops_docs 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-rdtype0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-tolist-int16-rdtype1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-tolist-int32-rdtype2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-tolist-int64-rdtype3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-tolist-uint8-rdtype4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-tolist-uint16-rdtype5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-tolist-uint32-rdtype6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-tolist-uint64-rdtype7] 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-list-int8-rdtype0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-list-int16-rdtype1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-list-int32-rdtype2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-list-int64-rdtype3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-list-uint8-rdtype4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-list-uint16-rdtype5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-list-uint32-rdtype6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-list-uint64-rdtype7] 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-rdtype0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-iter-int16-rdtype1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-iter-int32-rdtype2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-iter-int64-rdtype3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-iter-uint8-rdtype4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-iter-uint16-rdtype5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-iter-uint32-rdtype6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-iter-uint64-rdtype7] 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-rdtype0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-tolist-int16-rdtype1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-tolist-int32-rdtype2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-tolist-int64-rdtype3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-tolist-uint8-rdtype4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-tolist-uint16-rdtype5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-tolist-uint32-rdtype6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-tolist-uint64-rdtype7] 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-list-int8-rdtype0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-list-int16-rdtype1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-list-int32-rdtype2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-list-int64-rdtype3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-list-uint8-rdtype4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-list-uint16-rdtype5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-list-uint32-rdtype6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-list-uint64-rdtype7] 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-rdtype0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-iter-int16-rdtype1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-iter-int32-rdtype2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-iter-int64-rdtype3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-iter-uint8-rdtype4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-iter-uint16-rdtype5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-iter-uint32-rdtype6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-iter-uint64-rdtype7] 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-rdtype1-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-rdtype3-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-rdtype1-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-rdtype3-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-rdtype1-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-rdtype3-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-rdtype1-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-rdtype3-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-rdtype1-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-rdtype3-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-rdtype1-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-rdtype3-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_items[int8-rdtype0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_items[int16-rdtype1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_items[int32-rdtype2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_items[int64-rdtype3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_items[uint8-rdtype4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_items[uint16-rdtype5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_items[uint32-rdtype6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_items[uint64-rdtype7] 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-rdtype0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Series-int16-rdtype1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Series-int32-rdtype2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Series-int64-rdtype3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Series-uint8-rdtype4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Series-uint16-rdtype5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Series-uint32-rdtype6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Series-uint64-rdtype7] 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-rdtype14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Series-category-rdtype15] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Index-int8-rdtype0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Index-int16-rdtype1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Index-int32-rdtype2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Index-int64-rdtype3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Index-uint8-rdtype4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Index-uint16-rdtype5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Index-uint32-rdtype6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Index-uint64-rdtype7] 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-rdtype14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Index-category-rdtype15] 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[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-ndarray-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_values_consistent[array4-DatetimeIndex-datetime64[ns, US/Central]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_values_consistent[array5-ndarray-m8[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_values_consistent[array6-ndarray-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_values_consistent[array7-ndarray-object] PASSED
> ../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] xfail
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_mut_exclusive PASSED
> ../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_iterpairs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_split_ranges PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_map_indices_py PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_union PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_difference PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_intersection PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_groupby 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 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_compression_size[None-to_pickle-obj0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_compression_size[None-to_pickle-obj1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_compression_size[None-to_json-obj0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_compression_size[None-to_json-obj1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_compression_size[None-to_csv-obj0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_compression_size[None-to_csv-obj1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_compression_size[gzip-to_pickle-obj0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_compression_size[gzip-to_pickle-obj1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_compression_size[gzip-to_json-obj0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_compression_size[gzip-to_json-obj1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_compression_size[gzip-to_csv-obj0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_compression_size[gzip-to_csv-obj1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_compression_size[bz2-to_pickle-obj0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_compression_size[bz2-to_pickle-obj1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_compression_size[bz2-to_json-obj0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_compression_size[bz2-to_json-obj1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_compression_size[bz2-to_csv-obj0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_compression_size[bz2-to_csv-obj1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_compression_size[zip-to_pickle-obj0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_compression_size[zip-to_pickle-obj1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_compression_size[zip-to_json-obj0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_compression_size[zip-to_json-obj1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_compression_size[zip-to_csv-obj0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_compression_size[zip-to_csv-obj1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_compression_size[xz-to_pickle-obj0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_compression_size[xz-to_pickle-obj1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_compression_size[xz-to_json-obj0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_compression_size[xz-to_json-obj1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_compression_size[xz-to_csv-obj0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_compression_size[xz-to_csv-obj1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_compression_size_fh[gzip-to_csv-obj0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_compression_size_fh[gzip-to_csv-obj1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_compression_size_fh[gzip-to_json-obj0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_compression_size_fh[gzip-to_json-obj1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_compression_size_fh[bz2-to_csv-obj0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_compression_size_fh[bz2-to_csv-obj1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_compression_size_fh[bz2-to_json-obj0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_compression_size_fh[bz2-to_json-obj1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_compression_size_fh[zip-to_csv-obj0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_compression_size_fh[zip-to_csv-obj1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_compression_size_fh[zip-to_json-obj0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_compression_size_fh[zip-to_json-obj1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_compression_size_fh[xz-to_csv-obj0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_compression_size_fh[xz-to_csv-obj1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_compression_size_fh[xz-to_json-obj0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_compression_size_fh[xz-to_json-obj1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_compression_warning[gzip] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_compression_warning[bz2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_compression_warning[zip] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_compression_warning[xz] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_compat.py::TestBuiltinIterators::test_range PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_compat.py::TestBuiltinIterators::test_map PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_compat.py::TestBuiltinIterators::test_filter PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_compat.py::TestBuiltinIterators::test_zip PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_compat.py::TestBuiltinIterators::test_dict_iterators PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_compat.py::TestCompatFunctions::test_get_range_parameters[0-10-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_compat.py::TestCompatFunctions::test_get_range_parameters[11--2--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_compat.py::TestCompatFunctions::test_get_range_parameters[0--5-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_compat.py::TestCompatFunctions::test_get_range_parameters[2-4-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_compat.py::test_re_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_config.py::TestConfig::test_api PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_config.py::TestConfig::test_is_one_of_factory PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_config.py::TestConfig::test_register_option PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_config.py::TestConfig::test_describe_option PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_config.py::TestConfig::test_case_insensitive PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_config.py::TestConfig::test_get_option PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_config.py::TestConfig::test_set_option PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_config.py::TestConfig::test_set_option_empty_args PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_config.py::TestConfig::test_set_option_uneven_args PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_config.py::TestConfig::test_set_option_invalid_single_argument_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_config.py::TestConfig::test_set_option_multiple PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_config.py::TestConfig::test_validation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_config.py::TestConfig::test_reset_option PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_config.py::TestConfig::test_reset_option_all PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_config.py::TestConfig::test_deprecate_option zounds!
> PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_config.py::TestConfig::test_config_prefix PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_config.py::TestConfig::test_callback PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_config.py::TestConfig::test_set_ContextManager PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_config.py::TestConfig::test_attribute_access PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_config.py::TestConfig::test_option_context_scope PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_config.py::TestConfig::test_dictwrapper_getattr PASSED
> ../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 SKIPPED
> ../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_pyarrow SKIPPED
> ../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
> ../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_integer_panel 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_float_panel 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_mixed_panel 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_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
> ../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
> ../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_getitem_simple PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_getitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_getitem_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_setitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_slice_partial PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_getitem_setitem_boolean PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_getitem_setitem_slice PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_getitem_setitem_multislice PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_getitem_multicolumn_empty_level PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_setitem_multi_column PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_getitem_tuple_plus_slice PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_getitem_setitem_tuple_plus_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_xs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_xs_partial PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_xs_level PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_xs_level_multiple PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_xs_level0 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_xs_level_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_get_loc_single_level PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_getitem_toplevel PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_getitem_setitem_slice_integers PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_getitem_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_getitem_partial PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_setitem_change_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_setitem_ix PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_fancy_slice_partial PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_getitem_partial_column_select 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_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_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_swaplevel_panel 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_frame_getitem_view 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] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False] 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_ix_preserve_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_partial_set 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_getitem_lowerdim_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_partial_ix_missing SKIPPED
> ../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_int_series_slicing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_mixed_depth_get[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_mixed_depth_get[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_mixed_depth_insert 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_setitem_multiple_partial 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_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_dataframe_insert_column_all_na 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_set_column_scalar_with_ix 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_indexing_ambiguity_bug_1678 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_nonunique_assignment_1750 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_indexing_over_hashtable_size_cutoff 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::TestMultiLevel::test_iloc_mi 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_getitem_multilevel_index_tuple_not_sorted PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestSorted::test_getitem_slice_not_sorted PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestSorted::test_frame_getitem_not_sorted2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestSorted::test_frame_getitem_not_sorted PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestSorted::test_series_getitem_not_sorted 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
> ../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::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_np_version_under1p13[nanmin-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::test_numpy_ops_np_version_under1p13[nanmax-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_pickle PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_rank PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_cumsum PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_copy_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_iter PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_count PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_sum PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_mean PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_prod PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_median PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_min PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_max PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_skew PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_var PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_std PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_sem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_get_axis PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_set_axis PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_get_axis_number PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_get_axis_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_get_plane_axes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_truncate PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_arith PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_keys PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_iteritems PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_combineFrame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_combinePanel PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_raise_when_not_implemented PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_select PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_abs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_getitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_delitem_and_pop PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_setitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_setitem_ndarray PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_set_minor_major PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_major_xs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_major_xs_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_minor_xs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_minor_xs_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_xs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_getitem_fancy_labels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_getitem_fancy_slice PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_getitem_fancy_ints PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_getitem_fancy_xs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_getitem_fancy_xs_check_view PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_getitem_callable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_ix_setitem_slice_dataframe PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_ix_align PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_ix_frame_align PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_logical_with_nas PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_neg PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_invert PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_comparisons PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_get_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_set_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_constructor PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_constructor_cast PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_constructor_empty_panel PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_constructor_observe_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_constructor_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_constructor_fails_with_not_3d_input PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_consolidate PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_ctor_dict PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_constructor_dict_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_ctor_orderedDict PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_constructor_resize PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_from_dict_mixed_orient PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_constructor_error_msgs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_conform PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_convert_objects PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_astype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_apply PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_apply_slabs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_apply_no_or_zero_ndim PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_reindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_reindex_axis_style PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_reindex_multi PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_reindex_like PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_take PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_sort_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_fillna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_ffill_bfill PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_truncate_fillna_bug PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_swapaxes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_transpose PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_transpose_copy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_to_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_to_frame_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_to_frame_multi_major PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_to_frame_multi_major_minor PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_to_frame_multi_drop_level PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_to_panel_na_handling PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_to_panel_duplicates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_panel_dups PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_filter PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_compound PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_shift PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_tshift PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_pct_change PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_round PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_numpy_round PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_multiindex_get PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_multiindex_blocks PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_repr_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_rename PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_get_attr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_from_frame_level1_unsorted PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_to_excel PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_to_excel_xlsxwriter PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_dropna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_drop PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_update PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_update_from_dict PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_update_nooverwrite PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_update_filtered PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_update_raise PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_all_any PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_all_any_unhandled PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::test_sort_values PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestLongPanel::test_ops_differently_indexed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestLongPanel::test_ops_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestLongPanel::test_combineFrame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestLongPanel::test_combinePanel PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestLongPanel::test_combine_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestLongPanel::test_combine_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestLongPanel::test_operators PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestLongPanel::test_arith_flex_panel PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestLongPanel::test_sort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestLongPanel::test_to_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestLongPanel::test_to_sparse PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestLongPanel::test_truncate PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestLongPanel::test_axis_dummies PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestLongPanel::test_get_dummies PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestLongPanel::test_mean PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestLongPanel::test_sum PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestLongPanel::test_count PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestLongPanel::test_join PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestLongPanel::test_pivot PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::test_panel_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::test_panel_np_all PASSED
> ../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
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestResampleAPI::test_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestResampleAPI::test_api PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestResampleAPI::test_groupby_resample_api PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestResampleAPI::test_groupby_resample_on_api PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestResampleAPI::test_pipe PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestResampleAPI::test_getitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestResampleAPI::test_select_bad_cols PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestResampleAPI::test_attribute_access PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestResampleAPI::test_api_compat_before_use PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestResampleAPI::tests_skip_nuisance PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestResampleAPI::test_downsample_but_actually_upsampling PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestResampleAPI::test_combined_up_downsampling_of_irregular PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestResampleAPI::test_transform PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestResampleAPI::test_fillna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestResampleAPI::test_apply_without_aggregation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestResampleAPI::test_agg_consistency PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestResampleAPI::test_agg PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestResampleAPI::test_agg_misc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestResampleAPI::test_agg_nested_dicts PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestResampleAPI::test_try_aggregate_non_existing_column PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestResampleAPI::test_selection_api_validation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_asfreq[Series-2D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_asfreq[Series-1H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_asfreq[DataFrame-2D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_asfreq[DataFrame-1H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_asfreq_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_interpolate PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_raises_on_non_datetimelike_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_empty_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_empty_dataframe PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_empty_dtypes[float-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_empty_dtypes[float-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_empty_dtypes[float-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_empty_dtypes[int-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_empty_dtypes[int-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_empty_dtypes[int-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_empty_dtypes[object-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_empty_dtypes[object-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_empty_dtypes[object-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_empty_dtypes[datetime64[ns]-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_empty_dtypes[datetime64[ns]-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_empty_dtypes[datetime64[ns]-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_loffset_arg_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_apply_to_empty_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_custom_grouper PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_basic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_string_kwargs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_how PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_numpy_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_how_callables PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_with_timedeltas PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_single_period_timedelta PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_timedelta_idempotency PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_rounding PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_basic_from_daily PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_upsampling_picked_but_not_correct PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_frame_basic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_loffset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_loffset_upsample PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_loffset_count PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_upsample PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_how_method PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_extra_index_point PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_upsample_with_limit PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_nearest_upsample_with_limit PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_ohlc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_ohlc_result PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_ohlc_dataframe PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_dup_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_reresample PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_timestamp_to_period PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_ohlc_5min PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_downsample_non_unique PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_asfreq_non_unique PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_axis1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_panel PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_panel_numpy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_anchored_ticks PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_single_group PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_base_with_timedeltaindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_categorical_data_with_timedeltaindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_daily_anchored PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_to_period_monthly_buglet PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_period_with_agg PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_segfault PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_dtype_preservation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_dtype_coerceion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_weekly_resample_buglet PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_monthly_resample_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_nanosecond_resample_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_anchored_intraday PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_anchored_monthstart PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_anchored_multiday PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_corner_cases PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_anchored_lowercase_buglet PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_upsample_apply_functions PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_not_monotonic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_median_bug_1688 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_how_lambda_functions PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_unequal_times PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_consistency PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_timegrouper PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_nunique PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_nunique_with_date_gap PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_group_info PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_size PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_across_dst PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_dst_anchor PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_with_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_timedelta_values PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestDatetimeIndex::test_resample_datetime_values PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_interpolate PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_raises_on_non_datetimelike_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_empty_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_empty_dataframe PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_empty_dtypes[float-index0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_empty_dtypes[int-index0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_empty_dtypes[object-index0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_empty_dtypes[datetime64[ns]-index0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_loffset_arg_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_apply_to_empty_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_asfreq[Series-period-2D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_asfreq[Series-period-1H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_asfreq[Series-period-2H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_asfreq[Series-None-2D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_asfreq[Series-None-1H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_asfreq[Series-None-2H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_asfreq[Series-timestamp-2D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_asfreq[Series-timestamp-1H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_asfreq[Series-timestamp-2H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_asfreq[DataFrame-period-2D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_asfreq[DataFrame-period-1H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_asfreq[DataFrame-period-2H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_asfreq[DataFrame-None-2D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_asfreq[DataFrame-None-1H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_asfreq[DataFrame-None-2H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_asfreq[DataFrame-timestamp-2D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_asfreq[DataFrame-timestamp-1H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_asfreq[DataFrame-timestamp-2H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_asfreq_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_selection[None-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_selection[None-12H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_selection[None-2D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_selection[None-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_selection[period-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_selection[period-12H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_selection[period-2D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_selection[period-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_selection[timestamp-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_selection[timestamp-12H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_selection[timestamp-2D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_selection[timestamp-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_annual_upsample_D_s_f PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_annual_upsample_D_e_f PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_annual_upsample_D_s_b PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_annual_upsample_D_e_b PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_annual_upsample_B_s_f PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_annual_upsample_B_e_f PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_annual_upsample_B_s_b PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_annual_upsample_B_e_b PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_annual_upsample_M_s_f PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_annual_upsample_M_e_f PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_annual_upsample_M_s_b PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_annual_upsample_M_e_b PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_basic_downsample PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_not_subperiod PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_basic_upsample[D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_basic_upsample[2D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_upsample_with_limit PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_annual_upsample PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_quarterly_upsample PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_monthly_upsample PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_basic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_count[M-expected_vals0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_count[2M-expected_vals1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_same_freq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_incompat_freq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_with_local_timezone_pytz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_with_pytz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_with_local_timezone_dateutil PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_fill_method_and_how_upsample PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_weekly_upsample PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_to_timestamps PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_to_quarterly PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_fill_missing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_cant_fill_missing_dups PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_5minute[period-5min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_5minute[None-5min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_5minute[timestamp-5min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_upsample_daily_business_daily PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_irregular_sparse PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_weekly_all_na PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_tz_localized PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_closed_left_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_quarterly_resampling PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_weekly_bug_1726 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_with_dst_time_change PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_bms_2752 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_default_right_closed_label PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_default_left_closed_label PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_all_values_single_bin PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_evenly_divisible_with_no_extra_bins PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_loffset_returns_datetimeindex[mean-period] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_loffset_returns_datetimeindex[mean-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_loffset_returns_datetimeindex[mean-timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_loffset_returns_datetimeindex[agg_arg1-period] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_loffset_returns_datetimeindex[agg_arg1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_loffset_returns_datetimeindex[agg_arg1-timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_loffset_returns_datetimeindex[agg_arg2-period] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_loffset_returns_datetimeindex[agg_arg2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_loffset_returns_datetimeindex[agg_arg2-timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_upsampling_ohlc[None-H-24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_upsampling_ohlc[None-12H-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_upsampling_ohlc[period-H-24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_upsampling_ohlc[period-12H-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_with_nat[1s-expected_values0-periods0-values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_with_nat[1s-expected_values0-periods1-values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_with_nat[2s-expected_values1-periods0-values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_with_nat[2s-expected_values1-periods1-values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_with_nat[3s-expected_values2-periods0-values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_with_nat[3s-expected_values2-periods1-values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestPeriodIndex::test_resample_with_only_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestTimedeltaIndex::test_asfreq[Series-2D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestTimedeltaIndex::test_asfreq[Series-1H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestTimedeltaIndex::test_asfreq[DataFrame-2D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestTimedeltaIndex::test_asfreq[DataFrame-1H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestTimedeltaIndex::test_asfreq_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestTimedeltaIndex::test_resample_interpolate PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestTimedeltaIndex::test_raises_on_non_datetimelike_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestTimedeltaIndex::test_resample_empty_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestTimedeltaIndex::test_resample_empty_dataframe PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestTimedeltaIndex::test_resample_empty_dtypes[float-index0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestTimedeltaIndex::test_resample_empty_dtypes[int-index0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestTimedeltaIndex::test_resample_empty_dtypes[object-index0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestTimedeltaIndex::test_resample_empty_dtypes[datetime64[ns]-index0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestTimedeltaIndex::test_resample_loffset_arg_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestTimedeltaIndex::test_apply_to_empty_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestTimedeltaIndex::test_asfreq_bug PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestResamplerGrouper::test_tab_complete_ipython6_warning SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestResamplerGrouper::test_deferred_with_groupby PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestResamplerGrouper::test_getitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestResamplerGrouper::test_getitem_multiple PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestResamplerGrouper::test_groupby_resample_on_api_with_getitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestResamplerGrouper::test_nearest PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestResamplerGrouper::test_methods PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestResamplerGrouper::test_apply PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestResamplerGrouper::test_apply_with_mutated_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestResamplerGrouper::test_resample_groupby_with_label PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestResamplerGrouper::test_consistency_with_window PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestResamplerGrouper::test_median_duplicate_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestTimeGrouper::test_apply PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestTimeGrouper::test_count PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestTimeGrouper::test_numpy_reduction PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestTimeGrouper::test_apply_iteration PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestTimeGrouper::test_panel_aggregation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestTimeGrouper::test_fails_on_no_datetime_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestTimeGrouper::test_aaa_group_order PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestTimeGrouper::test_aggregate_normal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestTimeGrouper::test_resample_entirly_nat_window[sum-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestTimeGrouper::test_resample_entirly_nat_window[prod-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestTimeGrouper::test_aggregate_with_nat[min-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestTimeGrouper::test_aggregate_with_nat[max-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestTimeGrouper::test_aggregate_with_nat[sum-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestTimeGrouper::test_aggregate_with_nat[prod-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestTimeGrouper::test_aggregate_with_nat[count-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestTimeGrouper::test_aggregate_with_nat_size PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestTimeGrouper::test_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestTimeGrouper::test_upsample_sum[sum-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_resample.py::TestTimeGrouper::test_upsample_sum[prod-1] PASSED
> ../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 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_strings.py::TestStringMethods::test_api 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_cat 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-category] 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-category] 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-category] 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-category] 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_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_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 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_pipe_failures PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_slice 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_unicode 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_strip_lstrip_rstrip_args_unicode 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_more_contains 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_more_replace 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_take.py::TestTake::test_1d_with_out PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_1d_fill_nonna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_with_out PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_fill_nonna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_3d_with_out PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_3d_fill_nonna 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
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestApi::test_getitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestApi::test_select_bad_cols PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestApi::test_attribute_access PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestApi::tests_skip_nuisance PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestApi::test_skip_sum_object_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestApi::test_agg PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestApi::test_agg_apply[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestApi::test_agg_apply[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestApi::test_agg_consistency PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestApi::test_agg_nested_dicts PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestApi::test_count_nonnumeric_types PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestApi::test_window_with_args PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestApi::test_preserve_metadata PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestWindow::test_constructor[series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestWindow::test_constructor[frame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestWindow::test_constructor_with_win_type[triang-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestWindow::test_constructor_with_win_type[triang-frame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestWindow::test_constructor_with_win_type[blackman-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestWindow::test_constructor_with_win_type[blackman-frame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestWindow::test_constructor_with_win_type[hamming-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestWindow::test_constructor_with_win_type[hamming-frame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestWindow::test_constructor_with_win_type[bartlett-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestWindow::test_constructor_with_win_type[bartlett-frame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestWindow::test_constructor_with_win_type[bohman-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestWindow::test_constructor_with_win_type[bohman-frame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestWindow::test_constructor_with_win_type[blackmanharris-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestWindow::test_constructor_with_win_type[blackmanharris-frame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestWindow::test_constructor_with_win_type[nuttall-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestWindow::test_constructor_with_win_type[nuttall-frame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestWindow::test_constructor_with_win_type[barthann-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestWindow::test_constructor_with_win_type[barthann-frame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestWindow::test_numpy_compat[sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestWindow::test_numpy_compat[mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRolling::test_doc_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRolling::test_constructor[series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRolling::test_constructor[frame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRolling::test_constructor_with_win_type[series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRolling::test_constructor_with_win_type[frame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRolling::test_constructor_with_timedelta_window[window0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRolling::test_constructor_with_timedelta_window[window1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRolling::test_constructor_timedelta_window_and_minperiods[True-window0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRolling::test_constructor_timedelta_window_and_minperiods[True-window1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRolling::test_constructor_timedelta_window_and_minperiods[True-3D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRolling::test_constructor_timedelta_window_and_minperiods[False-window0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRolling::test_constructor_timedelta_window_and_minperiods[False-window1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRolling::test_constructor_timedelta_window_and_minperiods[False-3D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRolling::test_numpy_compat[std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRolling::test_numpy_compat[mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRolling::test_numpy_compat[sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRolling::test_numpy_compat[max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRolling::test_numpy_compat[min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRolling::test_numpy_compat[var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRolling::test_closed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRolling::tests_empty_df_rolling[1s] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRolling::tests_empty_df_rolling[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRolling::test_missing_minp_zero PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRolling::test_missing_minp_zero_variable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRolling::test_multi_index_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRolling::test_iter_raises[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRolling::test_iter_raises[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestExpanding::test_doc_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestExpanding::test_constructor[series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestExpanding::test_constructor[frame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestExpanding::test_numpy_compat[std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestExpanding::test_numpy_compat[mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestExpanding::test_numpy_compat[sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestExpanding::test_numpy_compat[max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestExpanding::test_numpy_compat[min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestExpanding::test_numpy_compat[var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestExpanding::test_empty_df_expanding[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestExpanding::test_empty_df_expanding[ls] xfail
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestExpanding::test_missing_minp_zero PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestExpanding::test_iter_raises[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestExpanding::test_iter_raises[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestEWM::test_doc_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestEWM::test_constructor[series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestEWM::test_constructor[frame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestEWM::test_numpy_compat[std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestEWM::test_numpy_compat[mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestEWM::test_numpy_compat[var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestDtype_object::test_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestDtype_int8::test_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestDtype_int16::test_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestDtype_int32::test_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestDtype_int64::test_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestDtype_uint8::test_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestDtype_uint16::test_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestDtype_uint32::test_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestDtype_uint64::test_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestDtype_float16::test_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestDtype_float32::test_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestDtype_float64::test_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestDtype_category::test_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestDtype_timedelta::test_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestDtype_datetime::test_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestDtype_datetime64UTC::test_dtypes SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_centered_axis_validation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_sum PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_count PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_mean PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_mean PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_na_min_periods PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_regular[triang] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_regular[blackman] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_regular[hamming] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_regular[bartlett] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_regular[bohman] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_regular[blackmanharris] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_regular[nuttall] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_regular[barthann] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_regular_linear_range[triang] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_regular_linear_range[blackman] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_regular_linear_range[hamming] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_regular_linear_range[bartlett] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_regular_linear_range[bohman] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_regular_linear_range[blackmanharris] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_regular_linear_range[nuttall] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_regular_linear_range[barthann] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_regular_missing_data[triang] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_regular_missing_data[blackman] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_regular_missing_data[hamming] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_regular_missing_data[bartlett] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_regular_missing_data[bohman] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_regular_missing_data[blackmanharris] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_regular_missing_data[nuttall] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_regular_missing_data[barthann] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_special[kaiser] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_special[gaussian] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_special[general_gaussian] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_special_linear_range[kaiser] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_special_linear_range[gaussian] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_cmov_window_special_linear_range[general_gaussian] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_median PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_min PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_max PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile[0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile[0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile[0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile[0.9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile[1.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_np_percentile PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data0-linear-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data0-linear-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data0-linear-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data0-linear-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data0-linear-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data0-lower-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data0-lower-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data0-lower-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data0-lower-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data0-lower-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data0-higher-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data0-higher-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data0-higher-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data0-higher-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data0-higher-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data0-nearest-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data0-nearest-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data0-nearest-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data0-nearest-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data0-nearest-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data0-midpoint-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data0-midpoint-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data0-midpoint-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data0-midpoint-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data0-midpoint-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data1-linear-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data1-linear-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data1-linear-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data1-linear-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data1-linear-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data1-lower-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data1-lower-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data1-lower-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data1-lower-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data1-lower-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data1-higher-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data1-higher-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data1-higher-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data1-higher-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data1-higher-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data1-nearest-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data1-nearest-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data1-nearest-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data1-nearest-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data1-nearest-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data1-midpoint-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data1-midpoint-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data1-midpoint-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data1-midpoint-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data1-midpoint-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data2-linear-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data2-linear-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data2-linear-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data2-linear-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data2-linear-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data2-lower-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data2-lower-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data2-lower-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data2-lower-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data2-lower-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data2-higher-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data2-higher-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data2-higher-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data2-higher-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data2-higher-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data2-nearest-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data2-nearest-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data2-nearest-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data2-nearest-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data2-nearest-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data2-midpoint-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data2-midpoint-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data2-midpoint-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data2-midpoint-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data2-midpoint-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data3-linear-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data3-linear-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data3-linear-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data3-linear-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data3-linear-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data3-lower-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data3-lower-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data3-lower-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data3-lower-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data3-lower-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data3-higher-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data3-higher-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data3-higher-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data3-higher-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data3-higher-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data3-nearest-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data3-nearest-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data3-nearest-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data3-nearest-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data3-nearest-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data3-midpoint-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data3-midpoint-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data3-midpoint-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data3-midpoint-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data3-midpoint-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data4-linear-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data4-linear-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data4-linear-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data4-linear-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data4-linear-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data4-lower-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data4-lower-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data4-lower-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data4-lower-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data4-lower-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data4-higher-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data4-higher-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data4-higher-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data4-higher-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data4-higher-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data4-nearest-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data4-nearest-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data4-nearest-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data4-nearest-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data4-nearest-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data4-midpoint-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data4-midpoint-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data4-midpoint-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data4-midpoint-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data4-midpoint-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data5-linear-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data5-linear-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data5-linear-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data5-linear-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data5-linear-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data5-lower-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data5-lower-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data5-lower-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data5-lower-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data5-lower-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data5-higher-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data5-higher-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data5-higher-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data5-higher-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data5-higher-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data5-nearest-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data5-nearest-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data5-nearest-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data5-nearest-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data5-nearest-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data5-midpoint-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data5-midpoint-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data5-midpoint-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data5-midpoint-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data5-midpoint-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data6-linear-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data6-linear-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data6-linear-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data6-linear-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data6-linear-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data6-lower-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data6-lower-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data6-lower-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data6-lower-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data6-lower-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data6-higher-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data6-higher-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data6-higher-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data6-higher-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data6-higher-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data6-nearest-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data6-nearest-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data6-nearest-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data6-nearest-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data6-nearest-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data6-midpoint-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data6-midpoint-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data6-midpoint-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data6-midpoint-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_interpolation_options[data6-midpoint-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_invalid_quantile_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_quantile_param PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_apply[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_apply[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_apply_future_warning[<lambda>0-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_apply_future_warning[<lambda>0-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_apply_future_warning[<lambda>1-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_apply_future_warning[<lambda>1-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_apply_out_of_bounds[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_apply_out_of_bounds[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_apply_with_pandas_objects[2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_apply_with_pandas_objects[2s] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_std PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_std_1obs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_std_neg_sqrt PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_var PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_skew PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_rolling_kurt PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_ewma PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_ewma_cases[True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_ewma_cases[True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_ewma_cases[False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_ewma_cases[False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_ewma_nan_handling PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_ewmvar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_ewmvol PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_ewma_span_com_args PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_ewma_halflife_arg PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_ewm_alpha PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_ewm_alpha_arg PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_ewm_domain_checks PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_ew_empty_series[mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_ew_empty_series[vol] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMoments::test_ew_empty_series[var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestPairwise::test_no_flex[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestPairwise::test_no_flex[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestPairwise::test_pairwise_with_self[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestPairwise::test_pairwise_with_self[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestPairwise::test_pairwise_with_self[<lambda>2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestPairwise::test_pairwise_with_self[<lambda>3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestPairwise::test_pairwise_with_self[<lambda>4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestPairwise::test_pairwise_with_self[<lambda>5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestPairwise::test_no_pairwise_with_self[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestPairwise::test_no_pairwise_with_self[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestPairwise::test_no_pairwise_with_self[<lambda>2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestPairwise::test_no_pairwise_with_self[<lambda>3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestPairwise::test_no_pairwise_with_self[<lambda>4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestPairwise::test_no_pairwise_with_self[<lambda>5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestPairwise::test_pairwise_with_other[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestPairwise::test_pairwise_with_other[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestPairwise::test_pairwise_with_other[<lambda>2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestPairwise::test_pairwise_with_other[<lambda>3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestPairwise::test_pairwise_with_other[<lambda>4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestPairwise::test_pairwise_with_other[<lambda>5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestPairwise::test_no_pairwise_with_other[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestPairwise::test_no_pairwise_with_other[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestPairwise::test_no_pairwise_with_other[<lambda>2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestPairwise::test_no_pairwise_with_other[<lambda>3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestPairwise::test_no_pairwise_with_other[<lambda>4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestPairwise::test_no_pairwise_with_other[<lambda>5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestPairwise::test_pairwise_with_series[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestPairwise::test_pairwise_with_series[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestPairwise::test_pairwise_with_series[<lambda>2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestPairwise::test_pairwise_with_series[<lambda>3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestPairwise::test_pairwise_with_series[<lambda>4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestPairwise::test_pairwise_with_series[<lambda>5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_ewm_consistency[0-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_ewm_consistency[0-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_ewm_consistency[0-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_ewm_consistency[0-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_ewm_consistency[1-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_ewm_consistency[1-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_ewm_consistency[1-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_ewm_consistency[1-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_ewm_consistency[2-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_ewm_consistency[2-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_ewm_consistency[2-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_ewm_consistency[2-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_ewm_consistency[3-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_ewm_consistency[3-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_ewm_consistency[3-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_ewm_consistency[3-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_ewm_consistency[4-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_ewm_consistency[4-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_ewm_consistency[4-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_ewm_consistency[4-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_expanding_consistency[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_expanding_consistency[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_expanding_consistency[2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_expanding_consistency[3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_expanding_consistency[4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[1-0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[1-0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[1-1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[1-1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[2-0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[2-0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[2-1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[2-1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[2-2-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[2-2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[3-0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[3-0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[3-1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[3-1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[3-2-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[3-2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[3-3-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[3-3-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[10-0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[10-0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[10-1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[10-1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[10-2-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[10-2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[10-3-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[10-3-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[10-4-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[10-4-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[10-10-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[10-10-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[20-0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[20-0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[20-1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[20-1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[20-2-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[20-2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[20-3-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[20-3-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[20-4-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[20-4-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[20-20-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_consistency[20-20-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_cov PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_cov_pairwise PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_corr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_corr_pairwise PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_corr_with_zero_variance[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_corr_with_zero_variance[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_corr_with_zero_variance[2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_corr_with_zero_variance[3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_corr_with_zero_variance[4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_corr_with_zero_variance[5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_corr_with_zero_variance[6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_flex_binary_moment PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_corr_sanity PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_flex_binary_frame[corr] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_flex_binary_frame[cov] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_ewmcov PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_ewmcov_pairwise PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_ewmcorr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_ewmcorr_pairwise PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_expanding_apply_args_kwargs[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_expanding_apply_args_kwargs[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_expanding_corr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_expanding_count PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_expanding_quantile PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_expanding_cov PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_expanding_cov_pairwise PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_expanding_corr_pairwise PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_expanding_cov_diff_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_expanding_corr_diff_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_cov_diff_length PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_corr_diff_length PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_functions_window_non_shrinkage[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_functions_window_non_shrinkage[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_functions_window_non_shrinkage[<lambda>2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_functions_window_non_shrinkage[<lambda>3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_functions_window_non_shrinkage[<lambda>4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_functions_window_non_shrinkage[<lambda>5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_functions_window_non_shrinkage[<lambda>6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_functions_window_non_shrinkage[<lambda>7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_functions_window_non_shrinkage[<lambda>8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_functions_window_non_shrinkage[<lambda>9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_functions_window_non_shrinkage[<lambda>10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_functions_window_non_shrinkage[<lambda>11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_functions_window_non_shrinkage[<lambda>12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_functions_window_non_shrinkage[<lambda>13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_functions_window_non_shrinkage[<lambda>14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_functions_window_non_shrinkage_binary PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_moment_functions_zero_length PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_moment_functions_zero_length_pairwise PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_expanding_cov_pairwise_diff_length PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_expanding_corr_pairwise_diff_length PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_skew_edge_cases PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_kurt_edge_cases PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_skew_eq_value_fperr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_kurt_eq_value_fperr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_expanding_func[sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_expanding_func[mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_expanding_func[max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_expanding_func[min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_expanding_apply[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_expanding_apply[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_max_gh6297 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_max_resample PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_min_resample PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_median_resample PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_median_memory_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestMomentsConsistency::test_rolling_min_max_numeric_types PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestGrouperGrouping::test_mutated PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestGrouperGrouping::test_getitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestGrouperGrouping::test_getitem_multiple PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestGrouperGrouping::test_rolling PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestGrouperGrouping::test_rolling_corr_cov PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestGrouperGrouping::test_rolling_apply[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestGrouperGrouping::test_rolling_apply[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestGrouperGrouping::test_rolling_apply_mutability PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestGrouperGrouping::test_expanding PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestGrouperGrouping::test_expanding_corr_cov PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestGrouperGrouping::test_expanding_apply[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestGrouperGrouping::test_expanding_apply[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_doc_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_valid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_on PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_monotonic_on PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_frame_on PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_frame_on2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_basic_regular PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_min_periods PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_closed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_ragged_sum PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_ragged_mean PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_ragged_median PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_ragged_quantile PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_ragged_std PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_ragged_var PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_ragged_skew PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_ragged_kurt PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_ragged_count PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_regular_min PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_ragged_min PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_perf_min PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_ragged_max PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_ragged_apply[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_ragged_apply[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_all PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_all_apply[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_all_apply[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_all2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_groupby_monotonic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_non_monotonic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_window.py::TestRollingTS::test_rolling_cov_offset PASSED
> ../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_api.py::TestDatetoolsDeprecation::test_deprecation_access_func PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/api/test_api.py::TestDatetoolsDeprecation::test_deprecation_access_obj PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/api/test_api.py::TestTopLevelDeprecations::test_pnow PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/api/test_api.py::TestTopLevelDeprecations::test_term PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/api/test_api.py::TestTopLevelDeprecations::test_expr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/api/test_api.py::TestTopLevelDeprecations::test_match PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/api/test_api.py::TestTopLevelDeprecations::test_groupby PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/api/test_api.py::TestTopLevelDeprecations::test_TimeGrouper PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/api/test_api.py::TestTopLevelDeprecations::test_get_store PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/api/test_api.py::TestJson::test_deprecation_access_func PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/api/test_api.py::TestParser::test_deprecation_access_func PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/api/test_api.py::TestLib::test_deprecation_access_func PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/api/test_api.py::TestTSLib::test_deprecation_access_func PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/api/test_api.py::TestTypes::test_deprecation_access_func PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/api/test_api.py::TestCDateRange::test_deprecation_cdaterange PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/api/test_api.py::TestCategoricalMove::test_categorical_move 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
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/api/test_types.py::test_moved_infer_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_algos.py::test_factorize[categories0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_algos.py::test_factorize[categories0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_algos.py::test_factorize[categories1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_algos.py::test_factorize[categories1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_algos.py::test_factorized_sort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_algos.py::test_factorized_sort_ordered PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_algos.py::test_isin_cats PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_algos.py::test_isin_empty[empty0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_algos.py::test_isin_empty[empty1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_algos.py::test_isin_empty[empty2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_algos.py::TestTake::test_take_warns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_algos.py::TestTake::test_take_positive_no_warning PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_algos.py::TestTake::test_take_bounds[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_algos.py::TestTake::test_take_bounds[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_algos.py::TestTake::test_take_empty[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_algos.py::TestTake::test_take_empty[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_algos.py::TestTake::test_positional_take[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_algos.py::TestTake::test_positional_take[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_algos.py::TestTake::test_positional_take_unobserved[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_algos.py::TestTake::test_positional_take_unobserved[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_analytics.py::TestCategoricalAnalytics::test_min_max PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_analytics.py::TestCategoricalAnalytics::test_mode[values0-categories0-exp_mode0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_analytics.py::TestCategoricalAnalytics::test_mode[values1-categories1-exp_mode1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_analytics.py::TestCategoricalAnalytics::test_mode[values2-categories2-exp_mode2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_analytics.py::TestCategoricalAnalytics::test_mode[values3-categories3-exp_mode3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_analytics.py::TestCategoricalAnalytics::test_mode[values4-categories4-exp_mode4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_analytics.py::TestCategoricalAnalytics::test_mode[values5-categories5-exp_mode5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_analytics.py::TestCategoricalAnalytics::test_searchsorted PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_analytics.py::TestCategoricalAnalytics::test_unique PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_analytics.py::TestCategoricalAnalytics::test_unique_ordered PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_analytics.py::TestCategoricalAnalytics::test_unique_index_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_analytics.py::TestCategoricalAnalytics::test_shift PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_analytics.py::TestCategoricalAnalytics::test_nbytes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_analytics.py::TestCategoricalAnalytics::test_memory_usage PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_analytics.py::TestCategoricalAnalytics::test_map PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_analytics.py::TestCategoricalAnalytics::test_validate_inplace PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_analytics.py::TestCategoricalAnalytics::test_repeat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_analytics.py::TestCategoricalAnalytics::test_numpy_repeat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_analytics.py::TestCategoricalAnalytics::test_isna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_ordered_api PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_ordered PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_rename_categories PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_rename_categories_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_rename_categories_dict PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_reorder_categories PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_add_categories PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_categories PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[True-values0-categories0-new_categories0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[True-values1-categories1-new_categories1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[True-values2-categories2-new_categories2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[True-values3-categories3-new_categories3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[True-values4-categories4-new_categories4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[True-values5-categories5-new_categories5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[True-values6-categories6-new_categories6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[True-values7-categories7-new_categories7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[True-values8-categories8-new_categories8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[True-values9-categories9-new_categories9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[True-values10-categories10-new_categories10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[True-values11-categories11-new_categories11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[True-values12-categories12-new_categories12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[False-values0-categories0-new_categories0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[False-values1-categories1-new_categories1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[False-values2-categories2-new_categories2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[False-values3-categories3-new_categories3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[False-values4-categories4-new_categories4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[False-values5-categories5-new_categories5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[False-values6-categories6-new_categories6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[False-values7-categories7-new_categories7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[False-values8-categories8-new_categories8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[False-values9-categories9-new_categories9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[False-values10-categories10-new_categories10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[False-values11-categories11-new_categories11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[False-values12-categories12-new_categories12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_set_categories_private PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_remove_categories PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPI::test_remove_unused_categories PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPIWithFactor::test_describe PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_api.py::TestCategoricalAPIWithFactor::test_set_categories_inplace PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_api.py::TestPrivateCategoricalAPI::test_codes_immutable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_api.py::TestPrivateCategoricalAPI::test_recode_to_categories[codes0-old0-new0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_api.py::TestPrivateCategoricalAPI::test_recode_to_categories[codes1-old1-new1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_api.py::TestPrivateCategoricalAPI::test_recode_to_categories[codes2-old2-new2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_api.py::TestPrivateCategoricalAPI::test_recode_to_categories[codes3-old3-new3-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_api.py::TestPrivateCategoricalAPI::test_recode_to_categories[codes4-old4-new4-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_api.py::TestPrivateCategoricalAPI::test_recode_to_categories[codes5-old5-new5-expected5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_api.py::TestPrivateCategoricalAPI::test_recode_to_categories[codes6-old6-new6-expected6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_api.py::TestPrivateCategoricalAPI::test_recode_to_categories[codes7-old7-new7-expected7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_api.py::TestPrivateCategoricalAPI::test_recode_to_categories[codes8-old8-new8-expected8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_api.py::TestPrivateCategoricalAPI::test_recode_to_categories[codes9-old9-new9-expected9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_api.py::TestPrivateCategoricalAPI::test_recode_to_categories[codes10-old10-new10-expected10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_api.py::TestPrivateCategoricalAPI::test_recode_to_categories[codes11-old11-new11-expected11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_api.py::TestPrivateCategoricalAPI::test_recode_to_categories_large PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_validate_ordered PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_tuples PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_tuples_datetimes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_unsortable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_interval PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_not_sequence PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_with_null PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_with_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_with_generator PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_with_datetimelike PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_from_index_series_datetimetz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_from_index_series_timedelta PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_from_index_series_period PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_invariant PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_with_dtype[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_with_dtype[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_dtype_and_others_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_str_category[True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_str_category[True-categories1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_str_category[True-categories2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_str_category[False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_str_category[False-categories1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_str_category[False-categories2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_str_unknown PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_from_categorical_with_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_from_categorical_with_unknown_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_from_categorical_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_with_categorical_categories PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_from_codes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_from_codes_with_categorical_categories PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_from_inferred_categories[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_from_inferred_categories[category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_from_inferred_categories_sorts[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_from_inferred_categories_sorts[category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_from_inferred_categories_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_from_inferred_categories_coerces PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_construction_with_ordered PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_imaginary xfail
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_is_equal_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_same PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_new_categories PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[True-values0-categories0-new_categories0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[True-values1-categories1-new_categories1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[True-values2-categories2-new_categories2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[True-values3-categories3-new_categories3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[True-values4-categories4-new_categories4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[True-values5-categories5-new_categories5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[True-values6-categories6-new_categories6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[True-values7-categories7-new_categories7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[True-values8-categories8-new_categories8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[True-values9-categories9-new_categories9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[True-values10-categories10-new_categories10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[True-values11-categories11-new_categories11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[True-values12-categories12-new_categories12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[False-values0-categories0-new_categories0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[False-values1-categories1-new_categories1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[False-values2-categories2-new_categories2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[False-values3-categories3-new_categories3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[False-values4-categories4-new_categories4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[False-values5-categories5-new_categories5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[False-values6-categories6-new_categories6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[False-values7-categories7-new_categories7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[False-values8-categories8-new_categories8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[False-values9-categories9-new_categories9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[False-values10-categories10-new_categories10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[False-values11-categories11-new_categories11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[False-values12-categories12-new_categories12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_no_overlap PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_codes_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_astype[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_astype[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_astype_category[True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_astype_category[True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_astype_category[False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_astype_category[False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_iter_python_types PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_dtypes.py::TestCategoricalDtypes::test_iter_python_types_datetime PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_indexing.py::TestCategoricalIndexingWithFactor::test_getitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_indexing.py::TestCategoricalIndexingWithFactor::test_setitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_indexing.py::TestCategoricalIndexing::test_getitem_listlike PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_indexing.py::TestCategoricalIndexing::test_periodindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_indexing.py::TestCategoricalIndexing::test_categories_assigments PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/categorical/test_missing.py::TestCategoricalMissing::test_na_flags_int_categories PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_missing.py::TestCategoricalMissing::test_nan_handling PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_missing.py::TestCategoricalMissing::test_set_dtype_nans PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_missing.py::TestCategoricalMissing::test_set_item_nan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/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/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/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/categorical/test_missing.py::TestCategoricalMissing::test_fillna_iterable_category[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_missing.py::TestCategoricalMissing::test_fillna_iterable_category[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_operators.py::TestCategoricalOpsWithFactor::test_categories_none_comparisons PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_operators.py::TestCategoricalOpsWithFactor::test_comparisons PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_operators.py::TestCategoricalOps::test_datetime_categorical_comparison PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_operators.py::TestCategoricalOps::test_reflected_comparison_with_scalars PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_operators.py::TestCategoricalOps::test_comparison_with_unknown_scalars PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_operators.py::TestCategoricalOps::test_comparisons[data0-reverse0-base0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_operators.py::TestCategoricalOps::test_comparisons[data1-reverse1-base1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_operators.py::TestCategoricalOps::test_unordered_different_order_equal[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_operators.py::TestCategoricalOps::test_unordered_different_order_equal[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_operators.py::TestCategoricalOps::test_unordered_different_categories_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_operators.py::TestCategoricalOps::test_compare_different_lengths PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_operators.py::TestCategoricalOps::test_compare_unordered_different_order PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_operators.py::TestCategoricalOps::test_numeric_like_ops PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_repr.py::TestCategoricalReprWithFactor::test_print PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_repr.py::TestCategoricalRepr::test_big_print PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_repr.py::TestCategoricalRepr::test_empty_print PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_repr.py::TestCategoricalRepr::test_print_none_width PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_repr.py::TestCategoricalRepr::test_unicode_print PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_repr.py::TestCategoricalRepr::test_categorical_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_repr.py::TestCategoricalRepr::test_categorical_repr_ordered PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_repr.py::TestCategoricalRepr::test_categorical_repr_datetime PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_repr.py::TestCategoricalRepr::test_categorical_repr_datetime_ordered PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_repr.py::TestCategoricalRepr::test_categorical_repr_period PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_repr.py::TestCategoricalRepr::test_categorical_repr_period_ordered PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_repr.py::TestCategoricalRepr::test_categorical_repr_timedelta PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_repr.py::TestCategoricalRepr::test_categorical_repr_timedelta_ordered PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_repr.py::TestCategoricalRepr::test_categorical_index_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_repr.py::TestCategoricalRepr::test_categorical_index_repr_ordered PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_repr.py::TestCategoricalRepr::test_categorical_index_repr_datetime PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_repr.py::TestCategoricalRepr::test_categorical_index_repr_datetime_ordered PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_repr.py::TestCategoricalRepr::test_categorical_index_repr_period PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_repr.py::TestCategoricalRepr::test_categorical_index_repr_period_ordered PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_repr.py::TestCategoricalRepr::test_categorical_index_repr_timedelta PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_repr.py::TestCategoricalRepr::test_categorical_index_repr_timedelta_ordered PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_sorting.py::TestCategoricalSort::test_argsort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_sorting.py::TestCategoricalSort::test_numpy_argsort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_sorting.py::TestCategoricalSort::test_sort_values PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_sorting.py::TestCategoricalSort::test_sort_values_na_position PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_subclass.py::TestCategoricalSubclassing::test_constructor PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_subclass.py::TestCategoricalSubclassing::test_from_codes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_subclass.py::TestCategoricalSubclassing::test_map PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/categorical/test_warnings.py::TestCategoricalWarnings::test_tab_complete_warning SKIPPED
> ../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 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_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 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_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 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_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 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_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_panel_fails 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_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_panel_fails 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_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_panel_fails 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_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_panel_fails 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_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_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_types2 SKIPPED
> ../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_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_types2 SKIPPED
> ../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_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_types2 SKIPPED
> ../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_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_types2 SKIPPED
> ../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_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
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestMaybeDowncast::test_downcast_conv PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestMaybeDowncast::test_datetimelikes_nan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestMaybeDowncast::test_datetime_with_timezone PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestInferDtype::testinfer_dtype_from_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestInferDtype::testinfer_from_scalar_tz[UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestInferDtype::testinfer_from_scalar_tz[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestInferDtype::testinfer_from_scalar_tz[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestInferDtype::testinfer_dtype_from_scalar_errors PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestInferDtype::test_infer_dtype_from_array[foo-object_-False0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestInferDtype::test_infer_dtype_from_array[foo-object_-False1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestInferDtype::test_infer_dtype_from_array[1-int64-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestInferDtype::test_infer_dtype_from_array[1.5-float64-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestInferDtype::test_infer_dtype_from_array[arr4-int64-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestInferDtype::test_infer_dtype_from_array[arr5-int64-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestInferDtype::test_infer_dtype_from_array[arr6-object_-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestInferDtype::test_infer_dtype_from_array[arr7-float64-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestInferDtype::test_infer_dtype_from_array[arr8-object_-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestInferDtype::test_infer_dtype_from_array[arr9-int64-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestInferDtype::test_infer_dtype_from_array[arr10-category-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestInferDtype::test_infer_dtype_from_array[arr11-category-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestInferDtype::test_infer_dtype_from_array[arr12-object_-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestInferDtype::test_infer_dtype_from_array[arr13-expected13-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestInferDtype::test_infer_dtype_from_array[arr14-expected14-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestInferDtype::test_infer_dtype_from_array[arr15-datetime64[ns, US/Eastern]-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestInferDtype::test_infer_dtype_from_array[arr16-float64-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestInferDtype::test_infer_dtype_from_array[arr17-object_-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestInferDtype::test_infer_dtype_from_array[arr18-datetime64[ns, US/Eastern]-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestInferDtype::test_cast_scalar_to_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestMaybe::test_maybe_convert_string_to_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestMaybe::test_maybe_convert_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestMaybe::test_maybe_infer_to_datetimelike PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestConvert::test_maybe_convert_objects_copy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_numpy_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_categorical_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_datetimetz_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_period_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[8-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[8-2.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[8-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[8-datum13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[8-datum14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[8-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[9.0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[9.0-2.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[9.0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[9.0-datum13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[9.0-datum14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[9.0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[10-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[10-2.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[10-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[10-datum13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[10-datum14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[10-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[datum23-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[datum23-2.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[datum23-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[datum23-datum13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[datum23-datum14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[datum23-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[datum24-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[datum24-2.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[datum24-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[datum24-datum13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[datum24-datum14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[datum24-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[None-2.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[None-datum13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[None-datum14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array[None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array_invalid_scalar[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array_invalid_scalar[2.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_array_invalid_scalar[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::TestCommonTypes::test_cast_1d_arraylike_from_scalar_categorical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::test_construct_1d_ndarray_preserving_na[values0-None-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::test_construct_1d_ndarray_preserving_na[values1-None-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::test_construct_1d_ndarray_preserving_na[values2-None-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::test_construct_1d_ndarray_preserving_na[values3-dtype3-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_cast.py::test_construct_1d_ndarray_preserving_na[values4-dtype4-expected4] PASSED
> ../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 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_floating_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_int_or_datetime_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 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 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_signed_integer_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_unsigned_integer_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_int64_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_int_or_datetime_dtype 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_is_datetimelike_v_object 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[input_param22-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[period[D]-result24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype[input_param25-result25] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_fails[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_fails[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_fails[1.2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_fails[random string] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_fails[input_param4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[int-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[int32-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[float-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[float64-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[input_param4-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[str-str_] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[input_param6-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[input_param7-object_] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[input_param8-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[input_param9-object_] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[category-CategoricalDtypeType] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[input_param11-CategoricalDtypeType] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[input_param12-CategoricalDtypeType] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[input_param13-CategoricalDtypeType] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[input_param14-CategoricalDtypeType] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[input_param15-datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[input_param16-datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[<M8[ns]-datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[input_param18-DatetimeTZDtypeType] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[input_param19-DatetimeTZDtypeType] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[datetime64[ns, Europe/London]-DatetimeTZDtypeType] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[input_param21-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[input_param22-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[input_param23-PeriodDtypeType] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[period[D]-PeriodDtypeType] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[input_param25-IntervalDtypeType] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[None-NoneType] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[1-NoneType] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[1.2-NoneType] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_type[input_param29-NoneType] 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_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::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_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_coerce_to_dtype 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_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 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::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_coerce_to_dtype 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 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[foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_construction_from_string_errors[interval[foo]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_construction_from_string_errors[foo[int64]] 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[string5] 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_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_coerce_to_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[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[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_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_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_sequence PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_passes[ll0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_passes[ll1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_passes[ll2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_passes[ll3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_passes[ll4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_passes[ll5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_passes[ll6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_passes[ll7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_passes[ll8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_fails[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_fails[2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_fails[ll2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_fails[str] 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_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_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_length_zero 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_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_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_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_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_other_dtypes_for_array[is_timedelta64_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::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/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_not_extension_array_dtype[dtype0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_common.py::test_is_not_extension_array_dtype[dtype1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_common.py::test_is_not_extension_array_dtype[dtype2] 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_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/category/test_categorical.py::TestDtype::test_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestDtype::test_kind PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestDtype::test_construct_from_string_own_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestDtype::test_is_dtype_from_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestDtype::test_is_dtype_unboxes_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestDtype::test_is_dtype_from_self PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestDtype::test_is_not_string_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestDtype::test_is_not_object_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestDtype::test_eq_with_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestDtype::test_eq_with_numpy_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestInterface::test_len PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestInterface::test_ndim PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestInterface::test_can_hold_na_valid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestInterface::test_array_interface PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestInterface::test_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestInterface::test_dtype_name_in_info PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestInterface::test_is_extension_array_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestInterface::test_no_values_attribute PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestInterface::test_memory_usage SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestConstructors::test_array_from_scalars PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestConstructors::test_series_constructor PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestConstructors::test_dataframe_constructor_from_dict[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestConstructors::test_dataframe_constructor_from_dict[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestConstructors::test_dataframe_from_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestConstructors::test_series_given_mismatched_index_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestReshaping::test_concat[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestReshaping::test_concat[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestReshaping::test_concat_all_na_block[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestReshaping::test_concat_all_na_block[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestReshaping::test_concat_mixed_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestReshaping::test_align_series_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestReshaping::test_set_frame_expand_regular_with_extension PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestReshaping::test_set_frame_expand_extension_with_regular PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestReshaping::test_set_frame_overwrite_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestReshaping::test_concat_columns SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestReshaping::test_align SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestReshaping::test_align_frame SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestReshaping::test_merge SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestGetitem::test_iloc_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestGetitem::test_iloc_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestGetitem::test_loc_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestGetitem::test_loc_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestGetitem::test_getitem_scalar_na PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestGetitem::test_getitem_mask PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestGetitem::test_getitem_slice PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestGetitem::test_get PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestGetitem::test_take_sequence PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestGetitem::test_getitem_scalar SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestGetitem::test_take SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestGetitem::test_take_negative SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestGetitem::test_take_pandas_style_negative_raises SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestGetitem::test_take_non_na_fill_value SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestGetitem::test_take_out_of_bounds_raises SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestGetitem::test_take_series SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestGetitem::test_reindex_non_na_fill_value SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestGetitem::test_take_empty XPASS
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestGetitem::test_reindex XPASS
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestSetitem::test_setitem_scalar_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestSetitem::test_setitem_sequence PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestSetitem::test_setitem_sequence_mismatched_length_raises[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestSetitem::test_setitem_sequence_mismatched_length_raises[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestSetitem::test_setitem_empty_indxer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestSetitem::test_setitem_sequence_broadcasts PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestSetitem::test_setitem_scalar[loc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestSetitem::test_setitem_scalar[iloc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestSetitem::test_setitem_loc_scalar_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestSetitem::test_setitem_loc_scalar_single PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestSetitem::test_setitem_loc_scalar_multiple_homogoneous PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestSetitem::test_setitem_iloc_scalar_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestSetitem::test_setitem_iloc_scalar_single PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestSetitem::test_setitem_iloc_scalar_multiple_homogoneous PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestSetitem::test_setitem_mask_aligned[loc-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestSetitem::test_setitem_mask_aligned[loc-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestSetitem::test_setitem_mask_aligned[None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestSetitem::test_setitem_mask_aligned[None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestSetitem::test_setitem_mask_broadcast[loc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestSetitem::test_setitem_mask_broadcast[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestSetitem::test_setitem_expand_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestSetitem::test_setitem_expand_with_extension PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestSetitem::test_setitem_frame_invalid_length PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestSetitem::test_setitem_tuple_index xfail
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMissing::test_isna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMissing::test_dropna_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMissing::test_dropna_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMissing::test_fillna_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMissing::test_fillna_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMissing::test_fillna_series_method[ffill] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMissing::test_fillna_series_method[bfill] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMissing::test_fillna_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMissing::test_fillna_fill_other PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMissing::test_fillna_limit_pad SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMissing::test_fillna_limit_backfill SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMethods::test_count PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMethods::test_apply_simple_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMethods::test_argsort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMethods::test_argsort_missing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMethods::test_sort_values[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMethods::test_sort_values[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMethods::test_sort_values_missing[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMethods::test_sort_values_missing[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMethods::test_sort_values_frame[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMethods::test_sort_values_frame[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMethods::test_unique[<lambda>-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMethods::test_unique[<lambda>-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMethods::test_unique[unique-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMethods::test_unique[unique-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMethods::test_factorize[-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMethods::test_factorize[-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMethods::test_factorize_equivalence[-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMethods::test_factorize_equivalence[-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMethods::test_value_counts[data] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestMethods::test_value_counts[data_missing] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestCasting::test_astype_object_series[data] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestCasting::test_astype_object_series[data_missing] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestCasting::test_tolist PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/category/test_categorical.py::TestCasting::test_astype_str 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::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_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestInterface::test_dtype_name_in_info 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::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::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::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_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_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_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::TestMethods::test_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 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_value_counts[data-True] XPASS
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_value_counts[data-False] XPASS
> ../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::test_series_constructor_coerce_data_to_extension_dtype_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::test_series_constructor_with_same_dtype_ok PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::test_series_constructor_coerce_extension_array_to_dtype_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::test_dataframe_constructor_with_same_dtype_ok PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::test_dataframe_constructor_with_different_dtype_raises 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::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_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestInterface::test_dtype_name_in_info 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_custom_asserts 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::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::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_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::TestMissing::test_isna 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 XPASS
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMissing::test_fillna_frame XPASS
> ../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_apply_simple_series 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_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::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 XPASS
> ../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_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/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_index2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_duplicate_names[a] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_duplicate_names[level1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_nonuniq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_bug PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays 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_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_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_warns 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_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_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::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 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_corr_constant 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_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_bool_describe_in_mixed_frame 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_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_reduce_mixed_frame 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_nunique PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_sum 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_mean PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_product 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_min 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_max PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_mad 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_mixed_ops 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_sem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_skew 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 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_stats_mixed_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_median_corner 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_cumsum_corner 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_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 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_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_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_drop_duplicates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_duplicated_with_misspelled_column_name[a] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_duplicated_with_misspelled_column_name[subset1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_duplicated_with_misspelled_column_name[subset2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_duplicated_do_not_fail_on_wide_dataframes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_drop_duplicates_with_duplicate_column_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_drop_duplicates_for_take_all PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_drop_duplicates_tuple PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_drop_duplicates_NA PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_drop_duplicates_NA_for_take_all PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_drop_duplicates_inplace 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_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_pct_change 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_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 FAILED
> ../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_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_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_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_typeerror 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_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_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_iteritems_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 SKIPPED
> ../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_with_string_args 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_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 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_transform_and_agg_err 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 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_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::TestFrameComparisons::test_df_flex_cmp_constant_return_types[eq] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameComparisons::test_df_flex_cmp_constant_return_types[ne] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameComparisons::test_df_flex_cmp_constant_return_types[gt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameComparisons::test_df_flex_cmp_constant_return_types[lt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameComparisons::test_df_flex_cmp_constant_return_types[ge] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameComparisons::test_df_flex_cmp_constant_return_types[le] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameComparisons::test_df_flex_cmp_constant_return_types_empty[eq] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameComparisons::test_df_flex_cmp_constant_return_types_empty[ne] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameComparisons::test_df_flex_cmp_constant_return_types_empty[gt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameComparisons::test_df_flex_cmp_constant_return_types_empty[lt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameComparisons::test_df_flex_cmp_constant_return_types_empty[ge] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameComparisons::test_df_flex_cmp_constant_return_types_empty[le] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameComparisons::test_tz_aware_scalar_comparison[timestamps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameComparisons::test_tz_aware_scalar_comparison[timestamps1] 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::TestFrameMulDiv::test_df_mod_zero_df PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameMulDiv::test_df_mod_zero_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameMulDiv::test_df_mod_zero_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameMulDiv::test_df_mod_zero_series_does_not_commute PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameMulDiv::test_df_div_zero_df PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameMulDiv::test_df_div_zero_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameMulDiv::test_df_div_zero_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameMulDiv::test_df_div_zero_series_does_not_commute PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_sub_datetime64_not_ns xfail
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_radd_str_invalid[None-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_radd_str_invalid[None-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_radd_str_invalid[None-data2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_radd_str_invalid[None-data3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_radd_str_invalid[object-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_radd_str_invalid[object-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_radd_str_invalid[object-data2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_radd_str_invalid[object-data3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_with_dtype_radd_int[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_with_dtype_radd_int[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_with_dtype_radd_nan[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_with_dtype_radd_nan[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_radd_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestPeriodFrameArithmetic::test_ops_frame_period 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_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 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_fill_method_inner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_fill_method_outer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_fill_method_left PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_fill_method_right 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_select 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_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_axis 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_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_deprecation 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_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_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_concat_multiple_tzs 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_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 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_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::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_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_constructor 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_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_mrecarray PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_corner 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_iterator 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_dicts 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_tuples PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_namedtuples 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_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_iterator_failure 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_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::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_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_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_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 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_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 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 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 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_cast_nan_inf_int 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_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_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_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::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_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_getitem_iterator PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_list 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_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 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_frame 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 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 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_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_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_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 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where_invalid_input 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_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_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_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::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::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_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_fillna 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_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_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::TestDataFrameOperators::test_operators PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_ops_np_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_operators_boolean PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_operators_none_as_na PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_comparison_invalid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_timestamp_compare PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_logical_operators 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_logical_with_nas PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_neg_numeric[df0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_neg_numeric[df1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_neg_numeric[df2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_neg_object[df0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_neg_object[df1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_neg_raises[df0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_neg_raises[df1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_invert PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_pos_numeric[df0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_pos_numeric[df1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_pos_numeric[df2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_pos_object[df0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_pos_object[df1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_pos_object[df2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_pos_raises[df0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_arith_flex_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_arith_flex_zero_len_raises 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_arith_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_arith_getitem_commute PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_bool_flex_frame 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_arith_flex_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_arith_non_pandas_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_arith_alignment_non_pandas_object[values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_arith_alignment_non_pandas_object[values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_arith_alignment_non_pandas_object[values2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_arith_alignment_non_pandas_object[values3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_arith_alignment_non_pandas_object[values4] 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_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_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::TestDataFrameQueryWithMultiIndex::test_raise_on_panel_with_multiindex[python-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryWithMultiIndex::test_raise_on_panel_with_multiindex[python-numexpr] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryWithMultiIndex::test_raise_on_panel_with_multiindex[pandas-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryWithMultiIndex::test_raise_on_panel_with_multiindex[pandas-numexpr] 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-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-numexpr] 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_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 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_rank.py::TestRank::test_rank_2d_tie_methods PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_rank.py::test_rank_pct_true[dense-exp0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_rank.py::test_rank_pct_true[min-exp1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_rank.py::test_rank_pct_true[max-exp2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_rank.py::test_rank_pct_true[average-exp3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_rank.py::test_rank_pct_true[first-exp4] PASSED
> ../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_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 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_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 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_bytestring_with_unicode 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 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_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 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_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_sort_values_level_as_str.py::test_sort_values_column_index_level_precedence PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sorting.py::TestDataFrameSorting::test_sort 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_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_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_to_panel_expanddim 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_add_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_add_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_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_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_between_time 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_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_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_to_csv.py::TestDataFrameToCSV::test_from_csv_deprecation 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_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_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
> ../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] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_to_xarray_index_types[IntIndex] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_to_xarray_index_types[StringIndex] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_to_xarray_index_types[UnicodeIndex] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_to_xarray_index_types[DateIndex] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_to_xarray_index_types[PeriodIndex] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_to_xarray_index_types[CategoricalIndex] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_to_xarray_index_types[TimedeltaIndex] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_to_xarray SKIPPED
> ../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_describe_raises 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_pipe_panel 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-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-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-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-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-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-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-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-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_is_level_reference_df_ambig[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_is_level_reference_df_ambig[1] 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_is_level_reference_panel_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_is_label_reference_panel_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_is_label_or_level_reference_panel_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[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[1] 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_check_label_or_level_ambiguity_panel_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-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-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-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-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-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-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-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-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[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[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[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[1] 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_get_label_or_level_values_panel_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-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-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-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-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-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-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-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-1] 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_label_or_level_utils.py::test_drop_labels_or_levels_panel_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_panel.py::TestPanel::test_validate_bool_args PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_panel.py::TestPanel::test_to_xarray SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_panel.py::TestPanel::test_rename PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_panel.py::TestPanel::test_get_numeric_data PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_panel.py::TestPanel::test_get_default PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_panel.py::TestPanel::test_nonzero PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_panel.py::TestPanel::test_downcast PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_panel.py::TestPanel::test_constructor_compound_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_panel.py::TestPanel::test_head_tail PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_panel.py::TestPanel::test_size_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_panel.py::TestPanel::test_split_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_panel.py::TestPanel::test_unexpected_keyword PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_panel.py::TestPanel::test_stat_unexpected_keyword PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_panel.py::TestPanel::test_api_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_panel.py::TestPanel::test_stat_non_defaults_args PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_panel.py::TestPanel::test_truncate_out_of_bounds PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_panel.py::TestPanel::test_metadata_propagation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_panel.py::TestPanel::test_copy_and_deepcopy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_panel.py::TestPanel::test_pct_change PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_panel.py::TestPanel::test_sample 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] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_to_xarray_index_types[IntIndex] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_to_xarray_index_types[StringIndex] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_to_xarray_index_types[UnicodeIndex] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_to_xarray_index_types[DateIndex] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_to_xarray_index_types[PeriodIndex] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_to_xarray_index_types[TimedeltaIndex] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_to_xarray_index_types[CategoricalIndex] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_to_xarray SKIPPED
> ../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/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_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_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_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_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_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_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 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_intlike_precision PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_fill_constistency 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 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 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-n0-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-False-n1-100] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-False-n2-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-False-n3-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-False-n4-100] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-False-n5-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-False-n6-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-False-n7-100] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-False-n8-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-False-n9-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-False-n10-100] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-False-n11-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-True-n0-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-True-n1-100] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-True-n2-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-True-n3-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-True-n4-100] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-True-n5-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-True-n6-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-True-n7-100] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-True-n8-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-True-n9-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-True-n10-100] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-True-n11-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-False-n0-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-False-n1-100] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-False-n2-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-False-n3-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-False-n4-100] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-False-n5-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-False-n6-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-False-n7-100] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-False-n8-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-False-n9-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-False-n10-100] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-False-n11-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-True-n0-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-True-n1-100] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-True-n2-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-True-n3-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-True-n4-100] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-True-n5-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-True-n6-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-True-n7-100] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-True-n8-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-True-n9-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-True-n10-100] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-True-n11-1000] 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_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_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_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_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_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_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_sparse_friendly PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_panel_groupby 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_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_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::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_multi_iter_panel 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_index_as_string.py::test_grouper_column_index_level_precedence[frame0-inner-key_groupers0-level_groupers0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_index_as_string.py::test_grouper_column_index_level_precedence[frame0-key_strs1-key_groupers1-level_groupers1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_index_as_string.py::test_grouper_column_index_level_precedence[frame0-key_strs2-key_groupers2-level_groupers2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_index_as_string.py::test_grouper_column_index_level_precedence[frame0-key_strs3-key_groupers3-level_groupers3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_index_as_string.py::test_grouper_column_index_level_precedence[frame1-inner-key_groupers0-level_groupers0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_index_as_string.py::test_grouper_column_index_level_precedence[frame1-key_strs1-key_groupers1-level_groupers1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_index_as_string.py::test_grouper_column_index_level_precedence[frame1-key_strs2-key_groupers2-level_groupers2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_index_as_string.py::test_grouper_column_index_level_precedence[frame1-key_strs3-key_groupers3-level_groupers3] 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_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_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-no_na-False-exp20-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-True-no_na-False-exp20-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-True-no_na-False-exp20-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-True-no_na-False-exp20-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-True-no_na-True-exp21-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-True-no_na-True-exp21-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-True-no_na-True-exp21-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-True-no_na-True-exp21-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-False-no_na-False-exp22-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-False-no_na-False-exp22-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-False-no_na-False-exp22-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-False-no_na-False-exp22-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-False-no_na-True-exp23-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-False-no_na-True-exp23-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-False-no_na-True-exp23-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-False-no_na-True-exp23-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-True-no_na-False-exp24-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-True-no_na-False-exp24-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-True-no_na-False-exp24-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-True-no_na-False-exp24-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-True-no_na-True-exp25-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-True-no_na-True-exp25-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-True-no_na-True-exp25-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-True-no_na-True-exp25-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-False-no_na-False-exp26-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-False-no_na-False-exp26-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-False-no_na-False-exp26-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-False-no_na-False-exp26-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-False-no_na-True-exp27-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-False-no_na-True-exp27-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-False-no_na-True-exp27-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-False-no_na-True-exp27-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-True-no_na-False-exp28-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-True-no_na-False-exp28-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-True-no_na-False-exp28-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-True-no_na-False-exp28-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-True-no_na-True-exp29-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-True-no_na-True-exp29-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-True-no_na-True-exp29-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-True-no_na-True-exp29-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-False-no_na-False-exp30-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-False-no_na-False-exp30-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-False-no_na-False-exp30-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-False-no_na-False-exp30-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-False-no_na-True-exp31-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-False-no_na-True-exp31-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-False-no_na-True-exp31-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-False-no_na-True-exp31-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-True-no_na-False-exp32-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-True-no_na-False-exp32-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-True-no_na-False-exp32-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-True-no_na-False-exp32-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-True-no_na-True-exp33-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-True-no_na-True-exp33-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-True-no_na-True-exp33-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-True-no_na-True-exp33-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-False-no_na-False-exp34-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-False-no_na-False-exp34-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-False-no_na-False-exp34-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-False-no_na-False-exp34-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-False-no_na-True-exp35-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-False-no_na-True-exp35-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-False-no_na-True-exp35-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-False-no_na-True-exp35-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-True-no_na-False-exp36-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-True-no_na-False-exp36-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-True-no_na-False-exp36-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-True-no_na-False-exp36-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-True-no_na-True-exp37-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-True-no_na-True-exp37-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-True-no_na-True-exp37-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-True-no_na-True-exp37-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-False-no_na-False-exp38-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-False-no_na-False-exp38-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-False-no_na-False-exp38-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-False-no_na-False-exp38-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-False-no_na-True-exp39-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-False-no_na-True-exp39-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-False-no_na-True-exp39-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-False-no_na-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_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_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-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[1-ffill-None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[1-ffill-1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[1-ffill-1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[1-bfill-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[1-bfill-None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[1-bfill-1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[1-bfill-1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[-1-ffill-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[-1-ffill-None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[-1-ffill-1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[-1-ffill-1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[-1-bfill-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[-1-bfill-None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[-1-bfill-1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[-1-bfill-1-False] PASSED
> ../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_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[obj0-whitelist0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_groupby_whitelist[obj1-whitelist1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sum-0-0-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sum-0-0-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sum-0-0-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sum-0-0-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sum-0-1-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sum-0-1-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sum-0-1-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sum-0-1-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sum-1-0-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sum-1-0-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sum-1-0-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sum-1-0-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sum-1-1-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sum-1-1-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sum-1-1-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sum-1-1-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[prod-0-0-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[prod-0-0-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[prod-0-0-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[prod-0-0-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[prod-0-1-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[prod-0-1-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[prod-0-1-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[prod-0-1-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[prod-1-0-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[prod-1-0-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[prod-1-0-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[prod-1-0-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[prod-1-1-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[prod-1-1-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[prod-1-1-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[prod-1-1-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[min-0-0-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[min-0-0-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[min-0-0-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[min-0-0-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[min-0-1-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[min-0-1-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[min-0-1-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[min-0-1-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[min-1-0-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[min-1-0-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[min-1-0-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[min-1-0-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[min-1-1-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[min-1-1-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[min-1-1-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[min-1-1-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[max-0-0-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[max-0-0-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[max-0-0-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[max-0-0-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[max-0-1-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[max-0-1-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[max-0-1-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[max-0-1-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[max-1-0-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[max-1-0-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[max-1-0-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[max-1-0-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[max-1-1-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[max-1-1-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[max-1-1-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[max-1-1-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[median-0-0-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[median-0-0-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[median-0-0-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[median-0-0-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[median-0-1-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[median-0-1-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[median-0-1-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[median-0-1-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[median-1-0-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[median-1-0-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[median-1-0-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[median-1-0-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[median-1-1-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[median-1-1-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[median-1-1-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[median-1-1-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mean-0-0-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mean-0-0-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mean-0-0-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mean-0-0-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mean-0-1-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mean-0-1-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mean-0-1-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mean-0-1-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mean-1-0-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mean-1-0-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mean-1-0-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mean-1-0-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mean-1-1-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mean-1-1-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mean-1-1-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mean-1-1-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[skew-0-0-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[skew-0-0-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[skew-0-0-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[skew-0-0-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[skew-0-1-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[skew-0-1-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[skew-0-1-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[skew-0-1-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[skew-1-0-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[skew-1-0-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[skew-1-0-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[skew-1-0-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[skew-1-1-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[skew-1-1-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[skew-1-1-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[skew-1-1-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mad-0-0-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mad-0-0-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mad-0-0-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mad-0-0-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mad-0-1-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mad-0-1-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mad-0-1-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mad-0-1-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mad-1-0-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mad-1-0-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mad-1-0-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mad-1-0-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mad-1-1-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mad-1-1-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mad-1-1-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mad-1-1-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[std-0-0-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[std-0-0-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[std-0-0-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[std-0-0-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[std-0-1-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[std-0-1-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[std-0-1-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[std-0-1-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[std-1-0-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[std-1-0-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[std-1-0-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[std-1-0-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[std-1-1-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[std-1-1-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[std-1-1-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[std-1-1-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[var-0-0-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[var-0-0-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[var-0-0-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[var-0-0-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[var-0-1-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[var-0-1-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[var-0-1-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[var-0-1-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[var-1-0-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[var-1-0-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[var-1-0-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[var-1-0-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[var-1-1-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[var-1-1-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[var-1-1-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[var-1-1-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sem-0-0-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sem-0-0-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sem-0-0-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sem-0-0-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sem-0-1-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sem-0-1-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sem-0-1-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sem-0-1-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sem-1-0-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sem-1-0-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sem-1-0-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sem-1-0-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sem-1-1-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sem-1-1-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sem-1-1-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[sem-1-1-False-False] 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_agg_multiple_functions_too_many_lambdas 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_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] XPASS
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_agg_category_nansum[False] xfail
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_agg_category_nansum[None] xfail
> ../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 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_dtype_str[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_dtype_str[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_dtype_str[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_dtype_str[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_dtype_str[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_dtype_str[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_dtype_str[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_dtype_str[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_dtype_str[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_dtype_str[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_dtype_str[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_dtype_str[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_dtype_str[Int64Index1] 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_wrong_number_names[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_wrong_number_names[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_wrong_number_names[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_wrong_number_names[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_wrong_number_names[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_wrong_number_names[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_wrong_number_names[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_wrong_number_names[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_wrong_number_names[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_wrong_number_names[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_wrong_number_names[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_wrong_number_names[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_wrong_number_names[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_set_name_methods[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_set_name_methods[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_set_name_methods[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_set_name_methods[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_set_name_methods[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_set_name_methods[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_set_name_methods[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_set_name_methods[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_set_name_methods[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_set_name_methods[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_set_name_methods[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_set_name_methods[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_set_name_methods[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_hash_error[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_hash_error[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_hash_error[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_hash_error[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_hash_error[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_hash_error[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_hash_error[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_hash_error[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_hash_error[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_hash_error[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_hash_error[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_hash_error[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_hash_error[Int64Index1] 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_duplicates[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_duplicates[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_duplicates[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_duplicates[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_duplicates[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_duplicates[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_duplicates[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_duplicates[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_duplicates[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_duplicates[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_duplicates[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_duplicates[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_duplicates[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_unique[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_unique[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_unique[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_unique[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_unique[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_unique[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_unique[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_unique[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_unique[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_unique[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_unique[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_unique[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_unique[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_unique_na PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_unique_index[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_unique_index[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_unique_index[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_unique_index[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_unique_index[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_unique_index[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_unique_index[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_unique_index[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_unique_index[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_unique_index[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_unique_index[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_unique_index[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_unique_index[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_sort[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_sort[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_sort[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_sort[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_sort[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_sort[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_sort[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_sort[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_sort[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_sort[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_sort[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_sort[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_sort[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_mutability[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_mutability[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_mutability[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_mutability[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_mutability[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_mutability[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_mutability[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_mutability[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_mutability[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_mutability[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_mutability[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_mutability[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_mutability[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_view[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_view[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_view[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_view[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_view[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_view[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_view[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_view[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_view[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_view[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_view[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_view[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_view[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_compat[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_compat[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_compat[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_compat[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_compat[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_compat[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_compat[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_compat[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_compat[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_compat[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_compat[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_compat[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_compat[Int64Index1] 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_pickle[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_pickle[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_pickle[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_pickle[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_pickle[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_pickle[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_pickle[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_pickle[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_pickle[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_pickle[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_pickle[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_pickle[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_pickle[Int64Index1] 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_setops_errorcases 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 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_numpy_ufuncs 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_searchsorted_monotonic[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_searchsorted_monotonic[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_searchsorted_monotonic[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_searchsorted_monotonic[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_searchsorted_monotonic[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_searchsorted_monotonic[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_searchsorted_monotonic[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_searchsorted_monotonic[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_searchsorted_monotonic[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_searchsorted_monotonic[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_searchsorted_monotonic[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_searchsorted_monotonic[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_searchsorted_monotonic[Int64Index1] 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_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[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_copy_and_deepcopy[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_copy_and_deepcopy[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_copy_and_deepcopy[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_copy_and_deepcopy[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_copy_and_deepcopy[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_copy_and_deepcopy[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_copy_and_deepcopy[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_copy_and_deepcopy[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_copy_and_deepcopy[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_copy_and_deepcopy[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_copy_and_deepcopy[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_copy_and_deepcopy[Int64Index1] 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_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-values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[None-Index-values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[None-DatetimeIndex-values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[None-DatetimeIndex-values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[UTC-Index-values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[UTC-Index-values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[UTC-DatetimeIndex-values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[UTC-DatetimeIndex-values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[US/Eastern-Index-values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[US/Eastern-Index-values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[US/Eastern-DatetimeIndex-values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[US/Eastern-DatetimeIndex-values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[Asia/Tokyo-Index-values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[Asia/Tokyo-Index-values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[Asia/Tokyo-DatetimeIndex-values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[Asia/Tokyo-DatetimeIndex-values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[dateutil/US/Pacific-Index-values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[dateutil/US/Pacific-Index-values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[dateutil/US/Pacific-DatetimeIndex-values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[dateutil/US/Pacific-DatetimeIndex-values1] 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_nonhashable_name[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_nonhashable_name[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_nonhashable_name[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_nonhashable_name[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_nonhashable_name[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_nonhashable_name[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_nonhashable_name[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_nonhashable_name[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_nonhashable_name[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_nonhashable_name[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_nonhashable_name[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_nonhashable_name[MultiIndex] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_nonhashable_name[Int64Index1] 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_view_with_args 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_comparators[op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_comparators[op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_comparators[op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_comparators[op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_comparators[op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_comparators[op5] 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_getitem_error[Index0-101] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_getitem_error[Index0-no_int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_getitem_error[Index1-101] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_getitem_error[Index1-no_int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_getitem_error[DatetimeIndex-101] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_getitem_error[DatetimeIndex-no_int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_getitem_error[PeriodIndex-101] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_getitem_error[PeriodIndex-no_int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_getitem_error[TimedeltaIndex-101] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_getitem_error[TimedeltaIndex-no_int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_getitem_error[Int64Index0-101] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_getitem_error[Int64Index0-no_int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_getitem_error[UInt64Index-101] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_getitem_error[UInt64Index-no_int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_getitem_error[Float64Index-101] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_getitem_error[Float64Index-no_int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_getitem_error[Index2-101] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_getitem_error[Index2-no_int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_getitem_error[CategoricalIndex-101] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_getitem_error[CategoricalIndex-no_int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_getitem_error[Index3-101] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_getitem_error[Index3-no_int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_getitem_error[MultiIndex-101] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_getitem_error[MultiIndex-no_int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_getitem_error[Int64Index1-101] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_getitem_error[Int64Index1-no_int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersection PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersection_name_preservation[index20-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersection_name_preservation[index21-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersection_name_preservation[index22-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersection_name_preservation2[A-A-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersection_name_preservation2[A-B-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersection_name_preservation2[None-B-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersection_monotonic[index20-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersection_monotonic[index21-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersection_non_monotonic_non_unique[index20-expected_arr0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersection_non_monotonic_non_unique[index21-expected_arr1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersect_str_dates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_from_iterables[klass0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_from_iterables[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_from_iterables[list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_identity PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_name_preservation[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[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[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[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-B-B-second_list0-first_list0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_name_preservation[None-B-B-second_list0-first_list1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_name_preservation[None-B-B-second_list1-first_list0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_name_preservation[None-B-B-second_list1-first_list1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_name_preservation[A-None-A-second_list0-first_list0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_name_preservation[A-None-A-second_list0-first_list1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_name_preservation[A-None-A-second_list1-first_list0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_name_preservation[A-None-A-second_list1-first_list1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_dt_as_obj PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_add PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_sub 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_add_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_iadd_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_difference_name_preservation[None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_difference_name_preservation[name-name] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_difference_empty_arg PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_difference_identity PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_symmetric_difference PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_symmetric_difference_mi PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_symmetric_difference_missing[index20-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_symmetric_difference_missing[index21-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_symmetric_difference_non_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_difference_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersection_difference 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 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 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_slice_ints_with_floats_raises xfail
> ../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] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_tuple_union_bug[union-expected1] 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_raises_bad_index[index0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_raises_bad_index[index0-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_raises_bad_index[index0--2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_raises_bad_index[index1-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_raises_bad_index[index1-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_raises_bad_index[index1--2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_raises_key[index0-1.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_raises_key[index0-foobar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_raises_key[index0-xyzzy] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_raises_key[index0-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_raises_key[index1-1.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_raises_key[index1-foobar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_raises_key[index1-xyzzy] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_raises_key[index1-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_compat[index0-Index([u'a', u'bb', u'ccc'], dtype='object')] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_string_index_repr_compat[index1-Index([u'a', u'bb', u'ccc', u'a', u'bb', u'ccc', u'a', u'bb', u'ccc', u'a',\n       u'bb', u'ccc', u'a', u'bb', u'ccc', u'a', u'bb', u'ccc', u'a', u'bb',\n       u'ccc', u'a', u'bb', u'ccc', u'a', u'bb', u'ccc', u'a', u'bb', u'ccc'],\n      dtype='object')] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_string_index_repr_compat[index2-Index([u'a', u'bb', u'ccc', u'a', u'bb', u'ccc', u'a', u'bb', u'ccc', u'a',\n       ...\n       u'ccc', u'a', u'bb', u'ccc', u'a', u'bb', u'ccc', u'a', u'bb', u'ccc'],\n      dtype='object', length=300)] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_string_index_repr_compat[index3-Index([u'\u3042', u'\u3044\u3044', u'\u3046\u3046\u3046'], dtype='object')] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_string_index_repr_compat[index4-Index([u'\u3042', u'\u3044\u3044', u'\u3046\u3046\u3046', u'\u3042', u'\u3044\u3044', u'\u3046\u3046\u3046', u'\u3042', u'\u3044\u3044', u'\u3046\u3046\u3046', u'\u3042',\n       u'\u3044\u3044', u'\u3046\u3046\u3046', u'\u3042', u'\u3044\u3044', u'\u3046\u3046\u3046', u'\u3042', u'\u3044\u3044', u'\u3046\u3046\u3046', u'\u3042', u'\u3044\u3044',\n       u'\u3046\u3046\u3046', u'\u3042', u'\u3044\u3044', u'\u3046\u3046\u3046', u'\u3042', u'\u3044\u3044', u'\u3046\u3046\u3046', u'\u3042', u'\u3044\u3044', u'\u3046\u3046\u3046'],\n      dtype='object')] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_string_index_repr_compat[index5-Index([u'\u3042', u'\u3044\u3044', u'\u3046\u3046\u3046', u'\u3042', u'\u3044\u3044', u'\u3046\u3046\u3046', u'\u3042', u'\u3044\u3044', u'\u3046\u3046\u3046', u'\u3042',\n       ...\n       u'\u3046\u3046\u3046', u'\u3042', u'\u3044\u3044', u'\u3046\u3046\u3046', u'\u3042', u'\u3044\u3044', u'\u3046\u3046\u3046', u'\u3042', u'\u3044\u3044', u'\u3046\u3046\u3046'],\n      dtype='object', length=300)] SKIPPED
> ../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_string_index_repr_with_unicode_option_compat[index0-Index([u'\u3042', u'\u3044\u3044', u'\u3046\u3046\u3046'], dtype='object')] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_string_index_repr_with_unicode_option_compat[index1-Index([u'\u3042', u'\u3044\u3044', u'\u3046\u3046\u3046', u'\u3042', u'\u3044\u3044', u'\u3046\u3046\u3046', u'\u3042', u'\u3044\u3044',\n       u'\u3046\u3046\u3046', u'\u3042', u'\u3044\u3044', u'\u3046\u3046\u3046', u'\u3042', u'\u3044\u3044', u'\u3046\u3046\u3046', u'\u3042',\n       u'\u3044\u3044', u'\u3046\u3046\u3046', u'\u3042', u'\u3044\u3044', u'\u3046\u3046\u3046', u'\u3042', u'\u3044\u3044',\n       u'\u3046\u3046\u3046', u'\u3042', u'\u3044\u3044', u'\u3046\u3046\u3046', u'\u3042', u'\u3044\u3044', u'\u3046\u3046\u3046'],\n      dtype='object')] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_string_index_repr_with_unicode_option_compat[index2-Index([u'\u3042', u'\u3044\u3044', u'\u3046\u3046\u3046', u'\u3042', u'\u3044\u3044', u'\u3046\u3046\u3046', u'\u3042', u'\u3044\u3044',\n       u'\u3046\u3046\u3046', u'\u3042',\n       ...\n       u'\u3046\u3046\u3046', u'\u3042', u'\u3044\u3044', u'\u3046\u3046\u3046', u'\u3042', u'\u3044\u3044', u'\u3046\u3046\u3046', u'\u3042',\n       u'\u3044\u3044', u'\u3046\u3046\u3046'],\n      dtype='object', length=300)] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_addsub_arithmetic[1-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_addsub_arithmetic[1-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_addsub_arithmetic[0-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_addsub_arithmetic[0-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_addsub_arithmetic[-1-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_addsub_arithmetic[-1-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_iadd_preserves_name 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 SKIPPED
> ../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 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_dtype_str[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dtype_str[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dtype_str[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dtype_str[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dtype_str[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dtype_str[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dtype_str[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dtype_str[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dtype_str[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dtype_str[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dtype_str[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dtype_str[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dtype_str[Int64Index1] 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_wrong_number_names[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_wrong_number_names[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_wrong_number_names[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_wrong_number_names[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_wrong_number_names[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_wrong_number_names[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_wrong_number_names[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_wrong_number_names[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_wrong_number_names[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_wrong_number_names[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_wrong_number_names[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_wrong_number_names[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_wrong_number_names[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_set_name_methods[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_set_name_methods[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_set_name_methods[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_set_name_methods[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_set_name_methods[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_set_name_methods[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_set_name_methods[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_set_name_methods[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_set_name_methods[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_set_name_methods[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_set_name_methods[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_set_name_methods[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_set_name_methods[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_hash_error[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_hash_error[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_hash_error[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_hash_error[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_hash_error[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_hash_error[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_hash_error[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_hash_error[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_hash_error[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_hash_error[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_hash_error[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_hash_error[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_hash_error[Int64Index1] 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_copy_and_deepcopy[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_copy_and_deepcopy[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_copy_and_deepcopy[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_copy_and_deepcopy[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_copy_and_deepcopy[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_copy_and_deepcopy[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_copy_and_deepcopy[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_copy_and_deepcopy[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_copy_and_deepcopy[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_copy_and_deepcopy[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_copy_and_deepcopy[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_copy_and_deepcopy[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_copy_and_deepcopy[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_duplicates[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_duplicates[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_duplicates[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_duplicates[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_duplicates[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_duplicates[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_duplicates[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_duplicates[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_duplicates[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_duplicates[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_duplicates[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_duplicates[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_duplicates[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_unique[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_unique[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_unique[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_unique[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_unique[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_unique[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_unique[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_unique[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_unique[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_unique[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_unique[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_unique[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_unique[Int64Index1] 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_get_unique_index[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_get_unique_index[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_get_unique_index[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_get_unique_index[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_get_unique_index[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_get_unique_index[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_get_unique_index[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_get_unique_index[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_get_unique_index[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_get_unique_index[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_get_unique_index[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_get_unique_index[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_get_unique_index[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_sort[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_sort[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_sort[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_sort[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_sort[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_sort[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_sort[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_sort[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_sort[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_sort[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_sort[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_sort[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_sort[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_mutability[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_mutability[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_mutability[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_mutability[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_mutability[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_mutability[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_mutability[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_mutability[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_mutability[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_mutability[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_mutability[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_mutability[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_mutability[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_view[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_view[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_view[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_view[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_view[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_view[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_view[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_view[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_view[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_view[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_view[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_view[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_view[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_compat[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_compat[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_compat[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_compat[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_compat[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_compat[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_compat[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_compat[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_compat[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_compat[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_compat[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_compat[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_compat[Int64Index1] 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_pickle[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_pickle[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_pickle[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_pickle[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_pickle[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_pickle[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_pickle[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_pickle[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_pickle[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_pickle[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_pickle[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_pickle[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_pickle[Int64Index1] 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_setops_errorcases 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_numpy_ufuncs 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_searchsorted_monotonic[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_searchsorted_monotonic[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_searchsorted_monotonic[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_searchsorted_monotonic[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_searchsorted_monotonic[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_searchsorted_monotonic[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_searchsorted_monotonic[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_searchsorted_monotonic[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_searchsorted_monotonic[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_searchsorted_monotonic[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_searchsorted_monotonic[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_searchsorted_monotonic[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_searchsorted_monotonic[Int64Index1] 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_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_intersection_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_intersection_different_type_base[klass0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_intersection_different_type_base[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_intersection_different_type_base[list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_difference_base 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_repeat_warns_n_keyword 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_with_unicode[str-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_with_unicode[bytes-str] 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::TestMixedIntIndex::test_comparison_tzawareness_compat[op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_comparison_tzawareness_compat[op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_comparison_tzawareness_compat[op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_comparison_tzawareness_compat[op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_comparison_tzawareness_compat[op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_comparison_tzawareness_compat[op5] 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::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[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[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_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 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_dtype_str[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_dtype_str[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_dtype_str[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_dtype_str[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_dtype_str[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_dtype_str[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_dtype_str[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_dtype_str[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_dtype_str[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_dtype_str[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_dtype_str[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_dtype_str[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_dtype_str[Int64Index1] 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_wrong_number_names[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_wrong_number_names[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_wrong_number_names[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_wrong_number_names[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_wrong_number_names[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_wrong_number_names[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_wrong_number_names[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_wrong_number_names[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_wrong_number_names[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_wrong_number_names[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_wrong_number_names[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_wrong_number_names[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_wrong_number_names[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_set_name_methods[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_set_name_methods[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_set_name_methods[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_set_name_methods[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_set_name_methods[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_set_name_methods[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_set_name_methods[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_set_name_methods[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_set_name_methods[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_set_name_methods[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_set_name_methods[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_set_name_methods[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_set_name_methods[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_hash_error[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_hash_error[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_hash_error[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_hash_error[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_hash_error[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_hash_error[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_hash_error[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_hash_error[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_hash_error[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_hash_error[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_hash_error[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_hash_error[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_hash_error[Int64Index1] 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_copy_and_deepcopy[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_copy_and_deepcopy[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_copy_and_deepcopy[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_copy_and_deepcopy[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_copy_and_deepcopy[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_copy_and_deepcopy[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_copy_and_deepcopy[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_copy_and_deepcopy[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_copy_and_deepcopy[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_copy_and_deepcopy[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_copy_and_deepcopy[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_copy_and_deepcopy[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_copy_and_deepcopy[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_unique[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_unique[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_unique[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_unique[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_unique[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_unique[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_unique[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_unique[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_unique[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_unique[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_unique[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_unique[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_unique[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_unique_na PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_get_unique_index[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_get_unique_index[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_get_unique_index[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_get_unique_index[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_get_unique_index[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_get_unique_index[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_get_unique_index[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_get_unique_index[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_get_unique_index[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_get_unique_index[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_get_unique_index[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_get_unique_index[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_get_unique_index[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_sort[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_sort[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_sort[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_sort[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_sort[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_sort[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_sort[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_sort[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_sort[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_sort[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_sort[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_sort[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_sort[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_mutability[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_mutability[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_mutability[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_mutability[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_mutability[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_mutability[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_mutability[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_mutability[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_mutability[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_mutability[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_mutability[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_mutability[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_mutability[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_view[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_view[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_view[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_view[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_view[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_view[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_view[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_view[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_view[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_view[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_view[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_view[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_view[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_compat[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_compat[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_compat[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_compat[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_compat[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_compat[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_compat[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_compat[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_compat[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_compat[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_compat[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_compat[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_compat[Int64Index1] 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_pickle[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_pickle[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_pickle[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_pickle[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_pickle[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_pickle[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_pickle[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_pickle[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_pickle[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_pickle[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_pickle[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_pickle[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_pickle[Int64Index1] 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_setops_errorcases 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 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_numpy_ufuncs 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_searchsorted_monotonic[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_searchsorted_monotonic[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_searchsorted_monotonic[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_searchsorted_monotonic[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_searchsorted_monotonic[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_searchsorted_monotonic[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_searchsorted_monotonic[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_searchsorted_monotonic[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_searchsorted_monotonic[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_searchsorted_monotonic[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_searchsorted_monotonic[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_searchsorted_monotonic[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_searchsorted_monotonic[Int64Index1] 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_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_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 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_min_max 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_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_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_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_is_unique[values0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_is_unique[values1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_is_unique[values2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_is_unique[values3-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_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_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_frozen.py::TestFrozenList::test_add PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_frozen.py::TestFrozenList::test_inplace 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_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_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_multi.py::TestMultiIndex::test_pickle_compat_construction PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_to_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_to_series_with_arguments PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_shift PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_create_index_existing_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_numeric_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_logical_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_boolean_context_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_reindex_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_indexer_consistency PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_ndarray_compat_properties PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_dtype_str[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_dtype_str[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_dtype_str[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_dtype_str[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_dtype_str[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_dtype_str[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_dtype_str[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_dtype_str[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_dtype_str[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_dtype_str[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_dtype_str[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_dtype_str[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_dtype_str[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_repr_max_seq_item_setting PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_wrong_number_names[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_wrong_number_names[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_wrong_number_names[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_wrong_number_names[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_wrong_number_names[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_wrong_number_names[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_wrong_number_names[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_wrong_number_names[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_wrong_number_names[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_wrong_number_names[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_wrong_number_names[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_wrong_number_names[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_wrong_number_names[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_hash_error[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_hash_error[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_hash_error[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_hash_error[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_hash_error[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_hash_error[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_hash_error[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_hash_error[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_hash_error[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_hash_error[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_hash_error[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_hash_error[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_hash_error[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_copy_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_ensure_copied_data PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_copy_and_deepcopy[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_copy_and_deepcopy[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_copy_and_deepcopy[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_copy_and_deepcopy[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_copy_and_deepcopy[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_copy_and_deepcopy[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_copy_and_deepcopy[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_copy_and_deepcopy[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_copy_and_deepcopy[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_copy_and_deepcopy[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_copy_and_deepcopy[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_copy_and_deepcopy[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_copy_and_deepcopy[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_unique_na PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_sort[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_sort[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_sort[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_sort[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_sort[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_sort[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_sort[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_sort[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_sort[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_sort[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_sort[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_sort[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_sort[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_mutability[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_mutability[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_mutability[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_mutability[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_mutability[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_mutability[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_mutability[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_mutability[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_mutability[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_mutability[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_mutability[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_mutability[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_mutability[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_compat[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_compat[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_compat[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_compat[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_compat[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_compat[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_compat[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_compat[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_compat[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_compat[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_compat[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_compat[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_compat[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_memory_usage PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_numpy_argsort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_pickle[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_pickle[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_pickle[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_pickle[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_pickle[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_pickle[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_pickle[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_pickle[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_pickle[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_pickle[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_pickle[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_pickle[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_pickle[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_take PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_take_invalid_kwargs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_setops_errorcases PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_intersection_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_union_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_difference_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_symmetric_difference PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_insert_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_delete_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_equals PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_equals_op PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_numpy_ufuncs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_hasnans_isnans PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_fillna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_nulls PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_join_self_unique[inner] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_join_self_unique[outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_join_self_unique[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_join_self_unique[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_searchsorted_monotonic[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_searchsorted_monotonic[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_searchsorted_monotonic[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_searchsorted_monotonic[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_searchsorted_monotonic[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_searchsorted_monotonic[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_searchsorted_monotonic[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_searchsorted_monotonic[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_searchsorted_monotonic[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_searchsorted_monotonic[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_searchsorted_monotonic[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_searchsorted_monotonic[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_searchsorted_monotonic[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_map PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_map_dictlike[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_map_dictlike[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_putmask_with_wrong_mask PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_can_hold_identifiers PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_boolean_context_compat2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_labels_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_where PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_where_array_like PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_repeat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_numpy_repeat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_set_name_methods PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_set_names_with_nlevel_1[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_set_names_with_nlevel_1[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_set_levels_labels_directly PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_set_levels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_set_labels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_set_levels_labels_names_bad_input PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_set_levels_categorical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_metadata_immutable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_inplace_mutation_resets_values PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_copy_in_constructor PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_set_value_keeps_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_copy_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_astype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_astype_category[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_astype_category[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_constructor_single_level PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_constructor_no_levels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_constructor_mismatched_label_levels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_constructor_nonhashable_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_duplicate_level_names[names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_duplicate_level_names[names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_duplicate_level_names[names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_duplicate_level_names_access_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_copy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_shallow_copy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_view PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_changing_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_level_number_integer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_from_arrays PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_from_arrays_iterator PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_from_arrays_index_series_datetimetz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_from_arrays_index_series_timedelta PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_from_arrays_index_series_period PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_from_arrays_index_datetimelike_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_from_arrays_index_series_categorical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_from_arrays_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_from_arrays_invalid_input PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_from_arrays_different_lengths PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_from_product PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_from_product_iterator PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_from_product_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_from_product_invalid_input PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_from_product_datetimeindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_from_product_index_series_categorical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_values_boxed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_values_multiindex_datetimeindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_values_multiindex_periodindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_append PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_append_mixed_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_level_values PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_level_values_int_with_na PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_level_values_na PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_level_values_all_na PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_reorder_levels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_nlevels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_iter PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_legacy_pickle SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_legacy_v2_unpickle SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_roundtrip_pickle_with_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_from_tuples_index_values PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_contains PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_contains_top_level PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_contains_with_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_is_all_dates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_is_numeric PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_getitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_getitem_group_select PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_duplicates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_value_duplicates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_level PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_nan[nan-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_nan[nan-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_nan[null_val1-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_nan[null_val1-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_nan[None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_nan[None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_missing_nan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_multiple_dtypes[int-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_multiple_dtypes[int-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_multiple_dtypes[int-bool] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_multiple_dtypes[int-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_multiple_dtypes[float-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_multiple_dtypes[float-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_multiple_dtypes[float-bool] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_multiple_dtypes[float-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_multiple_dtypes[bool-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_multiple_dtypes[bool-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_multiple_dtypes[bool-bool] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_multiple_dtypes[bool-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_multiple_dtypes[str-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_multiple_dtypes[str-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_multiple_dtypes[str-bool] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_multiple_dtypes[str-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_implicit_cast[dtypes0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_implicit_cast[dtypes0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_implicit_cast[dtypes1-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_implicit_cast[dtypes1-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_loc_cast_bool PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_slice_locs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_slice_locs_with_type_mismatch PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_slice_locs_not_sorted PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_slice_locs_partial PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_slice_locs_not_contained PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_consistency PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_truncate PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_indexer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_indexer_nearest PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_indexer_categorical_time PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_hash_collisions PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_format PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_format_integer_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_format_sparse_display PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_format_sparse_config PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_to_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_to_hierarchical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_bounds PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_equals_multi PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_equals_missing_values PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_identical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_is_ PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_union PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_intersection PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_sub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_difference PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_from_tuples PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_from_tuples_iterator PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_from_tuples_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_argsort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_sortlevel PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_sortlevel_not_sort_remaining PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_sortlevel_deterministic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_dims PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_drop PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_droplevel_with_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_droplevel_multiple PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_drop_not_lexsorted PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_insert PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_take_preserve_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_take_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_join_level[inner-other0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_join_level[inner-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_join_level[inner-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_join_level[outer-other0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_join_level[outer-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_join_level[outer-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_join_level[left-other0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_join_level[left-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_join_level[left-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_join_level[right-other0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_join_level[right-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_join_level[right-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_join_level_corner_case PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_join_self[inner] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_join_self[outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_join_self[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_join_self[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_join_multi PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_reindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_reindex_level PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_duplicates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_duplicate_meta_data PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_get_unique_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_unique[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_unique[names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_unique_level[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_unique_level[first] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_unique_level[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_unique_level[second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_unique_datetimelike PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_tolist PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_repr_with_unicode_data PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_repr_roundtrip PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_unicode_string_with_unicode PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_bytestring_with_unicode PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_slice_keep_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_isna_behavior PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_level_setting_resets_attributes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_is_monotonic_increasing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_is_monotonic_decreasing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_is_strictly_monotonic_increasing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_is_strictly_monotonic_decreasing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_reconstruct_sort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_reconstruct_remove_unused PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_remove_unused_nan[level10-level00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_remove_unused_nan[level10-level01] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_remove_unused_nan[level11-level00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_remove_unused_nan[level11-level01] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_remove_unused_levels_large[int64-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_remove_unused_levels_large[datetime64[D]-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_isin PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_isin_nan_not_pypy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_isin_nan_pypy SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_isin_level_kwarg PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_reindex_preserves_names_when_target_is_list_or_ndarray PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_reindex_lvl_preserves_names_when_target_is_list_or_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_reindex_lvl_preserves_type_if_target_is_empty_list_or_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_groupby PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_index_name_retained PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_equals_operator PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_large_multiindex_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_partial_string_timestamp_multiindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_rangeindex_fallback_coercion_bug PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_dropna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_unsortedindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_unsortedindex_doc_examples PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_tuples_with_name_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_nan_stays_float PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_million_record_attribute_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_duplicate_multiindex_labels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_multi.py::TestMultiIndex::test_multiindex_compare PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestIndexArithmeticWithTimedeltaScalar::test_index_mul_timedelta[scalar_td0-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestIndexArithmeticWithTimedeltaScalar::test_index_mul_timedelta[scalar_td0-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestIndexArithmeticWithTimedeltaScalar::test_index_mul_timedelta[scalar_td0-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestIndexArithmeticWithTimedeltaScalar::test_index_mul_timedelta[scalar_td0-index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestIndexArithmeticWithTimedeltaScalar::test_index_mul_timedelta[scalar_td1-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestIndexArithmeticWithTimedeltaScalar::test_index_mul_timedelta[scalar_td1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestIndexArithmeticWithTimedeltaScalar::test_index_mul_timedelta[scalar_td1-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestIndexArithmeticWithTimedeltaScalar::test_index_mul_timedelta[scalar_td1-index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestIndexArithmeticWithTimedeltaScalar::test_index_mul_timedelta[scalar_td2-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestIndexArithmeticWithTimedeltaScalar::test_index_mul_timedelta[scalar_td2-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestIndexArithmeticWithTimedeltaScalar::test_index_mul_timedelta[scalar_td2-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestIndexArithmeticWithTimedeltaScalar::test_index_mul_timedelta[scalar_td2-index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestIndexArithmeticWithTimedeltaScalar::test_index_rdiv_timedelta[scalar_td0-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestIndexArithmeticWithTimedeltaScalar::test_index_rdiv_timedelta[scalar_td0-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestIndexArithmeticWithTimedeltaScalar::test_index_rdiv_timedelta[scalar_td0-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestIndexArithmeticWithTimedeltaScalar::test_index_rdiv_timedelta[scalar_td0-index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestIndexArithmeticWithTimedeltaScalar::test_index_rdiv_timedelta[scalar_td1-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestIndexArithmeticWithTimedeltaScalar::test_index_rdiv_timedelta[scalar_td1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestIndexArithmeticWithTimedeltaScalar::test_index_rdiv_timedelta[scalar_td1-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestIndexArithmeticWithTimedeltaScalar::test_index_rdiv_timedelta[scalar_td1-index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestIndexArithmeticWithTimedeltaScalar::test_index_rdiv_timedelta[scalar_td2-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestIndexArithmeticWithTimedeltaScalar::test_index_rdiv_timedelta[scalar_td2-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestIndexArithmeticWithTimedeltaScalar::test_index_rdiv_timedelta[scalar_td2-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestIndexArithmeticWithTimedeltaScalar::test_index_rdiv_timedelta[scalar_td2-index3] 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 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_dtype_str[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_dtype_str[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_dtype_str[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_dtype_str[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_dtype_str[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_dtype_str[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_dtype_str[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_dtype_str[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_dtype_str[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_dtype_str[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_dtype_str[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_dtype_str[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_dtype_str[Int64Index1] 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_wrong_number_names[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_wrong_number_names[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_wrong_number_names[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_wrong_number_names[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_wrong_number_names[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_wrong_number_names[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_wrong_number_names[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_wrong_number_names[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_wrong_number_names[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_wrong_number_names[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_wrong_number_names[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_wrong_number_names[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_wrong_number_names[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_set_name_methods[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_set_name_methods[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_set_name_methods[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_set_name_methods[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_set_name_methods[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_set_name_methods[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_set_name_methods[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_set_name_methods[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_set_name_methods[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_set_name_methods[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_set_name_methods[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_set_name_methods[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_set_name_methods[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_hash_error[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_hash_error[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_hash_error[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_hash_error[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_hash_error[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_hash_error[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_hash_error[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_hash_error[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_hash_error[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_hash_error[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_hash_error[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_hash_error[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_hash_error[Int64Index1] 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_copy_and_deepcopy[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_copy_and_deepcopy[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_copy_and_deepcopy[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_copy_and_deepcopy[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_copy_and_deepcopy[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_copy_and_deepcopy[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_copy_and_deepcopy[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_copy_and_deepcopy[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_copy_and_deepcopy[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_copy_and_deepcopy[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_copy_and_deepcopy[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_copy_and_deepcopy[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_copy_and_deepcopy[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_duplicates[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_duplicates[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_duplicates[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_duplicates[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_duplicates[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_duplicates[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_duplicates[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_duplicates[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_duplicates[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_duplicates[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_duplicates[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_duplicates[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_duplicates[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_unique[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_unique[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_unique[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_unique[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_unique[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_unique[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_unique[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_unique[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_unique[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_unique[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_unique[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_unique[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_unique[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_unique_na PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_get_unique_index[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_get_unique_index[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_get_unique_index[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_get_unique_index[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_get_unique_index[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_get_unique_index[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_get_unique_index[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_get_unique_index[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_get_unique_index[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_get_unique_index[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_get_unique_index[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_get_unique_index[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_get_unique_index[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_sort[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_sort[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_sort[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_sort[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_sort[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_sort[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_sort[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_sort[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_sort[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_sort[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_sort[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_sort[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_sort[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mutability[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mutability[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mutability[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mutability[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mutability[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mutability[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mutability[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mutability[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mutability[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mutability[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mutability[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mutability[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mutability[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_view[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_view[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_view[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_view[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_view[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_view[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_view[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_view[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_view[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_view[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_view[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_view[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_view[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_compat[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_compat[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_compat[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_compat[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_compat[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_compat[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_compat[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_compat[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_compat[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_compat[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_compat[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_compat[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_compat[Int64Index1] 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_pickle[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_pickle[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_pickle[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_pickle[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_pickle[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_pickle[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_pickle[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_pickle[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_pickle[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_pickle[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_pickle[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_pickle[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_pickle[Int64Index1] 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_setops_errorcases 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 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_numpy_ufuncs 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_searchsorted_monotonic[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_searchsorted_monotonic[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_searchsorted_monotonic[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_searchsorted_monotonic[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_searchsorted_monotonic[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_searchsorted_monotonic[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_searchsorted_monotonic[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_searchsorted_monotonic[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_searchsorted_monotonic[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_searchsorted_monotonic[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_searchsorted_monotonic[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_searchsorted_monotonic[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_searchsorted_monotonic[Int64Index1] 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_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_mul_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_rmul_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_div_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_floordiv_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mul_int_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mul_int_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mul_float_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mul_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mul_datelike_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mul_size_mismatch_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_divmod PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_pow_float PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_rpow_float PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_divmod_series xfail
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_div_zero[zero0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_div_zero[zero1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_div_zero[zero2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_div_zero[zero3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_div_zero[zero4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_div_zero[zero5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_div_zero[zero6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_div_zero[zero7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_div_zero[zero8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_div_zero[00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_div_zero[0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_div_zero[01] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_floordiv_zero[zero0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_floordiv_zero[zero1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_floordiv_zero[zero2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_floordiv_zero[zero3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_floordiv_zero[zero4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_floordiv_zero[zero5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_floordiv_zero[zero6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_floordiv_zero[zero7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_floordiv_zero[zero8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_floordiv_zero[00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_floordiv_zero[0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_floordiv_zero[01] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mod_zero[zero0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mod_zero[zero1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mod_zero[zero2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mod_zero[zero3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mod_zero[zero4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mod_zero[zero5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mod_zero[zero6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mod_zero[zero7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mod_zero[zero8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mod_zero[00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mod_zero[0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_mod_zero[01] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_divmod_zero[zero0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_divmod_zero[zero1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_divmod_zero[zero2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_divmod_zero[zero3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_divmod_zero[zero4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_divmod_zero[zero5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_divmod_zero[zero6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_divmod_zero[zero7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_divmod_zero[zero8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_divmod_zero[00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_divmod_zero[0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_divmod_zero[01] 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_ufunc_compat 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_modulo 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_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 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_dtype_str[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_dtype_str[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_dtype_str[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_dtype_str[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_dtype_str[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_dtype_str[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_dtype_str[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_dtype_str[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_dtype_str[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_dtype_str[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_dtype_str[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_dtype_str[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_dtype_str[Int64Index1] 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_wrong_number_names[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_wrong_number_names[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_wrong_number_names[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_wrong_number_names[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_wrong_number_names[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_wrong_number_names[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_wrong_number_names[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_wrong_number_names[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_wrong_number_names[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_wrong_number_names[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_wrong_number_names[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_wrong_number_names[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_wrong_number_names[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_set_name_methods[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_set_name_methods[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_set_name_methods[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_set_name_methods[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_set_name_methods[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_set_name_methods[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_set_name_methods[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_set_name_methods[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_set_name_methods[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_set_name_methods[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_set_name_methods[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_set_name_methods[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_set_name_methods[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_hash_error[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_hash_error[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_hash_error[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_hash_error[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_hash_error[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_hash_error[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_hash_error[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_hash_error[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_hash_error[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_hash_error[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_hash_error[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_hash_error[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_hash_error[Int64Index1] 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_copy_and_deepcopy[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_copy_and_deepcopy[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_copy_and_deepcopy[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_copy_and_deepcopy[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_copy_and_deepcopy[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_copy_and_deepcopy[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_copy_and_deepcopy[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_copy_and_deepcopy[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_copy_and_deepcopy[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_copy_and_deepcopy[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_copy_and_deepcopy[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_copy_and_deepcopy[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_copy_and_deepcopy[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_duplicates[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_duplicates[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_duplicates[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_duplicates[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_duplicates[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_duplicates[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_duplicates[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_duplicates[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_duplicates[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_duplicates[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_duplicates[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_duplicates[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_duplicates[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_unique[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_unique[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_unique[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_unique[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_unique[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_unique[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_unique[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_unique[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_unique[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_unique[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_unique[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_unique[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_unique[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_unique_na PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_get_unique_index[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_get_unique_index[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_get_unique_index[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_get_unique_index[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_get_unique_index[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_get_unique_index[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_get_unique_index[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_get_unique_index[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_get_unique_index[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_get_unique_index[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_get_unique_index[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_get_unique_index[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_get_unique_index[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_sort[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_sort[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_sort[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_sort[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_sort[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_sort[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_sort[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_sort[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_sort[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_sort[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_sort[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_sort[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_sort[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mutability[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mutability[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mutability[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mutability[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mutability[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mutability[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mutability[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mutability[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mutability[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mutability[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mutability[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mutability[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mutability[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_compat[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_compat[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_compat[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_compat[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_compat[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_compat[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_compat[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_compat[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_compat[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_compat[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_compat[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_compat[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_compat[Int64Index1] 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_pickle[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_pickle[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_pickle[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_pickle[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_pickle[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_pickle[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_pickle[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_pickle[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_pickle[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_pickle[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_pickle[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_pickle[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_pickle[Int64Index1] 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_setops_errorcases 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 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_numpy_ufuncs 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_searchsorted_monotonic[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_searchsorted_monotonic[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_searchsorted_monotonic[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_searchsorted_monotonic[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_searchsorted_monotonic[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_searchsorted_monotonic[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_searchsorted_monotonic[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_searchsorted_monotonic[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_searchsorted_monotonic[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_searchsorted_monotonic[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_searchsorted_monotonic[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_searchsorted_monotonic[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_searchsorted_monotonic[Int64Index1] 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_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_mul_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_rmul_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_div_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_floordiv_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mul_int_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mul_int_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mul_float_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mul_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mul_datelike_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mul_size_mismatch_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_divmod PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_pow_float PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_rpow_float PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_divmod_series xfail
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_div_zero[zero0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_div_zero[zero1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_div_zero[zero2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_div_zero[zero3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_div_zero[zero4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_div_zero[zero5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_div_zero[zero6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_div_zero[zero7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_div_zero[zero8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_div_zero[00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_div_zero[0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_div_zero[01] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_floordiv_zero[zero0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_floordiv_zero[zero1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_floordiv_zero[zero2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_floordiv_zero[zero3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_floordiv_zero[zero4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_floordiv_zero[zero5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_floordiv_zero[zero6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_floordiv_zero[zero7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_floordiv_zero[zero8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_floordiv_zero[00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_floordiv_zero[0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_floordiv_zero[01] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mod_zero[zero0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mod_zero[zero1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mod_zero[zero2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mod_zero[zero3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mod_zero[zero4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mod_zero[zero5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mod_zero[zero6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mod_zero[zero7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mod_zero[zero8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mod_zero[00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mod_zero[0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_mod_zero[01] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_divmod_zero[zero0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_divmod_zero[zero1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_divmod_zero[zero2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_divmod_zero[zero3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_divmod_zero[zero4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_divmod_zero[zero5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_divmod_zero[zero6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_divmod_zero[zero7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_divmod_zero[zero8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_divmod_zero[00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_divmod_zero[0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_divmod_zero[01] 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_ufunc_compat 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_modulo 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[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_view[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_view[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_view[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_view[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_view[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_view[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_view[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_view[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_view[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_view[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_view[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_view[Int64Index1] 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 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_ufunc_coercions 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_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 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_dtype_str[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_dtype_str[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_dtype_str[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_dtype_str[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_dtype_str[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_dtype_str[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_dtype_str[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_dtype_str[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_dtype_str[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_dtype_str[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_dtype_str[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_dtype_str[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_dtype_str[Int64Index1] 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_wrong_number_names[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_wrong_number_names[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_wrong_number_names[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_wrong_number_names[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_wrong_number_names[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_wrong_number_names[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_wrong_number_names[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_wrong_number_names[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_wrong_number_names[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_wrong_number_names[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_wrong_number_names[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_wrong_number_names[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_wrong_number_names[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_set_name_methods[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_set_name_methods[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_set_name_methods[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_set_name_methods[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_set_name_methods[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_set_name_methods[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_set_name_methods[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_set_name_methods[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_set_name_methods[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_set_name_methods[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_set_name_methods[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_set_name_methods[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_set_name_methods[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_hash_error[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_hash_error[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_hash_error[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_hash_error[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_hash_error[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_hash_error[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_hash_error[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_hash_error[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_hash_error[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_hash_error[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_hash_error[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_hash_error[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_hash_error[Int64Index1] 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_copy_and_deepcopy[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_copy_and_deepcopy[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_copy_and_deepcopy[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_copy_and_deepcopy[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_copy_and_deepcopy[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_copy_and_deepcopy[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_copy_and_deepcopy[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_copy_and_deepcopy[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_copy_and_deepcopy[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_copy_and_deepcopy[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_copy_and_deepcopy[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_copy_and_deepcopy[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_copy_and_deepcopy[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_duplicates[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_duplicates[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_duplicates[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_duplicates[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_duplicates[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_duplicates[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_duplicates[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_duplicates[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_duplicates[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_duplicates[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_duplicates[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_duplicates[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_duplicates[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_unique[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_unique[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_unique[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_unique[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_unique[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_unique[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_unique[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_unique[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_unique[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_unique[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_unique[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_unique[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_unique[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_unique_na PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_get_unique_index[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_get_unique_index[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_get_unique_index[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_get_unique_index[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_get_unique_index[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_get_unique_index[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_get_unique_index[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_get_unique_index[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_get_unique_index[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_get_unique_index[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_get_unique_index[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_get_unique_index[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_get_unique_index[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_sort[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_sort[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_sort[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_sort[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_sort[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_sort[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_sort[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_sort[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_sort[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_sort[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_sort[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_sort[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_sort[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mutability[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mutability[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mutability[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mutability[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mutability[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mutability[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mutability[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mutability[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mutability[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mutability[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mutability[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mutability[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mutability[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_compat[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_compat[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_compat[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_compat[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_compat[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_compat[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_compat[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_compat[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_compat[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_compat[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_compat[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_compat[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_compat[Int64Index1] 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_pickle[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_pickle[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_pickle[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_pickle[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_pickle[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_pickle[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_pickle[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_pickle[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_pickle[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_pickle[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_pickle[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_pickle[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_pickle[Int64Index1] 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_setops_errorcases 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 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_numpy_ufuncs 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_searchsorted_monotonic[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_searchsorted_monotonic[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_searchsorted_monotonic[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_searchsorted_monotonic[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_searchsorted_monotonic[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_searchsorted_monotonic[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_searchsorted_monotonic[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_searchsorted_monotonic[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_searchsorted_monotonic[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_searchsorted_monotonic[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_searchsorted_monotonic[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_searchsorted_monotonic[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_searchsorted_monotonic[Int64Index1] 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_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_mul_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_rmul_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_div_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_floordiv_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mul_int_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mul_int_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mul_float_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mul_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mul_datelike_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mul_size_mismatch_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_divmod PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_pow_float PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_rpow_float PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_divmod_series xfail
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_div_zero[zero0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_div_zero[zero1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_div_zero[zero2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_div_zero[zero3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_div_zero[zero4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_div_zero[zero5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_div_zero[zero6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_div_zero[zero7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_div_zero[zero8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_div_zero[00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_div_zero[0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_div_zero[01] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_floordiv_zero[zero0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_floordiv_zero[zero1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_floordiv_zero[zero2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_floordiv_zero[zero3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_floordiv_zero[zero4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_floordiv_zero[zero5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_floordiv_zero[zero6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_floordiv_zero[zero7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_floordiv_zero[zero8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_floordiv_zero[00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_floordiv_zero[0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_floordiv_zero[01] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mod_zero[zero0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mod_zero[zero1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mod_zero[zero2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mod_zero[zero3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mod_zero[zero4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mod_zero[zero5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mod_zero[zero6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mod_zero[zero7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mod_zero[zero8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mod_zero[00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mod_zero[0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_mod_zero[01] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_divmod_zero[zero0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_divmod_zero[zero1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_divmod_zero[zero2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_divmod_zero[zero3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_divmod_zero[zero4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_divmod_zero[zero5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_divmod_zero[zero6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_divmod_zero[zero7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_divmod_zero[zero8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_divmod_zero[00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_divmod_zero[0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_divmod_zero[01] 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_ufunc_compat 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_modulo 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[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_view[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_view[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_view[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_view[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_view[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_view[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_view[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_view[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_view[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_view[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_view[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_view[Int64Index1] 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 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_ufunc_coercions 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_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 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_dtype_str[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_dtype_str[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_dtype_str[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_dtype_str[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_dtype_str[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_dtype_str[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_dtype_str[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_dtype_str[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_dtype_str[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_dtype_str[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_dtype_str[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_dtype_str[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_dtype_str[Int64Index1] 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_wrong_number_names[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_wrong_number_names[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_wrong_number_names[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_wrong_number_names[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_wrong_number_names[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_wrong_number_names[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_wrong_number_names[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_wrong_number_names[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_wrong_number_names[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_wrong_number_names[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_wrong_number_names[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_wrong_number_names[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_wrong_number_names[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_set_name_methods[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_set_name_methods[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_set_name_methods[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_set_name_methods[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_set_name_methods[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_set_name_methods[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_set_name_methods[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_set_name_methods[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_set_name_methods[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_set_name_methods[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_set_name_methods[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_set_name_methods[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_set_name_methods[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_hash_error[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_hash_error[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_hash_error[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_hash_error[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_hash_error[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_hash_error[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_hash_error[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_hash_error[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_hash_error[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_hash_error[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_hash_error[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_hash_error[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_hash_error[Int64Index1] 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_copy_and_deepcopy[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_copy_and_deepcopy[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_copy_and_deepcopy[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_copy_and_deepcopy[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_copy_and_deepcopy[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_copy_and_deepcopy[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_copy_and_deepcopy[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_copy_and_deepcopy[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_copy_and_deepcopy[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_copy_and_deepcopy[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_copy_and_deepcopy[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_copy_and_deepcopy[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_copy_and_deepcopy[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_unique[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_unique[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_unique[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_unique[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_unique[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_unique[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_unique[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_unique[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_unique[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_unique[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_unique[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_unique[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_unique[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_unique_na PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_get_unique_index[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_get_unique_index[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_get_unique_index[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_get_unique_index[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_get_unique_index[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_get_unique_index[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_get_unique_index[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_get_unique_index[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_get_unique_index[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_get_unique_index[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_get_unique_index[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_get_unique_index[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_get_unique_index[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_sort[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_sort[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_sort[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_sort[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_sort[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_sort[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_sort[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_sort[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_sort[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_sort[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_sort[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_sort[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_sort[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mutability[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mutability[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mutability[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mutability[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mutability[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mutability[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mutability[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mutability[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mutability[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mutability[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mutability[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mutability[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mutability[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_compat[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_compat[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_compat[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_compat[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_compat[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_compat[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_compat[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_compat[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_compat[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_compat[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_compat[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_compat[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_compat[Int64Index1] 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_pickle[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_pickle[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_pickle[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_pickle[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_pickle[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_pickle[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_pickle[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_pickle[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_pickle[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_pickle[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_pickle[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_pickle[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_pickle[Int64Index1] 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_setops_errorcases 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 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_numpy_ufuncs 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_searchsorted_monotonic[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_searchsorted_monotonic[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_searchsorted_monotonic[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_searchsorted_monotonic[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_searchsorted_monotonic[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_searchsorted_monotonic[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_searchsorted_monotonic[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_searchsorted_monotonic[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_searchsorted_monotonic[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_searchsorted_monotonic[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_searchsorted_monotonic[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_searchsorted_monotonic[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_searchsorted_monotonic[Int64Index1] 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_numeric_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mul_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_rmul_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_div_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_floordiv_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mul_int_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mul_int_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mul_float_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mul_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mul_datelike_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mul_size_mismatch_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_divmod PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_pow_float PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_rpow_float PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_divmod_series xfail
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_div_zero[zero0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_div_zero[zero1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_div_zero[zero2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_div_zero[zero3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_div_zero[zero4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_div_zero[zero5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_div_zero[zero6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_div_zero[zero7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_div_zero[zero8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_div_zero[00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_div_zero[0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_div_zero[01] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_floordiv_zero[zero0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_floordiv_zero[zero1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_floordiv_zero[zero2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_floordiv_zero[zero3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_floordiv_zero[zero4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_floordiv_zero[zero5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_floordiv_zero[zero6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_floordiv_zero[zero7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_floordiv_zero[zero8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_floordiv_zero[00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_floordiv_zero[0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_floordiv_zero[01] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mod_zero[zero0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mod_zero[zero1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mod_zero[zero2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mod_zero[zero3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mod_zero[zero4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mod_zero[zero5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mod_zero[zero6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mod_zero[zero7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mod_zero[zero8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mod_zero[00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mod_zero[0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_mod_zero[01] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_divmod_zero[zero0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_divmod_zero[zero1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_divmod_zero[zero2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_divmod_zero[zero3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_divmod_zero[zero4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_divmod_zero[zero5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_divmod_zero[zero6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_divmod_zero[zero7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_divmod_zero[zero8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_divmod_zero[00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_divmod_zero[0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_divmod_zero[01] 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_modulo 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_binops PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_binops_pow 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 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_numeric_compat2 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_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[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_view[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_view[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_view[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_view[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_view[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_view[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_view[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_view[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_view[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_view[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_view[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_view[Int64Index1] 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_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_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 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_union_noncomparable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_union 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_duplicates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_ufunc_compat 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 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_max_min[0-400-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_max_min[500-0--6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_max_min[-1000000-1000000-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_max_min[1000000--1000000--4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_max_min[0-10-20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[None-other0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[None-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[None-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[UTC-other0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[UTC-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[UTC-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[Asia/Tokyo-other0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[Asia/Tokyo-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[Asia/Tokyo-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[US/Eastern-other0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[US/Eastern-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[US/Eastern-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[dateutil/Asia/Singapore-other0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[dateutil/Asia/Singapore-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[dateutil/Asia/Singapore-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[dateutil/US/Pacific-other0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[dateutil/US/Pacific-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[dateutil/US/Pacific-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[None-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[None-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[UTC-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[UTC-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[UTC-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[Asia/Tokyo-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[Asia/Tokyo-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[Asia/Tokyo-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[US/Eastern-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[US/Eastern-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[US/Eastern-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[dateutil/Asia/Singapore-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[dateutil/Asia/Singapore-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[dateutil/Asia/Singapore-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[dateutil/US/Pacific-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[dateutil/US/Pacific-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[dateutil/US/Pacific-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[None-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[None-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[UTC-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[UTC-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[UTC-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[Asia/Tokyo-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[Asia/Tokyo-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[Asia/Tokyo-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[US/Eastern-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[US/Eastern-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[US/Eastern-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[dateutil/Asia/Singapore-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[dateutil/Asia/Singapore-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[dateutil/Asia/Singapore-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[dateutil/US/Pacific-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[dateutil/US/Pacific-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[dateutil/US/Pacific-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[None-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[UTC-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[UTC-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[Asia/Tokyo-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[Asia/Tokyo-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[US/Eastern-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[US/Eastern-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[dateutil/Asia/Singapore-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[dateutil/Asia/Singapore-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[dateutil/US/Pacific-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[dateutil/US/Pacific-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_nat_behaves_like_float_cmp_nan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat[op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat[op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat[op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat[op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat[op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat[op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_nat_comparison_tzawareness[op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_nat_comparison_tzawareness[op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_nat_comparison_tzawareness[op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_nat_comparison_tzawareness[op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_nat_comparison_tzawareness[op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_nat_comparison_tzawareness[op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_int_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexComparisons::test_dti_cmp_list PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_sub_float[op0-3.14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_sub_float[op0-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_sub_float[radd-3.14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_sub_float[radd-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_sub_float[op2-3.14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_sub_float[op2-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_sub_float[rsub-3.14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_sub_float[rsub-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_timestamp_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_radd_timestamp_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_int[None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_int[None-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_int[UTC-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_int[UTC-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_int[Asia/Tokyo-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_int[Asia/Tokyo-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_int[US/Eastern-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_int[US/Eastern-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_int[dateutil/Asia/Singapore-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_int[dateutil/Asia/Singapore-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_int[dateutil/US/Pacific-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_int[dateutil/US/Pacific-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_int[None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_int[None-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_int[UTC-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_int[UTC-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_int[Asia/Tokyo-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_int[Asia/Tokyo-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_int[US/Eastern-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_int[US/Eastern-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_int[dateutil/Asia/Singapore-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_int[dateutil/Asia/Singapore-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_int[dateutil/US/Pacific-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_int[dateutil/US/Pacific-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_int[None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_int[None-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_int[UTC-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_int[UTC-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_int[Asia/Tokyo-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_int[Asia/Tokyo-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_int[US/Eastern-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_int[US/Eastern-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_int[dateutil/Asia/Singapore-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_int[dateutil/Asia/Singapore-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_int[dateutil/US/Pacific-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_int[dateutil/US/Pacific-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_int[None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_int[None-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_int[UTC-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_int[UTC-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_int[Asia/Tokyo-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_int[Asia/Tokyo-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_int[US/Eastern-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_int[US/Eastern-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_int[dateutil/Asia/Singapore-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_int[dateutil/Asia/Singapore-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_int[dateutil/US/Pacific-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_int[dateutil/US/Pacific-one1] 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[Asia/Tokyo] 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[dateutil/Asia/Singapore] 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_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_add_timedeltalike[None-<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_timedeltalike[None-2:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_timedeltalike[None-2 hours] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_timedeltalike[None-0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_timedeltalike[UTC-<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_timedeltalike[UTC-2:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_timedeltalike[UTC-2 hours] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_timedeltalike[UTC-0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_timedeltalike[Asia/Tokyo-<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_timedeltalike[Asia/Tokyo-2:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_timedeltalike[Asia/Tokyo-2 hours] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_timedeltalike[Asia/Tokyo-0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_timedeltalike[US/Eastern-<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_timedeltalike[US/Eastern-2:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_timedeltalike[US/Eastern-2 hours] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_timedeltalike[US/Eastern-0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_timedeltalike[dateutil/Asia/Singapore-<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_timedeltalike[dateutil/Asia/Singapore-2:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_timedeltalike[dateutil/Asia/Singapore-2 hours] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_timedeltalike[dateutil/Asia/Singapore-0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_timedeltalike[dateutil/US/Pacific-<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_timedeltalike[dateutil/US/Pacific-2:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_timedeltalike[dateutil/US/Pacific-2 hours] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_timedeltalike[dateutil/US/Pacific-0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_timedeltalike[None-<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_timedeltalike[None-2:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_timedeltalike[None-2 hours] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_timedeltalike[None-0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_timedeltalike[UTC-<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_timedeltalike[UTC-2:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_timedeltalike[UTC-2 hours] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_timedeltalike[UTC-0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_timedeltalike[Asia/Tokyo-<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_timedeltalike[Asia/Tokyo-2:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_timedeltalike[Asia/Tokyo-2 hours] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_timedeltalike[Asia/Tokyo-0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_timedeltalike[US/Eastern-<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_timedeltalike[US/Eastern-2:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_timedeltalike[US/Eastern-2 hours] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_timedeltalike[US/Eastern-0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_timedeltalike[dateutil/Asia/Singapore-<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_timedeltalike[dateutil/Asia/Singapore-2:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_timedeltalike[dateutil/Asia/Singapore-2 hours] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_timedeltalike[dateutil/Asia/Singapore-0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_timedeltalike[dateutil/US/Pacific-<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_timedeltalike[dateutil/US/Pacific-2:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_timedeltalike[dateutil/US/Pacific-2 hours] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_timedeltalike[dateutil/US/Pacific-0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_timedeltalike[None-<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_timedeltalike[None-2:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_timedeltalike[None-2 hours] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_timedeltalike[None-0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_timedeltalike[UTC-<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_timedeltalike[UTC-2:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_timedeltalike[UTC-2 hours] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_timedeltalike[UTC-0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_timedeltalike[Asia/Tokyo-<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_timedeltalike[Asia/Tokyo-2:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_timedeltalike[Asia/Tokyo-2 hours] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_timedeltalike[Asia/Tokyo-0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_timedeltalike[US/Eastern-<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_timedeltalike[US/Eastern-2:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_timedeltalike[US/Eastern-2 hours] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_timedeltalike[US/Eastern-0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_timedeltalike[dateutil/Asia/Singapore-<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_timedeltalike[dateutil/Asia/Singapore-2:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_timedeltalike[dateutil/Asia/Singapore-2 hours] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_timedeltalike[dateutil/Asia/Singapore-0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_timedeltalike[dateutil/US/Pacific-<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_timedeltalike[dateutil/US/Pacific-2:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_timedeltalike[dateutil/US/Pacific-2 hours] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_timedeltalike[dateutil/US/Pacific-0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_timedeltalike[None-<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_timedeltalike[None-2:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_timedeltalike[None-2 hours] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_timedeltalike[None-0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_timedeltalike[UTC-<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_timedeltalike[UTC-2:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_timedeltalike[UTC-2 hours] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_timedeltalike[UTC-0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_timedeltalike[Asia/Tokyo-<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_timedeltalike[Asia/Tokyo-2:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_timedeltalike[Asia/Tokyo-2 hours] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_timedeltalike[Asia/Tokyo-0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_timedeltalike[US/Eastern-<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_timedeltalike[US/Eastern-2:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_timedeltalike[US/Eastern-2 hours] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_timedeltalike[US/Eastern-0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_timedeltalike[dateutil/Asia/Singapore-<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_timedeltalike[dateutil/Asia/Singapore-2:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_timedeltalike[dateutil/Asia/Singapore-2 hours] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_timedeltalike[dateutil/Asia/Singapore-0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_timedeltalike[dateutil/US/Pacific-<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_timedeltalike[dateutil/US/Pacific-2:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_timedeltalike[dateutil/US/Pacific-2 hours] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_timedeltalike[dateutil/US/Pacific-0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_tdi[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_tdi[UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_tdi[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_tdi[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_tdi[dateutil/Asia/Singapore] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_tdi[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_tdi[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_tdi[UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_tdi[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_tdi[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_tdi[dateutil/Asia/Singapore] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_iadd_tdi[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_tdi[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_tdi[UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_tdi[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_tdi[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_tdi[dateutil/Asia/Singapore] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_tdi[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_tdi[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_tdi[UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_tdi[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_tdi[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_tdi[dateutil/Asia/Singapore] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_isub_tdi[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_add_datetimelike_and_dti[datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_add_datetimelike_and_dti[DatetimeIndex0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_add_datetimelike_and_dti[DatetimeIndex1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_add_datetimelike_and_dti[datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_add_datetimelike_and_dti[Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_add_datetimelike_and_dti_tz[datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_add_datetimelike_and_dti_tz[DatetimeIndex0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_add_datetimelike_and_dti_tz[DatetimeIndex1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_add_datetimelike_and_dti_tz[datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_add_datetimelike_and_dti_tz[Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_dt64_array_raises[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_dt64_array_raises[UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_dt64_array_raises[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_dt64_array_raises[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_dt64_array_raises[dateutil/Asia/Singapore] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_dt64_array_raises[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_dt64_array_naive PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_dt64_array_aware_raises[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_dt64_array_aware_raises[UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_dt64_array_aware_raises[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_dt64_array_aware_raises[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_dt64_array_aware_raises[dateutil/Asia/Singapore] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_dt64_array_aware_raises[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_td64_array[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_td64_array[UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_td64_array[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_td64_array[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_td64_array[dateutil/Asia/Singapore] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_td64_array[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_td64_array[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_td64_array[UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_td64_array[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_td64_array[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_td64_array[dateutil/Asia/Singapore] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_td64_array[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_sub_dti_dti PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_sub_period[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_sub_period[D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_ufunc_coercions PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_datetimeindex_sub_timestamp_overflow PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_series[None-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_series[None-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_series[None-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_series[America/Chicago-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_series[America/Chicago-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_series[America/Chicago-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_offset_array[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_offset_array[UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_offset_array[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_offset_array[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_offset_array[dateutil/Asia/Singapore] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_offset_array[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[None-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[None-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[None-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[UTC-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[UTC-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[UTC-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[Asia/Tokyo-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[Asia/Tokyo-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[Asia/Tokyo-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[US/Eastern-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[US/Eastern-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[US/Eastern-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[dateutil/Asia/Singapore-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[dateutil/Asia/Singapore-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[dateutil/Asia/Singapore-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[dateutil/US/Pacific-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[dateutil/US/Pacific-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[dateutil/US/Pacific-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_array[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_array[UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_array[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_array[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_array[dateutil/Asia/Singapore] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_array[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[None-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[None-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[None-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[UTC-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[UTC-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[UTC-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[Asia/Tokyo-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[Asia/Tokyo-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[Asia/Tokyo-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[US/Eastern-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[US/Eastern-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[US/Eastern-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[dateutil/Asia/Singapore-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[dateutil/Asia/Singapore-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[dateutil/Asia/Singapore-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[dateutil/US/Pacific-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[dateutil/US/Pacific-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[dateutil/US/Pacific-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[None-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[None-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[None-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[UTC-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[UTC-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[UTC-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[Asia/Tokyo-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[Asia/Tokyo-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[Asia/Tokyo-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[US/Eastern-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[US/Eastern-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[US/Eastern-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[dateutil/Asia/Singapore-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[dateutil/Asia/Singapore-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[dateutil/Asia/Singapore-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[dateutil/US/Pacific-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[dateutil/US/Pacific-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[dateutil/US/Pacific-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_offset_tzaware[UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_offset_tzaware[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_offset_tzaware[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_add_offset_tzaware[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_offset_array[Series-assert_series_equal] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_offset_array[DatetimeIndex-assert_index_equal] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets_relativedelta[Series-assert_series_equal] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets_relativedelta[DatetimeIndex-assert_index_equal] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-YearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-cls_and_kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-YearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-cls_and_kwargs3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-MonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-MonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-SemiMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-SemiMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-Week] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-cls_and_kwargs9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-BusinessDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-BDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-QuarterEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-QuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-CustomBusinessDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-CDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-CBMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-CBMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-BMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-BMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-BusinessHour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-BYearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-BYearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-BQuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-cls_and_kwargs24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-cls_and_kwargs25] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-cls_and_kwargs26] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-cls_and_kwargs27] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-Easter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-cls_and_kwargs29] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-True-cls_and_kwargs30] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-YearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-cls_and_kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-YearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-cls_and_kwargs3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-MonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-MonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-SemiMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-SemiMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-Week] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-cls_and_kwargs9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-BusinessDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-BDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-QuarterEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-QuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-CustomBusinessDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-CDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-CBMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-CBMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-BMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-BMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-BusinessHour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-BYearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-BYearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-BQuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-cls_and_kwargs24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-cls_and_kwargs25] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-cls_and_kwargs26] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-cls_and_kwargs27] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-Easter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-cls_and_kwargs29] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[Series-assert_series_equal-False-cls_and_kwargs30] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-YearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-cls_and_kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-YearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-cls_and_kwargs3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-MonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-MonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-SemiMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-SemiMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-Week] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-cls_and_kwargs9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-BusinessDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-BDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-QuarterEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-QuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-CustomBusinessDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-CDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-CBMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-CBMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-BMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-BMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-BusinessHour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-BYearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-BYearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-BQuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-cls_and_kwargs24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-cls_and_kwargs25] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-cls_and_kwargs26] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-cls_and_kwargs27] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-Easter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-cls_and_kwargs29] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-True-cls_and_kwargs30] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-YearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-cls_and_kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-YearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-cls_and_kwargs3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-MonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-MonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-SemiMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-SemiMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-Week] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-cls_and_kwargs9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-BusinessDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-BDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-QuarterEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-QuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-CustomBusinessDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-CDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-CBMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-CBMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-BMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-BMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-BusinessHour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-BYearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-BYearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-BQuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-cls_and_kwargs24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-cls_and_kwargs25] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-cls_and_kwargs26] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-cls_and_kwargs27] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-Easter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-cls_and_kwargs29] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_dt64_with_DateOffsets[DatetimeIndex-assert_index_equal-False-cls_and_kwargs30] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_datetime64_with_DateOffset[Series-assert_series_equal] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_datetime64_with_DateOffset[DatetimeIndex-assert_index_equal] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_shift_months[-2--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_shift_months[-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_shift_months[-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_shift_months[0--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_shift_months[0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_shift_months[0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_shift_months[2--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_shift_months[2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::test_shift_months[2-1] 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_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::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_pytz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestToPeriod::test_to_period_tz_explicit_pytz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestToPeriod::test_to_period_tz_dateutil 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_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 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_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_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::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_small_int[int64] 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[int16] 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_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_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[int0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_compat_replace[int1] 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::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_cached_range PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestBusinessDateRange::test_cached_range_bug PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestBusinessDateRange::test_timezone_comparaison_bug PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestBusinessDateRange::test_timezone_comparaison_assert 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_error_with_zero_monthends PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestBusinessDateRange::test_range_bug PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestBusinessDateRange::test_range_tz_pytz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestBusinessDateRange::test_range_tz_dst_straddle_pytz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestBusinessDateRange::test_range_tz_dateutil PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestBusinessDateRange::test_range_closed[1D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestBusinessDateRange::test_range_closed[3D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestBusinessDateRange::test_range_closed[2M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestBusinessDateRange::test_range_closed[7W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestBusinessDateRange::test_range_closed[3H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestBusinessDateRange::test_range_closed[A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestBusinessDateRange::test_range_closed_with_tz_aware_start_end PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestBusinessDateRange::test_range_closed_boundary[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestBusinessDateRange::test_range_closed_boundary[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestBusinessDateRange::test_range_closed_boundary[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestBusinessDateRange::test_years_only PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestBusinessDateRange::test_freq_divides_end_in_nanos 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_cached_range 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_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_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_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_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 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_dtype_str[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_dtype_str[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_dtype_str[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_dtype_str[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_dtype_str[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_dtype_str[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_dtype_str[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_dtype_str[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_dtype_str[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_dtype_str[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_dtype_str[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_dtype_str[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_dtype_str[Int64Index1] 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_wrong_number_names[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_wrong_number_names[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_wrong_number_names[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_wrong_number_names[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_wrong_number_names[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_wrong_number_names[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_wrong_number_names[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_wrong_number_names[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_wrong_number_names[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_wrong_number_names[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_wrong_number_names[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_wrong_number_names[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_wrong_number_names[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_set_name_methods[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_set_name_methods[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_set_name_methods[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_set_name_methods[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_set_name_methods[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_set_name_methods[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_set_name_methods[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_set_name_methods[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_set_name_methods[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_set_name_methods[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_set_name_methods[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_set_name_methods[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_set_name_methods[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_hash_error[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_hash_error[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_hash_error[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_hash_error[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_hash_error[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_hash_error[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_hash_error[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_hash_error[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_hash_error[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_hash_error[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_hash_error[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_hash_error[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_hash_error[Int64Index1] 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_copy_and_deepcopy[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_copy_and_deepcopy[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_copy_and_deepcopy[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_copy_and_deepcopy[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_copy_and_deepcopy[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_copy_and_deepcopy[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_copy_and_deepcopy[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_copy_and_deepcopy[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_copy_and_deepcopy[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_copy_and_deepcopy[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_copy_and_deepcopy[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_copy_and_deepcopy[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_copy_and_deepcopy[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_duplicates[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_duplicates[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_duplicates[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_duplicates[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_duplicates[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_duplicates[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_duplicates[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_duplicates[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_duplicates[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_duplicates[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_duplicates[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_duplicates[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_duplicates[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_unique[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_unique[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_unique[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_unique[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_unique[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_unique[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_unique[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_unique[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_unique[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_unique[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_unique[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_unique[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_unique[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_unique_na PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_get_unique_index[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_get_unique_index[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_get_unique_index[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_get_unique_index[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_get_unique_index[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_get_unique_index[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_get_unique_index[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_get_unique_index[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_get_unique_index[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_get_unique_index[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_get_unique_index[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_get_unique_index[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_get_unique_index[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_sort[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_sort[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_sort[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_sort[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_sort[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_sort[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_sort[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_sort[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_sort[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_sort[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_sort[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_sort[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_sort[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_mutability[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_mutability[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_mutability[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_mutability[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_mutability[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_mutability[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_mutability[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_mutability[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_mutability[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_mutability[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_mutability[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_mutability[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_mutability[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_compat[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_compat[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_compat[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_compat[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_compat[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_compat[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_compat[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_compat[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_compat[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_compat[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_compat[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_compat[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_compat[Int64Index1] 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_pickle[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_pickle[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_pickle[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_pickle[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_pickle[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_pickle[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_pickle[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_pickle[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_pickle[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_pickle[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_pickle[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_pickle[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_pickle[Int64Index1] 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_setops_errorcases 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 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_numpy_ufuncs 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_searchsorted_monotonic[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_searchsorted_monotonic[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_searchsorted_monotonic[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_searchsorted_monotonic[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_searchsorted_monotonic[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_searchsorted_monotonic[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_searchsorted_monotonic[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_searchsorted_monotonic[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_searchsorted_monotonic[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_searchsorted_monotonic[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_searchsorted_monotonic[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_searchsorted_monotonic[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_searchsorted_monotonic[Int64Index1] 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_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[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_view[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_view[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_view[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_view[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_view[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_view[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_view[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_view[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_view[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_view[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_view[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_view[Int64Index1] 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[__unicode__] 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_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_keyerror 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[C1] 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_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_minmax_tz[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_minmax_tz[UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_minmax_tz[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_minmax_tz[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_minmax_tz[dateutil/Asia/Singapore] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_minmax_tz[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_minmax_nat[min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_minmax_nat[max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_numpy_minmax 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[Asia/Tokyo] 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[dateutil/Asia/Singapore] 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[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[Asia/Tokyo] 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[dateutil/Asia/Singapore] 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_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[Asia/Tokyo] 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[dateutil/Asia/Singapore] 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_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[Asia/Tokyo] 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[dateutil/Asia/Singapore] 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_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[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[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[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[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_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_new 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_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 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_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_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 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[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[Asia/Tokyo] 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[dateutil/Asia/Singapore] 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_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[Asia/Tokyo] 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[dateutil/Asia/Singapore] 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_ceil_floor_edge[None-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[None-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[None-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[None-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[None-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[None-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[None-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[None-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[None-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[None-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[None-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[None-test_input11-ceil-1s-expected11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[UTC-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[UTC-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[UTC-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[UTC-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[UTC-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[UTC-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[UTC-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[UTC-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[UTC-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[UTC-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[UTC-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[UTC-test_input11-ceil-1s-expected11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[Asia/Tokyo-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[Asia/Tokyo-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[Asia/Tokyo-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[Asia/Tokyo-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[Asia/Tokyo-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[Asia/Tokyo-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[Asia/Tokyo-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[Asia/Tokyo-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[Asia/Tokyo-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[Asia/Tokyo-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[Asia/Tokyo-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[Asia/Tokyo-test_input11-ceil-1s-expected11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[US/Eastern-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[US/Eastern-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[US/Eastern-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[US/Eastern-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[US/Eastern-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[US/Eastern-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[US/Eastern-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[US/Eastern-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[US/Eastern-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[US/Eastern-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[US/Eastern-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[US/Eastern-test_input11-ceil-1s-expected11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[dateutil/Asia/Singapore-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[dateutil/Asia/Singapore-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[dateutil/Asia/Singapore-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[dateutil/Asia/Singapore-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[dateutil/Asia/Singapore-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[dateutil/Asia/Singapore-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[dateutil/Asia/Singapore-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[dateutil/Asia/Singapore-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[dateutil/Asia/Singapore-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[dateutil/Asia/Singapore-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[dateutil/Asia/Singapore-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[dateutil/Asia/Singapore-test_input11-ceil-1s-expected11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[dateutil/US/Pacific-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[dateutil/US/Pacific-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[dateutil/US/Pacific-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[dateutil/US/Pacific-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[dateutil/US/Pacific-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[dateutil/US/Pacific-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[dateutil/US/Pacific-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[dateutil/US/Pacific-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[dateutil/US/Pacific-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[dateutil/US/Pacific-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[dateutil/US/Pacific-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[dateutil/US/Pacific-test_input11-ceil-1s-expected11] 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::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 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union[UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union[dateutil/Asia/Singapore] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union_coverage PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union_bug_1730 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union_bug_1745 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union_bug_4564 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union_freq_both_none 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 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] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_intersection[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_intersection[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_intersection[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] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_difference[UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_difference[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_difference[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_difference[dateutil/Asia/Singapore] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_difference[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_difference_freq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_datetimeindex_diff PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_datetimeindex_union_join_empty 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 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 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 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestBusinessDatetimeIndex::test_month_range_union_tz_dateutil PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestCustomDatetimeIndex::test_union 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_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_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_tz_localize_bdate_range 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_dti_drop_dont_lose_tz 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_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_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_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] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestTimeConversionFormats::test_to_datetime_with_non_exact[False] PASSED
> ../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::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_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_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] SKIPPED
> ../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_to_datetime_cache[list-True-%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-True-%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-True-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[list-True-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[list-False-%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-False-%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-False-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[list-False-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[tuple-True-%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-True-%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-True-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[tuple-True-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[tuple-False-%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-False-%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-False-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[tuple-False-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[constructor2-True-%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-True-%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-True-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[constructor2-True-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[constructor2-False-%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-False-%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-False-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[constructor2-False-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[Index-True-%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-True-%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-True-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[Index-True-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[Index-False-%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-False-%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-False-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[Index-False-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::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_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::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] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_to_datetime_with_apply[False] PASSED
> ../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::TestGuessDatetimeFormat::test_guess_datetime_format_for_array SKIPPED
> ../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] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[False] 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 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers_timezone_minute_offsets_roundtrip[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers_timezone_minute_offsets_roundtrip[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::test_normalize_date 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-epochs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[D-epochs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[D-epochs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[D-1960-01-01 00:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[s-epochs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[s-epochs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[s-epochs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[s-1960-01-01 00:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[ms-epochs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[ms-epochs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[ms-epochs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[ms-1960-01-01 00:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[us-epochs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[us-epochs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[us-epochs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[us-1960-01-01 00:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[ns-epochs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[ns-epochs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[ns-epochs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[ns-1960-01-01 00:00:00] 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_processing_order 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_string[IntervalIndex-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_string[IntervalIndex-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_string[IntervalIndex-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_string[IntervalIndex-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_string[Index-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_string[Index-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_string[Index-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_string[Index-breaks3] 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_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::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_string[breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_string[breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_string[breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_string[breaks3] 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_errors 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_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 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_dtype_str[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_dtype_str[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_dtype_str[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_dtype_str[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_dtype_str[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_dtype_str[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_dtype_str[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_dtype_str[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_dtype_str[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_dtype_str[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_dtype_str[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_dtype_str[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_dtype_str[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_wrong_number_names[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_wrong_number_names[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_wrong_number_names[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_wrong_number_names[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_wrong_number_names[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_wrong_number_names[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_wrong_number_names[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_wrong_number_names[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_wrong_number_names[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_wrong_number_names[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_wrong_number_names[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_wrong_number_names[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_wrong_number_names[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_name_methods[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_name_methods[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_name_methods[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_name_methods[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_name_methods[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_name_methods[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_name_methods[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_name_methods[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_name_methods[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_name_methods[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_name_methods[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_name_methods[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_name_methods[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_hash_error[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_hash_error[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_hash_error[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_hash_error[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_hash_error[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_hash_error[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_hash_error[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_hash_error[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_hash_error[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_hash_error[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_hash_error[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_hash_error[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_hash_error[Int64Index1] 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_copy_and_deepcopy[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_copy_and_deepcopy[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_copy_and_deepcopy[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_copy_and_deepcopy[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_copy_and_deepcopy[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_copy_and_deepcopy[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_copy_and_deepcopy[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_copy_and_deepcopy[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_copy_and_deepcopy[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_copy_and_deepcopy[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_copy_and_deepcopy[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_copy_and_deepcopy[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_copy_and_deepcopy[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_duplicates[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_duplicates[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_duplicates[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_duplicates[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_duplicates[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_duplicates[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_duplicates[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_duplicates[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_duplicates[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_duplicates[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_duplicates[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_duplicates[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_duplicates[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_unique_na PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_unique_index[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_unique_index[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_unique_index[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_unique_index[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_unique_index[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_unique_index[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_unique_index[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_unique_index[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_unique_index[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_unique_index[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_unique_index[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_unique_index[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_unique_index[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_sort[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_sort[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_sort[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_sort[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_sort[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_sort[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_sort[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_sort[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_sort[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_sort[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_sort[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_sort[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_sort[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_mutability[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_mutability[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_mutability[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_mutability[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_mutability[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_mutability[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_mutability[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_mutability[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_mutability[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_mutability[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_mutability[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_mutability[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_mutability[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_view[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_view[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_view[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_view[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_view[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_view[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_view[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_view[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_view[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_view[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_view[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_view[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_view[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_compat[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_compat[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_compat[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_compat[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_compat[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_compat[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_compat[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_compat[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_compat[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_compat[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_compat[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_compat[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_compat[Int64Index1] 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_pickle[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_pickle[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_pickle[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_pickle[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_pickle[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_pickle[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_pickle[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_pickle[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_pickle[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_pickle[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_pickle[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_pickle[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_pickle[Int64Index1] 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_setops_errorcases 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 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_numpy_ufuncs 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_searchsorted_monotonic[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_searchsorted_monotonic[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_searchsorted_monotonic[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_searchsorted_monotonic[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_searchsorted_monotonic[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_searchsorted_monotonic[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_searchsorted_monotonic[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_searchsorted_monotonic[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_searchsorted_monotonic[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_searchsorted_monotonic[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_searchsorted_monotonic[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_searchsorted_monotonic[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_searchsorted_monotonic[Int64Index1] 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_properties[left] 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_with_nans[left] 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_ensure_copied_data[left] 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_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_delete[left] 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_unique[left] 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_get_item[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one[left-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_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[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[left-item2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_indexer_length_one[left-item3] 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_non_contiguous[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_union[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_intersection[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_difference[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_symmetric_difference[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_operation_errors[left-union] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_operation_errors[left-intersection] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_operation_errors[left-difference] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_operation_errors[left-symmetric_difference] 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_missing_values[left] 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_append[left] 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_properties[right] 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_with_nans[right] 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_ensure_copied_data[right] 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_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_delete[right] 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_unique[right] 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_get_item[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one[right-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_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[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[right-item2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_indexer_length_one[right-item3] 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_non_contiguous[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_union[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_intersection[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_difference[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_symmetric_difference[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_operation_errors[right-union] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_operation_errors[right-intersection] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_operation_errors[right-difference] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_operation_errors[right-symmetric_difference] 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_missing_values[right] 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_append[right] 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_properties[both] 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_with_nans[both] 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_ensure_copied_data[both] 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_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_delete[both] 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_unique[both] 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_get_item[both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one[both-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_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[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[both-item2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_indexer_length_one[both-item3] 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_non_contiguous[both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_union[both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_intersection[both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_difference[both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_symmetric_difference[both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_operation_errors[both-union] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_operation_errors[both-intersection] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_operation_errors[both-difference] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_operation_errors[both-symmetric_difference] 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_missing_values[both] 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_append[both] 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_properties[neither] 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[neither] 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[neither] 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[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[neither] 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_unique[neither] 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_get_item[neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one[neither-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_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[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[neither-item2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_indexer_length_one[neither-item3] 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[neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_union[neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_intersection[neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_difference[neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_symmetric_difference[neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_operation_errors[neither-union] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_operation_errors[neither-intersection] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_operation_errors[neither-difference] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_operation_errors[neither-symmetric_difference] 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_missing_values[neither] 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_append[neither] 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_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_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_get_loc_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_slice_locs_int64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_slice_locs_float64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_slice_locs_decreasing_int64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_slice_locs_decreasing_float64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_slice_locs_fails PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_interval PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_indexer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_indexer_subintervals PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_contains PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::testcontains 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_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_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_new.py::TestIntervalIndex::test_get_loc_interval[right-right] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_interval[right-left] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_interval[right-both] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_interval[right-neither] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_interval[left-right] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_interval[left-left] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_interval[left-both] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_interval[left-neither] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_interval[both-right] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_interval[both-left] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_interval[both-both] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_interval[both-neither] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_interval[neither-right] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_interval[neither-left] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_interval[neither-both] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_interval[neither-neither] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[-0.5-right] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[-0.5-left] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[-0.5-both] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[-0.5-neither] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[0-right] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[0-left] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[0-both] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[0-neither] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[0.5-right] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[0.5-left] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[0.5-both] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[0.5-neither] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[1-right] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[1-left] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[1-both] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[1-neither] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[1.5-right] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[1.5-left] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[1.5-both] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[1.5-neither] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[2-right] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[2-left] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[2-both] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[2-neither] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[2.5-right] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[2.5-left] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[2.5-both] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[2.5-neither] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[3-right] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[3-left] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[3-both] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[3-neither] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[3.5-right] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[3.5-left] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[3.5-both] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[3.5-neither] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_slice_locs_with_interval SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_slice_locs_with_ints_and_floats_succeeds SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_slice_locs_with_ints_and_floats_fails[query0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_slice_locs_with_ints_and_floats_fails[query1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_slice_locs_with_ints_and_floats_fails[query2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_slice_locs_with_ints_and_floats_fails[query3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_slice_locs_with_ints_and_floats_fails[query4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_slice_locs_with_ints_and_floats_fails[query5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[1-query0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[1-query1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[1-query2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[1-query3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[1-query4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[1-query5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[1-query6] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-10-query0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-10-query1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-10-query2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-10-query3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-10-query4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-10-query5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-10-query6] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-11-query0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-11-query1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-11-query2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-11-query3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-11-query4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-11-query5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-11-query6] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-12-query0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-12-query1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-12-query2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-12-query3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-12-query4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-12-query5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-12-query6] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-13-query0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-13-query1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-13-query2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-13-query3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-13-query4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-13-query5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-13-query6] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-14-query0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-14-query1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-14-query2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-14-query3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-14-query4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-14-query5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-14-query6] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-15-query0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-15-query1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-15-query2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-15-query3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-15-query4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-15-query5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_single_queries[-15-query6] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_multiple_queries[expected_result0-query0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_multiple_queries[expected_result0-query1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_multiple_queries[expected_result0-query2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_multiple_queries[expected_result1-query0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_multiple_queries[expected_result1-query1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_multiple_queries[expected_result1-query2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_multiple_queries[expected_result2-query0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_multiple_queries[expected_result2-query1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval_multiple_queries[expected_result2-query2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-10--0.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-10-0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-10-0.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-10-1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-10-1.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-10-2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-10-2.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-10-3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-10-3.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-10-4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-10-4.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-11--0.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-11-0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-11-0.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-11-1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-11-1.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-11-2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-11-2.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-11-3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-11-3.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-11-4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-11-4.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[00--0.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[00-0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[00-0.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[00-1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[00-1.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[00-2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[00-2.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[00-3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[00-3.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[00-4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[00-4.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[01--0.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[01-0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[01-0.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[01-1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[01-1.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[01-2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[01-2.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[01-3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[01-3.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[01-4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[01-4.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[10--0.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[10-0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[10-0.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[10-1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[10-1.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[10-2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[10-2.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[10-3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[10-3.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[10-4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[10-4.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[11--0.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[11-0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[11-0.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[11-1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[11-1.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[11-2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[11-2.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[11-3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[11-3.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[11-4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[11-4.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-12--0.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-12-0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-12-0.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-12-1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-12-1.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-12-2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-12-2.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-12-3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-12-3.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-12-4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-12-4.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-13--0.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-13-0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-13-0.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-13-1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-13-1.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-13-2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-13-2.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-13-3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-13-3.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-13-4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-13-4.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[20--0.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[20-0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[20-0.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[20-1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[20-1.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[20-2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[20-2.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[20-3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[20-3.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[20-4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[20-4.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[21--0.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[21-0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[21-0.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[21-1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[21-1.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[21-2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[21-2.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[21-3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[21-3.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[21-4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[21-4.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-14--0.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-14-0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-14-0.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-14-1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-14-1.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-14-2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-14-2.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-14-3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-14-3.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-14-4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_single_queries[-14-4.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_multiple_queries[expected_result0-query0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_multiple_queries[expected_result0-query1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_multiple_queries[expected_result0-query2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_multiple_queries[expected_result0-query3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_multiple_queries[expected_result1-query0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_multiple_queries[expected_result1-query1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_multiple_queries[expected_result1-query2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_multiple_queries[expected_result1-query3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_multiple_queries[expected_result2-query0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_multiple_queries[expected_result2-query1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_multiple_queries[expected_result2-query2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_multiple_queries[expected_result2-query3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_multiple_queries[expected_result3-query0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_multiple_queries[expected_result3-query1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_multiple_queries[expected_result3-query2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_ints_and_floats_multiple_queries[expected_result3-query3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result0--0.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result0-0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result0-0.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result0-1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result0-1.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result0-2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result0-2.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result0-3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result0-3.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result0-4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result0-4.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result1--0.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result1-0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result1-0.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result1-1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result1-1.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result1-2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result1-2.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result1-3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result1-3.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result1-4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result1-4.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result2--0.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result2-0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result2-0.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result2-1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result2-1.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result2-2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result2-2.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result2-3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result2-3.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result2-4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result2-4.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result3--0.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result3-0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result3-0.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result3-1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result3-1.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result3-2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result3-2.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result3-3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result3-3.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result3-4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result3-4.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result4--0.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result4-0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result4-0.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result4-1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result4-1.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result4-2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result4-2.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result4-3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result4-3.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result4-4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result4-4.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result5--0.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result5-0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result5-0.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result5-1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result5-1.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result5-2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result5-2.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result5-3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result5-3.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result5-4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result5-4.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result6--0.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result6-0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result6-0.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result6-1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result6-1.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result6-2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result6-2.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result6-3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result6-3.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result6-4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result6-4.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result7--0.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result7-0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result7-0.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result7-1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result7-1.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result7-2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result7-2.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result7-3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result7-3.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result7-4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result7-4.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result8--0.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result8-0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result8-0.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result8-1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result8-1.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result8-2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result8-2.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result8-3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result8-3.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result8-4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result8-4.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result9--0.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result9-0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result9-0.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result9-1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result9-1.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result9-2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result9-2.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result9-3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result9-3.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result9-4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result9-4.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result10--0.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result10-0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result10-0.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result10-1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result10-1.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result10-2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result10-2.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result10-3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result10-3.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result10-4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_single_queries[expected_result10-4.5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_multiple_queries[expected_result0-query0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_multiple_queries[expected_result0-query1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_multiple_queries[expected_result0-query2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_multiple_queries[expected_result0-query3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_multiple_queries[expected_result1-query0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_multiple_queries[expected_result1-query1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_multiple_queries[expected_result1-query2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_multiple_queries[expected_result1-query3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_multiple_queries[expected_result2-query0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_multiple_queries[expected_result2-query1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_multiple_queries[expected_result2-query2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_multiple_queries[expected_result2-query3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_multiple_queries[expected_result3-query0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_multiple_queries[expected_result3-query1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_multiple_queries[expected_result3-query2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_ints_and_floats_multiple_queries[expected_result3-query3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_contains SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_contains_method SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[left-None-1-100] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[left-None-2.5-40] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[left-None-5-20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[left-None-25-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[left-None-D-364-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[left-None-D-364-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[left-None-2D-182-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[left-None-2D-182-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[left-None-22D18H-16-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[left-None-22D18H-16-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[left-None-M-11-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[left-None-M-11-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[left-None-D-100] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[left-None-2D12H-40] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[left-None-5D-20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[left-None-25D-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[left-foo-1-100] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[left-foo-2.5-40] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[left-foo-5-20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[left-foo-25-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[left-foo-D-364-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[left-foo-D-364-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[left-foo-2D-182-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[left-foo-2D-182-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[left-foo-22D18H-16-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[left-foo-22D18H-16-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[left-foo-M-11-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[left-foo-M-11-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[left-foo-D-100] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[left-foo-2D12H-40] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[left-foo-5D-20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[left-foo-25D-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[right-foo-1-100] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[right-foo-2.5-40] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[right-foo-5-20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[right-foo-25-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[right-foo-D-364-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[right-foo-D-364-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[right-foo-2D-182-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[right-foo-2D-182-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[right-foo-22D18H-16-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[right-foo-22D18H-16-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[right-foo-M-11-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[right-foo-M-11-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[right-foo-D-100] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[right-foo-2D12H-40] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[right-foo-5D-20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[right-foo-25D-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[right-None-1-100] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[right-None-2.5-40] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[right-None-5-20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[right-None-25-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[right-None-D-364-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[right-None-D-364-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[right-None-2D-182-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[right-None-2D-182-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[right-None-22D18H-16-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[right-None-22D18H-16-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[right-None-M-11-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[right-None-M-11-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[right-None-D-100] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[right-None-2D12H-40] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[right-None-5D-20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[right-None-25D-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[both-foo-1-100] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[both-foo-2.5-40] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[both-foo-5-20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[both-foo-25-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[both-foo-D-364-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[both-foo-D-364-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[both-foo-2D-182-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[both-foo-2D-182-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[both-foo-22D18H-16-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[both-foo-22D18H-16-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[both-foo-M-11-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[both-foo-M-11-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[both-foo-D-100] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[both-foo-2D12H-40] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[both-foo-5D-20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[both-foo-25D-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[both-None-1-100] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[both-None-2.5-40] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[both-None-5-20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[both-None-25-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[both-None-D-364-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[both-None-D-364-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[both-None-2D-182-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[both-None-2D-182-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[both-None-22D18H-16-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[both-None-22D18H-16-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[both-None-M-11-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[both-None-M-11-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[both-None-D-100] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[both-None-2D12H-40] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[both-None-5D-20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[both-None-25D-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[neither-foo-1-100] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[neither-foo-2.5-40] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[neither-foo-5-20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[neither-foo-25-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[neither-foo-D-364-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[neither-foo-D-364-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[neither-foo-2D-182-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[neither-foo-2D-182-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[neither-foo-22D18H-16-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[neither-foo-22D18H-16-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[neither-foo-M-11-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[neither-foo-M-11-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[neither-foo-D-100] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[neither-foo-2D12H-40] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[neither-foo-5D-20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[neither-foo-25D-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[neither-None-1-100] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[neither-None-2.5-40] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[neither-None-5-20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[neither-None-25-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[neither-None-D-364-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[neither-None-D-364-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[neither-None-2D-182-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[neither-None-2D-182-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[neither-None-22D18H-16-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[neither-None-22D18H-16-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[neither-None-M-11-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[neither-None-M-11-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[neither-None-D-100] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[neither-None-2D12H-40] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[neither-None-5D-20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[neither-None-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[int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer[int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_non_unique[int32] 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_get_loc[int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer[int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_non_unique[int64] 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_get_loc[float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer[float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_non_unique[float32] 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_get_loc[float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer[float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_non_unique[float64] 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_get_loc[uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer[uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_non_unique[uint64] 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_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_loc_closed[right] 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_loc_closed[both] 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_loc_closed[neither] 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/period/test_arithmetic.py::TestPeriodIndexComparisons::test_pi_cmp_period PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexComparisons::test_pi_cmp_pi[M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexComparisons::test_pi_cmp_pi[2M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexComparisons::test_pi_cmp_pi[3M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexComparisons::test_pi_cmp_pi_mismatched_freq_raises[M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexComparisons::test_pi_cmp_pi_mismatched_freq_raises[2M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexComparisons::test_pi_cmp_pi_mismatched_freq_raises[3M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexComparisons::test_pi_cmp_nat[M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexComparisons::test_pi_cmp_nat[2M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexComparisons::test_pi_cmp_nat[3M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexComparisons::test_pi_cmp_nat_mismatched_freq_raises[M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexComparisons::test_pi_cmp_nat_mismatched_freq_raises[2M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexComparisons::test_pi_cmp_nat_mismatched_freq_raises[3M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexComparisons::test_comp_nat[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexComparisons::test_comp_nat[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_sub_float[op0-3.14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_sub_float[op0-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_sub_float[radd-3.14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_sub_float[radd-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_sub_float[op2-3.14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_sub_float[op2-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_sub_float[rsub-3.14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_sub_float[rsub-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_sub_dt64_array_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_sub_td64_array_non_tick_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_sub_td64_array_tick xfail
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_offset_array[box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_offset_array[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_offset_array[box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_offset_array[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_pi_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_int[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_int[one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_int[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_int[one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_intlike[5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_intlike[five1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_pi_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_offset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_daily[three_days0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_daily[three_days1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_daily[three_days2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_daily[three_days3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_daily[three_days4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_daily[three_days5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_daily[three_days6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_daily[three_days0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_daily[three_days1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_daily[three_days2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_daily[three_days3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_daily[three_days4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_daily[three_days5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_daily[three_days6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_freq_mismatch_daily[not_daily0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_freq_mismatch_daily[not_daily1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_freq_mismatch_daily[not_daily2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_freq_mismatch_daily[not_daily3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_freq_mismatch_daily[not_daily4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_freq_mismatch_daily[not_daily5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_timedeltalike_freq_mismatch_daily[not_daily0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_timedeltalike_freq_mismatch_daily[not_daily1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_timedeltalike_freq_mismatch_daily[not_daily2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_timedeltalike_freq_mismatch_daily[not_daily3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_timedeltalike_freq_mismatch_daily[not_daily4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_timedeltalike_freq_mismatch_daily[not_daily5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_hourly[two_hours0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_hourly[two_hours1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_hourly[two_hours2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_hourly[two_hours3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_hourly[two_hours4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_hourly[two_hours5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_mismatched_freq_hourly[not_hourly0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_mismatched_freq_hourly[not_hourly1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_mismatched_freq_hourly[not_hourly2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_mismatched_freq_hourly[not_hourly3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_mismatched_freq_hourly[not_hourly4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_mismatched_freq_hourly[not_hourly5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_hourly[two_hours0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_hourly[two_hours1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_hourly[two_hours2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_hourly[two_hours3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_hourly[two_hours4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_hourly[two_hours5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_add_iadd_timedeltalike_annual PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_freq_mismatch_annual[mismatched0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_freq_mismatch_annual[mismatched1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_freq_mismatch_annual[mismatched2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_freq_mismatch_annual[mismatched3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_freq_mismatch_annual[mismatched4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_freq_mismatch_annual[mismatched5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_freq_mismatch_annual[mismatched0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_freq_mismatch_annual[mismatched1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_freq_mismatch_annual[mismatched2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_freq_mismatch_annual[mismatched3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_freq_mismatch_annual[mismatched4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_freq_mismatch_annual[mismatched5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_M PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_freq_mismatch_monthly[mismatched0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_freq_mismatch_monthly[mismatched1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_freq_mismatch_monthly[mismatched2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_freq_mismatch_monthly[mismatched3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_freq_mismatch_monthly[mismatched4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_freq_mismatch_monthly[mismatched5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_freq_mismatch_monthly[mismatched0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_freq_mismatch_monthly[mismatched1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_freq_mismatch_monthly[mismatched2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_freq_mismatch_monthly[mismatched3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_freq_mismatch_monthly[mismatched4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_freq_mismatch_monthly[mismatched5] 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::TestPeriodIndexSeriesMethods::test_pi_ops PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexSeriesMethods::test_pi_ops_errors[str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexSeriesMethods::test_pi_ops_errors[1.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexSeriesMethods::test_pi_ops_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexSeriesMethods::test_pi_ops_array_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexSeriesMethods::test_pi_ops_offset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexSeriesMethods::test_pi_offset_errors PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexSeriesMethods::test_pi_sub_period PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexSeriesMethods::test_pi_sub_pdnat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexSeriesMethods::test_pi_sub_period_nat 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_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_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_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 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 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_representation[__repr__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_formats.py::TestPeriodIndexRendering::test_representation[__unicode__] 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_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_is_unique 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_minmax PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_ops.py::TestPeriodIndexOps::test_numpy_minmax 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_nat_new 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_repeat 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 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_ops.py::TestPeriodIndexSeriesMethods::test_pi_comp_period PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_ops.py::TestPeriodIndexSeriesMethods::test_pi_comp_period_nat 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 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_wrong_number_names[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_wrong_number_names[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_wrong_number_names[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_wrong_number_names[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_wrong_number_names[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_wrong_number_names[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_wrong_number_names[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_wrong_number_names[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_wrong_number_names[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_wrong_number_names[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_wrong_number_names[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_wrong_number_names[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_wrong_number_names[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_set_name_methods[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_set_name_methods[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_set_name_methods[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_set_name_methods[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_set_name_methods[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_set_name_methods[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_set_name_methods[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_set_name_methods[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_set_name_methods[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_set_name_methods[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_set_name_methods[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_set_name_methods[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_set_name_methods[Int64Index1] 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_copy_and_deepcopy[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_copy_and_deepcopy[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_copy_and_deepcopy[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_copy_and_deepcopy[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_copy_and_deepcopy[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_copy_and_deepcopy[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_copy_and_deepcopy[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_copy_and_deepcopy[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_copy_and_deepcopy[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_copy_and_deepcopy[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_copy_and_deepcopy[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_copy_and_deepcopy[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_copy_and_deepcopy[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_duplicates[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_duplicates[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_duplicates[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_duplicates[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_duplicates[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_duplicates[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_duplicates[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_duplicates[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_duplicates[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_duplicates[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_duplicates[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_duplicates[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_duplicates[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_unique[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_unique[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_unique[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_unique[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_unique[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_unique[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_unique[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_unique[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_unique[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_unique[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_unique[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_unique[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_unique[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_unique_na PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_get_unique_index[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_get_unique_index[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_get_unique_index[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_get_unique_index[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_get_unique_index[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_get_unique_index[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_get_unique_index[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_get_unique_index[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_get_unique_index[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_get_unique_index[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_get_unique_index[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_get_unique_index[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_get_unique_index[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_sort[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_sort[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_sort[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_sort[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_sort[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_sort[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_sort[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_sort[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_sort[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_sort[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_sort[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_sort[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_sort[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_mutability[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_mutability[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_mutability[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_mutability[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_mutability[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_mutability[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_mutability[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_mutability[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_mutability[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_mutability[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_mutability[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_mutability[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_mutability[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_compat[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_compat[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_compat[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_compat[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_compat[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_compat[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_compat[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_compat[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_compat[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_compat[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_compat[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_compat[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_compat[Int64Index1] 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_pickle[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_pickle[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_pickle[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_pickle[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_pickle[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_pickle[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_pickle[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_pickle[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_pickle[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_pickle[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_pickle[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_pickle[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_pickle[Int64Index1] 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_setops_errorcases 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 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 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_numpy_ufuncs PASSED
> ../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_searchsorted_monotonic[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_searchsorted_monotonic[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_searchsorted_monotonic[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_searchsorted_monotonic[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_searchsorted_monotonic[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_searchsorted_monotonic[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_searchsorted_monotonic[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_searchsorted_monotonic[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_searchsorted_monotonic[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_searchsorted_monotonic[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_searchsorted_monotonic[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_searchsorted_monotonic[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_searchsorted_monotonic[Int64Index1] 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_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[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_view[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_view[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_view[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_view[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_view[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_view[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_view[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_view[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_view[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_view[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_view[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_view[Int64Index1] 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 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 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_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_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_numpy_repeat 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_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 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_setops.py::TestPeriodIndex::test_union_misc 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 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_setops.py::TestPeriodIndex::test_intersection_cases PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_setops.py::TestPeriodIndex::test_difference 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_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::TestTimedeltaIndexComparisons::test_tdi_cmp_str_invalid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexComparisons::test_comparisons_coverage PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexComparisons::test_comp_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexComparisons::test_comparisons_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_mul_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_rmul_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_mul_tdlike_scalar_raises[<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_mul_tdlike_scalar_raises[2:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_mul_tdlike_scalar_raises[2 hours] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_mul_tdlike_scalar_raises[0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_mul_int_array_zerodim PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_mul_int_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_mul_dti_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_mul_too_short_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_mul_int_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_mul_float_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_rmul_arraylike[other0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_rmul_arraylike[other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_rmul_arraylike[other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_rmul_arraylike[other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_rmul_arraylike[other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_div_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_div_tdlike_scalar[<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_div_tdlike_scalar[2:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_div_tdlike_scalar[2 hours] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_div_tdlike_scalar[0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_div_tdlike_scalar_with_nat[<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_div_tdlike_scalar_with_nat[2:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_div_tdlike_scalar_with_nat[2 hours] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_div_tdlike_scalar_with_nat[0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_div_nat_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_floordiv_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_floordiv_tdlike_scalar[<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_floordiv_tdlike_scalar[2:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_floordiv_tdlike_scalar[2 hours] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_floordiv_tdlike_scalar[0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_floordiv_timedelta_scalar[scalar_td0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_floordiv_timedelta_scalar[scalar_td1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexMultiplicationDivision::test_tdi_floordiv_timedelta_scalar[scalar_td2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_add_sub_float[op0-3.14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_add_sub_float[op0-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_add_sub_float[radd-3.14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_add_sub_float[radd-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_add_sub_float[op2-3.14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_add_sub_float[op2-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_add_sub_float[rsub-3.14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_add_sub_float[rsub-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_add_str_invalid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_sub_period[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_sub_period[H] 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_offset_index[names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_add_offset_index[names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_add_offset_index[names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_add_offset_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_sub_offset_index[names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_sub_offset_index[names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_sub_offset_index[names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_sub_offset_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_with_offset_series[names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_with_offset_series[names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_with_offset_series[names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_add_sub_anchored_offset_arraylike[box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_add_sub_anchored_offset_arraylike[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_add_sub_anchored_offset_arraylike[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_ufunc_coercions 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_timedeltalike[<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_add_timedeltalike[2:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_add_timedeltalike[2 hours] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_add_timedeltalike[0 days 02: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[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_sub_timedeltalike[<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_sub_timedeltalike[2:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_sub_timedeltalike[2 hours] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_sub_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_tdi_sub_timestamp_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_add_timestamp PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_radd_timestamp PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_sub_dt64_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_add_dt64_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_add_td64_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_sub_td64_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_subtraction_ops PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_subtraction_ops_with_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_dti_tdi_numeric_ops PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_addition_ops 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_ops_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_ops_series_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_timedelta_ops_with_missing_values PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_add_overflow PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_timedeltaindex_add_timestamp_nat_masking 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_arithmetic.py::TestTimedeltaIndexArithmetic::test_timedelta[B] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_timedelta[D] 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_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_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_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_formats.py::TestTimedeltaIndexRendering::test_representation[__repr__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_formats.py::TestTimedeltaIndexRendering::test_representation[__unicode__] 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_getitem 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_minmax PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_numpy_minmax 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_nat_new 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 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltas::test_timedelta_ops 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_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 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_dtype_str[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_dtype_str[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_dtype_str[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_dtype_str[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_dtype_str[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_dtype_str[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_dtype_str[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_dtype_str[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_dtype_str[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_dtype_str[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_dtype_str[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_dtype_str[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_dtype_str[Int64Index1] 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_wrong_number_names[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_wrong_number_names[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_wrong_number_names[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_wrong_number_names[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_wrong_number_names[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_wrong_number_names[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_wrong_number_names[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_wrong_number_names[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_wrong_number_names[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_wrong_number_names[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_wrong_number_names[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_wrong_number_names[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_wrong_number_names[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_set_name_methods[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_set_name_methods[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_set_name_methods[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_set_name_methods[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_set_name_methods[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_set_name_methods[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_set_name_methods[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_set_name_methods[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_set_name_methods[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_set_name_methods[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_set_name_methods[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_set_name_methods[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_set_name_methods[Int64Index1] 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_copy_and_deepcopy[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_copy_and_deepcopy[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_copy_and_deepcopy[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_copy_and_deepcopy[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_copy_and_deepcopy[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_copy_and_deepcopy[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_copy_and_deepcopy[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_copy_and_deepcopy[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_copy_and_deepcopy[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_copy_and_deepcopy[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_copy_and_deepcopy[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_copy_and_deepcopy[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_copy_and_deepcopy[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_duplicates[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_duplicates[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_duplicates[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_duplicates[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_duplicates[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_duplicates[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_duplicates[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_duplicates[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_duplicates[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_duplicates[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_duplicates[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_duplicates[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_duplicates[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_unique[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_unique[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_unique[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_unique[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_unique[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_unique[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_unique[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_unique[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_unique[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_unique[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_unique[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_unique[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_unique[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_unique_na PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_get_unique_index[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_get_unique_index[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_get_unique_index[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_get_unique_index[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_get_unique_index[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_get_unique_index[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_get_unique_index[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_get_unique_index[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_get_unique_index[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_get_unique_index[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_get_unique_index[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_get_unique_index[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_get_unique_index[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_sort[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_sort[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_sort[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_sort[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_sort[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_sort[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_sort[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_sort[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_sort[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_sort[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_sort[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_sort[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_sort[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_mutability[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_mutability[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_mutability[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_mutability[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_mutability[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_mutability[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_mutability[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_mutability[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_mutability[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_mutability[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_mutability[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_mutability[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_mutability[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_compat[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_compat[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_compat[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_compat[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_compat[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_compat[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_compat[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_compat[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_compat[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_compat[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_compat[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_compat[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_compat[Int64Index1] 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_setops_errorcases 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 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_numpy_ufuncs 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_searchsorted_monotonic[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_searchsorted_monotonic[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_searchsorted_monotonic[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_searchsorted_monotonic[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_searchsorted_monotonic[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_searchsorted_monotonic[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_searchsorted_monotonic[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_searchsorted_monotonic[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_searchsorted_monotonic[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_searchsorted_monotonic[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_searchsorted_monotonic[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_searchsorted_monotonic[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_searchsorted_monotonic[Int64Index1] 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_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[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_view[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_view[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_view[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_view[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_view[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_view[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_view[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_view[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_view[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_view[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_view[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_view[Int64Index1] 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 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::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/indexing/test_callable.py::TestIndexingCallable::test_frame_loc_ix_callable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_callable.py::TestIndexingCallable::test_frame_loc_ix_callable_mixture PASSED
> ../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_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_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_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] xfail
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_index_datetime[datetime64] xfail
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_index_datetime[datetime64tz] 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 xfail
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series_datetime_datetime XPASS
> ../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_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_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_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_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_int_multiindex_series[data0-indexes0-values0-expected_k0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_setitem_int_multiindex_series[data1-indexes1-values1-expected_k1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_setitem_int_multiindex_series[data2-indexes2-values2-expected_k2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_setitem_int_multiindex_series[data3-indexes3-values3-expected_k3] 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_indexing.py::TestFancy::test_setitem_ndarray_1d 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_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_nan_indexing 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_mi_access 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_astype_assignment_with_dups 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_index_type_coercion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestMisc::test_indexer_caching 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_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_slow.py::TestIndexingSlow::test_multiindex_get_loc 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_indexing_slow.py::TestIndexingSlow::test_large_mi_dataframe_indexing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_ix.py::TestIX::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_general 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_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_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_coerceion 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_getitem_nested_indexer[list-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[list-tuple] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[list-set] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[list-slice] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[list-ndarray] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[list-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[list-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[tuple-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[tuple-tuple] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[tuple-set] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[tuple-slice] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[tuple-ndarray] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[tuple-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[tuple-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[set-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[set-tuple] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[set-set] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[set-slice] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[set-ndarray] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[set-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[set-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[slice-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[slice-tuple] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[slice-set] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[slice-slice] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[slice-ndarray] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[slice-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[slice-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[ndarray-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[ndarray-tuple] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[ndarray-set] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[ndarray-slice] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[ndarray-ndarray] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[ndarray-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[ndarray-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[Series-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[Series-tuple] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[Series-set] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[Series-slice] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[Series-ndarray] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[Series-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[Series-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[Index-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[Index-tuple] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[Index-set] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[Index-slice] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[Index-ndarray] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[Index-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_nested_indexer[Index-Index] 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_multiindex.py::TestMultiIndexBasic::test_iloc_getitem_multiindex2 SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_multiindex.py::TestMultiIndexBasic::test_setitem_multiindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_multiindex.py::TestMultiIndexBasic::test_loc_getitem_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_multiindex.py::TestMultiIndexBasic::test_loc_getitem_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_multiindex.py::TestMultiIndexBasic::test_iloc_getitem_multiindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_multiindex.py::TestMultiIndexBasic::test_loc_multiindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_multiindex.py::TestMultiIndexBasic::test_getitem_partial_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_multiindex.py::TestMultiIndexBasic::test_loc_multiindex_indexer_none PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_multiindex.py::TestMultiIndexBasic::test_loc_multiindex_incomplete PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_multiindex.py::TestMultiIndexBasic::test_multiindex_perf_warn PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_multiindex.py::TestMultiIndexBasic::test_series_getitem_multiindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_multiindex.py::TestMultiIndexBasic::test_xs_multiindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_multiindex.py::TestMultiIndexBasic::test_multiindex_setitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_multiindex.py::TestMultiIndexBasic::test_getitem_duplicates_multiindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_multiindex.py::TestMultiIndexBasic::test_multiindex_assignment PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_multiindex.py::TestMultiIndexBasic::test_multiindex_label_slicing_with_negative_step PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_multiindex.py::TestMultiIndexBasic::test_multiindex_slice_first_level PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_multiindex.py::TestMultiIndexBasic::test_multiindex_symmetric_difference PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_multiindex.py::TestMultiIndexBasic::test_multiindex_contains_dropped PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_multiindex.py::TestMultiIndexSlicers::test_per_axis_per_level_getitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_multiindex.py::TestMultiIndexSlicers::test_multiindex_slicers_non_unique PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_multiindex.py::TestMultiIndexSlicers::test_multiindex_slicers_datetimelike PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_multiindex.py::TestMultiIndexSlicers::test_multiindex_slicers_edges PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_multiindex.py::TestMultiIndexSlicers::test_per_axis_per_level_doc_examples PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_multiindex.py::TestMultiIndexSlicers::test_loc_axis_arguments PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_multiindex.py::TestMultiIndexSlicers::test_per_axis_per_level_setitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_multiindex.py::TestMultiIndexPanel::test_iloc_getitem_panel_multiindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_multiindex.py::TestMultiIndexPanel::test_panel_setitem_with_multiindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_panel.py::TestPanel::test_iloc_getitem_panel PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_panel.py::TestPanel::test_iloc_panel_issue PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_panel.py::TestPanel::test_panel_getitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_panel.py::TestPanel::test_panel_setitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_panel.py::TestPanel::test_panel_assignment 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_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/interval/test_interval.py::TestIntervalIndex::test_loc_with_scalar 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[increasing-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/interval/test_interval.py::TestIntervalIndex::test_nonoverlapping_monotonic[increasing-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/interval/test_interval.py::TestIntervalIndex::test_nonoverlapping_monotonic[increasing-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/interval/test_interval.py::TestIntervalIndex::test_nonoverlapping_monotonic[increasing-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/interval/test_interval.py::TestIntervalIndex::test_nonoverlapping_monotonic[decreasing-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/interval/test_interval.py::TestIntervalIndex::test_nonoverlapping_monotonic[decreasing-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/interval/test_interval.py::TestIntervalIndex::test_nonoverlapping_monotonic[decreasing-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/interval/test_interval.py::TestIntervalIndex::test_nonoverlapping_monotonic[decreasing-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/interval/test_interval.py::TestIntervalIndex::test_with_interval PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/interval/test_interval.py::TestIntervalIndex::test_with_slices PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/interval/test_interval.py::TestIntervalIndex::test_with_overlaps PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/interval/test_interval.py::TestIntervalIndex::test_non_unique PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/interval/test_interval.py::TestIntervalIndex::test_non_unique_moar 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 SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/interval/test_interval_new.py::TestIntervalIndex::test_loc_with_scalar SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/interval/test_interval_new.py::TestIntervalIndex::test_loc_with_slices SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/interval/test_interval_new.py::TestIntervalIndex::test_loc_with_overlap SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/interval/test_interval_new.py::TestIntervalIndex::test_non_unique SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/interval/test_interval_new.py::TestIntervalIndex::test_non_unique_moar SKIPPED
> ../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_is_indexed_like 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_scalar 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_multiindex_xs 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]] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[mod-value7-<M8[ns]] SKIPPED
> ../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]-DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::test_holder[M8[ns, US/Central]-DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::test_holder[m8[ns]-TimedeltaIndex] 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/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_table-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-feather-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-ValueError-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_fspath_all[read_csv-os-path0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_fspath_all[read_table-os-path1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_fspath_all[read_fwf-os-path2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_fspath_all[read_excel-xlrd-path3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_fspath_all[read_feather-feather-path4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_fspath_all[read_hdf-tables-path5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_fspath_all[read_stata-os-path6] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_fspath_all[read_sas-os-path7] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_fspath_all[read_json-os-path8] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_fspath_all[read_msgpack-os-path9] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_fspath_all[read_pickle-os-path10] SKIPPED
> ../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-feather] 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 SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestMMapWrapper::test_get_attr SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestMMapWrapper::test_next SKIPPED
> ../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_excel.py::TestXlrdReader::test_usecols_int[.xls] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_usecols_int[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_usecols_int[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_usecols_list[.xls] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_usecols_list[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_usecols_list[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_usecols_str[.xls] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_usecols_str[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_usecols_str[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_excel_stop_iterator[.xls] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_excel_stop_iterator[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_excel_stop_iterator[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_excel_cell_error_na[.xls] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_excel_cell_error_na[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_excel_cell_error_na[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_excel_passes_na[.xls] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_excel_passes_na[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_excel_passes_na[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_excel_table_sheet_by_index[.xls] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_excel_table_sheet_by_index[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_excel_table_sheet_by_index[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_excel_table[.xls] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_excel_table[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_excel_table[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_reader_special_dtypes[.xls] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_reader_special_dtypes[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_reader_special_dtypes[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_reader_converters[.xls] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_reader_converters[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_reader_converters[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_reader_dtype[.xls] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_reader_dtype[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_reader_dtype[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_reading_all_sheets[.xls] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_reading_all_sheets[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_reading_all_sheets[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_reading_multiple_specific_sheets[.xls] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_reading_multiple_specific_sheets[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_reading_multiple_specific_sheets[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_reading_all_sheets_with_blank[.xls] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_reading_all_sheets_with_blank[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_reading_all_sheets_with_blank[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_blank[.xls] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_blank[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_blank[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_blank_with_header[.xls] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_blank_with_header[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_blank_with_header[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_one_empty_col_no_header[.xls] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_one_empty_col_no_header[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_one_empty_col_no_header[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_one_empty_col_with_header[.xls] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_one_empty_col_with_header[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_one_empty_col_with_header[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_set_column_names_in_parameter[.xls] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_set_column_names_in_parameter[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_set_column_names_in_parameter[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_date_conversion_overflow[.xls] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_date_conversion_overflow[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_date_conversion_overflow[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_sheet_name_and_sheetname[.xls] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_sheet_name_and_sheetname[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_sheet_name_and_sheetname[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_sheet_name_both_raises[.xls] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_sheet_name_both_raises[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_sheet_name_both_raises[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_excel_read_buffer[.xls] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_excel_read_buffer[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_excel_read_buffer[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_xlrd_Book[.xls] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_xlrd_Book[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_xlrd_Book[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_from_http_url[.xls] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_from_http_url[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_from_http_url[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_from_s3_url[.xls] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_from_s3_url[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_from_s3_url[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_from_file_url[.xls] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_from_file_url[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_from_file_url[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_from_pathlib_path[.xls] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_from_pathlib_path[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_from_pathlib_path[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_from_py_localpath[.xls] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_from_py_localpath[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_from_py_localpath[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_reader_closes_file[.xls] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_reader_closes_file[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_reader_closes_file[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_creating_and_reading_multiple_sheets[.xls] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_creating_and_reading_multiple_sheets[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_creating_and_reading_multiple_sheets[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_reader_seconds[.xls] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_reader_seconds[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_reader_seconds[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_multiindex[.xls] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_multiindex[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_multiindex[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_multiindex_empty_level[.xls] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_multiindex_empty_level[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_multiindex_empty_level[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_excel_multindex_roundtrip[.xls] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_excel_multindex_roundtrip[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_excel_multindex_roundtrip[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_excel_old_index_format[.xls] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_excel_old_index_format[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_excel_old_index_format[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_bool_header_arg[.xls] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_bool_header_arg[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_bool_header_arg[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_chunksize[.xls] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_chunksize[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_chunksize[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_parse_dates[.xls] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_parse_dates[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_parse_dates[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_skiprows_list[.xls] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_skiprows_list[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_skiprows_list[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_nrows[.xls] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_nrows[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_nrows[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_nrows_greater_than_nrows_in_file[.xls] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_nrows_greater_than_nrows_in_file[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_nrows_greater_than_nrows_in_file[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_nrows_non_integer_parameter[.xls] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_nrows_non_integer_parameter[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_nrows_non_integer_parameter[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_squeeze[.xls] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_squeeze[.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlrdReader::test_read_excel_squeeze[.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_sheet_by_name_raise[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_sheet_by_name_raise[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_sheet_by_name_raise[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_sheet_by_name_raise[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_sheet_by_name_raise[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_sheet_by_name_raise[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_sheet_by_name_raise[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_sheet_by_name_raise[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excelwriter_contextmanager[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excelwriter_contextmanager[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excelwriter_contextmanager[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excelwriter_contextmanager[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excelwriter_contextmanager[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excelwriter_contextmanager[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excelwriter_contextmanager[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excelwriter_contextmanager[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_roundtrip[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_roundtrip[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_roundtrip[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_roundtrip[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_roundtrip[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_roundtrip[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_roundtrip[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_roundtrip[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_mixed[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_mixed[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_mixed[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_mixed[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_mixed[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_mixed[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_mixed[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_mixed[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_tsframe[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_tsframe[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_tsframe[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_tsframe[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_tsframe[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_tsframe[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_tsframe[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_tsframe[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_basics_with_nan[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_basics_with_nan[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_basics_with_nan[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_basics_with_nan[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_basics_with_nan[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_basics_with_nan[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_basics_with_nan[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_basics_with_nan[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int8-openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int8-openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int8-openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int8-openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int8-xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int8-xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int8-xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int8-xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int16-openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int16-openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int16-openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int16-openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int16-xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int16-xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int16-xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int16-xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int32-openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int32-openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int32-openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int32-openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int32-xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int32-xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int32-xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int32-xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int64-openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int64-openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int64-openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int64-openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int64-xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int64-xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int64-xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_int_types[int64-xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_float_types[float16-openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_float_types[float16-openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_float_types[float16-openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_float_types[float16-openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_float_types[float16-xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_float_types[float16-xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_float_types[float16-xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_float_types[float16-xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_float_types[float32-openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_float_types[float32-openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_float_types[float32-openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_float_types[float32-openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_float_types[float32-xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_float_types[float32-xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_float_types[float32-xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_float_types[float32-xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_float_types[float64-openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_float_types[float64-openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_float_types[float64-openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_float_types[float64-openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_float_types[float64-xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_float_types[float64-xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_float_types[float64-xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_float_types[float64-xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_bool_types[bool_0-openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_bool_types[bool_0-openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_bool_types[bool_0-openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_bool_types[bool_0-openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_bool_types[bool_0-xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_bool_types[bool_0-xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_bool_types[bool_0-xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_bool_types[bool_0-xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_bool_types[bool_1-openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_bool_types[bool_1-openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_bool_types[bool_1-openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_bool_types[bool_1-openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_bool_types[bool_1-xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_bool_types[bool_1-xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_bool_types[bool_1-xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_bool_types[bool_1-xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_inf_roundtrip[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_inf_roundtrip[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_inf_roundtrip[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_inf_roundtrip[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_inf_roundtrip[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_inf_roundtrip[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_inf_roundtrip[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_inf_roundtrip[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_sheets[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_sheets[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_sheets[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_sheets[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_sheets[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_sheets[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_sheets[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_sheets[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_colaliases[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_colaliases[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_colaliases[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_colaliases[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_colaliases[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_colaliases[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_colaliases[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_colaliases[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_roundtrip_indexlabels[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_roundtrip_indexlabels[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_roundtrip_indexlabels[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_roundtrip_indexlabels[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_roundtrip_indexlabels[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_roundtrip_indexlabels[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_roundtrip_indexlabels[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_roundtrip_indexlabels[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_roundtrip_indexname[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_roundtrip_indexname[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_roundtrip_indexname[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_roundtrip_indexname[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_roundtrip_indexname[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_roundtrip_indexname[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_roundtrip_indexname[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_roundtrip_indexname[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_roundtrip_datetime[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_roundtrip_datetime[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_roundtrip_datetime[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_roundtrip_datetime[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_roundtrip_datetime[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_roundtrip_datetime[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_roundtrip_datetime[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_roundtrip_datetime[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_date_datetime_format[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_date_datetime_format[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_date_datetime_format[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_date_datetime_format[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_date_datetime_format[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_date_datetime_format[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_date_datetime_format[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_date_datetime_format[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_interval_no_labels[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_interval_no_labels[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_interval_no_labels[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_interval_no_labels[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_interval_no_labels[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_interval_no_labels[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_interval_no_labels[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_interval_no_labels[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_interval_labels[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_interval_labels[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_interval_labels[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_interval_labels[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_interval_labels[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_interval_labels[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_interval_labels[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_interval_labels[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_timedelta[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_timedelta[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_timedelta[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_timedelta[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_timedelta[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_timedelta[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_timedelta[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_timedelta[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_periodindex[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_periodindex[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_periodindex[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_periodindex[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_periodindex[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_periodindex[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_periodindex[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_periodindex[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_nan_label[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_nan_label[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_nan_label[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_nan_label[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_nan_label[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_nan_label[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_nan_label[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_nan_label[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_cols[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_cols[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_cols[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_cols[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_cols[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_cols[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_cols[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_cols[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_dates[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_dates[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_dates[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_dates[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_dates[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_dates[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_dates[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_dates[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_no_write_index[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_no_write_index[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_no_write_index[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_no_write_index[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_no_write_index[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_no_write_index[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_no_write_index[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_multiindex_no_write_index[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_float_format[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_float_format[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_float_format[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_float_format[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_float_format[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_float_format[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_float_format[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_float_format[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_output_encoding[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_output_encoding[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_output_encoding[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_output_encoding[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_output_encoding[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_output_encoding[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_output_encoding[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_output_encoding[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_unicode_filename[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_unicode_filename[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_unicode_filename[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_unicode_filename[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_unicode_filename[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_unicode_filename[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_unicode_filename[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_to_excel_unicode_filename[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_010_hemstring[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_010_hemstring[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_010_hemstring[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_010_hemstring[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_010_hemstring[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_010_hemstring[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_010_hemstring[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_010_hemstring[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_010_hemstring_raises_NotImplementedError[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_010_hemstring_raises_NotImplementedError[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_010_hemstring_raises_NotImplementedError[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_010_hemstring_raises_NotImplementedError[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_010_hemstring_raises_NotImplementedError[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_010_hemstring_raises_NotImplementedError[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_010_hemstring_raises_NotImplementedError[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_excel_010_hemstring_raises_NotImplementedError[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_duplicated_columns[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_duplicated_columns[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_duplicated_columns[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_duplicated_columns[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_duplicated_columns[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_duplicated_columns[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_duplicated_columns[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_duplicated_columns[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_swapped_columns[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_swapped_columns[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_swapped_columns[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_swapped_columns[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_swapped_columns[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_swapped_columns[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_swapped_columns[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_swapped_columns[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_invalid_columns[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_invalid_columns[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_invalid_columns[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_invalid_columns[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_invalid_columns[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_invalid_columns[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_invalid_columns[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_invalid_columns[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_arg[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_arg[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_arg[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_arg[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_arg[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_arg[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_arg[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_arg[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_default[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_default[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_default[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_default[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_default[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_default[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_default[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_default[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_used[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_used[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_used[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_used[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_used[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_used[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_used[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_used[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_emptyline[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_emptyline[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_emptyline[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_emptyline[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_emptyline[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_emptyline[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_emptyline[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_comment_emptyline[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_datetimes[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_datetimes[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_datetimes[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_datetimes[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_datetimes[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_datetimes[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_datetimes[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_datetimes[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_bytes_io[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_bytes_io[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_bytes_io[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_bytes_io[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_bytes_io[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_bytes_io[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_bytes_io[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_bytes_io[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_write_lists_dict[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_write_lists_dict[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_write_lists_dict[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_write_lists_dict[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_write_lists_dict[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_write_lists_dict[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_write_lists_dict[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_write_lists_dict[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_true_and_false_value_options[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_true_and_false_value_options[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_true_and_false_value_options[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_true_and_false_value_options[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_true_and_false_value_options[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_true_and_false_value_options[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_true_and_false_value_options[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_true_and_false_value_options[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_freeze_panes[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_freeze_panes[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_freeze_panes[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_freeze_panes[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_freeze_panes[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_freeze_panes[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_freeze_panes[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_freeze_panes[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_path_pathlib[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_path_pathlib[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_path_pathlib[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_path_pathlib[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_path_pathlib[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_path_pathlib[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_path_pathlib[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_path_pathlib[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_path_localpath[openpyxl-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_path_localpath[openpyxl-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_path_localpath[openpyxl-.xlsm-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_path_localpath[openpyxl-.xlsm-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_path_localpath[xlwt-.xls-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_path_localpath[xlwt-.xls-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_path_localpath[xlsxwriter-.xlsx-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriter::test_path_localpath[xlsxwriter-.xlsx-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestOpenpyxlTests::test_to_excel_styleconverter[None-.xlsx-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestOpenpyxlTests::test_write_cells_merge_styled[None-.xlsx-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlwtTests::test_excel_raise_error_on_multiindex_columns_and_no_index[None-.xls-xlwt] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlwtTests::test_excel_multiindex_columns_and_index_true[None-.xls-xlwt] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlwtTests::test_excel_multiindex_index[None-.xls-xlwt] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlwtTests::test_to_excel_styleconverter[None-.xls-xlwt] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestXlsxWriterTests::test_column_format[None-.xlsx-xlsxwriter] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriterEngineTests::test_ExcelWriter_dispatch[_XlsxWriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriterEngineTests::test_ExcelWriter_dispatch[_OpenpyxlWriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriterEngineTests::test_ExcelWriter_dispatch[_XlwtWriter-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriterEngineTests::test_ExcelWriter_dispatch_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestExcelWriterEngineTests::test_register_writer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::test_styler_to_excel[xlwt] xfail
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::test_styler_to_excel[xlsxwriter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::test_styler_to_excel[openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestFSPath::test_excelfile_fspath PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_excel.py::TestFSPath::test_excelwriter_fspath PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::test_bs4_version_fails SKIPPED
> ../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 SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_to_html_compat[bs4] SKIPPED
> ../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] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_spam_no_types[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_spam_with_types[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_spam_no_match[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_banklist_no_match[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_spam_header[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_skiprows_int[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_skiprows_xrange[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_skiprows_list[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_skiprows_set[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_skiprows_slice[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_skiprows_slice_short[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_skiprows_slice_long[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_skiprows_ndarray[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_skiprows_invalid[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_index[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_header_and_index_no_types[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_header_and_index_with_types[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_infer_types[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_string_io[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_string[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_file_like[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_bad_url_protocol[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_invalid_url[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_file_url[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_invalid_table_attrs[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_multiindex_header[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_multiindex_index[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_multiindex_header_index[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_multiindex_header_skiprows_tuples[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_multiindex_header_skiprows[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_multiindex_header_index_skiprows[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_regex_idempotency[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_negative_skiprows[bs4] SKIPPED
> ../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] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_multiple_tbody[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_header_and_one_column[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_tfoot_read[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_countries_municipalities[bs4] SKIPPED
> ../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] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_gold_canyon[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_different_number_of_rows[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_parse_dates_list[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_parse_dates_combine[bs4] SKIPPED
> ../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] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_decimal_rows[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_bool_header_arg[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_converters[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_na_values[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_keep_default_na[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_multiple_header_rows[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_works_on_valid_markup[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_fallback_success[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_to_html_timestamp[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_displayed_only[True-exp00-None-bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_encode[chinese_utf-16.html-bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_parse_failure_unseekable[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_parse_failure_rewinds[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_importcheck_thread_safety[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_to_html_compat[lxml] SKIPPED
> ../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] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_spam_no_types[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_spam_with_types[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_spam_no_match[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_banklist_no_match[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_spam_header[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_skiprows_int[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_skiprows_xrange[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_skiprows_list[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_skiprows_set[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_skiprows_slice[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_skiprows_slice_short[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_skiprows_slice_long[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_skiprows_ndarray[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_skiprows_invalid[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_index[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_header_and_index_no_types[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_header_and_index_with_types[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_infer_types[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_string_io[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_string[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_file_like[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_bad_url_protocol[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_invalid_url[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_file_url[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_invalid_table_attrs[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_multiindex_header[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_multiindex_index[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_multiindex_header_index[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_multiindex_header_skiprows_tuples[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_multiindex_header_skiprows[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_multiindex_header_index_skiprows[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_regex_idempotency[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_negative_skiprows[lxml] SKIPPED
> ../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] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_multiple_tbody[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_header_and_one_column[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_tfoot_read[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_countries_municipalities[lxml] SKIPPED
> ../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] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_gold_canyon[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_different_number_of_rows[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_parse_dates_list[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_parse_dates_combine[lxml] SKIPPED
> ../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] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_decimal_rows[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_bool_header_arg[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_converters[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_na_values[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_keep_default_na[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_multiple_header_rows[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_works_on_valid_markup[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_fallback_success[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_to_html_timestamp[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_displayed_only[True-exp00-None-lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_encode[chinese_utf-16.html-lxml] SKIPPED
> ../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] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_importcheck_thread_safety[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_displayed_only[False-exp01-exp11-bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_encode[chinese_utf-32.html-bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_displayed_only[False-exp01-exp11-lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_encode[chinese_utf-32.html-lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_encode[chinese_utf-8.html-bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_encode[chinese_utf-8.html-lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_encode[letz_latin1.html-bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_encode[letz_latin1.html-lxml] SKIPPED
> ../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_basic_panel 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 SKIPPED
> ../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_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::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_categorical_unsupported 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::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_datetime_tz 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_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 SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_pickle.py::test_pickle_v0_15_2 SKIPPED
> ../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_pickle.py::TestProtocol::test_read_bad_versions[3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_pickle.py::TestProtocol::test_read_bad_versions[4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_pytables.py::TestHDFComplexValues::test_complex_fixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_pytables.py::TestHDFComplexValues::test_complex_table PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_pytables.py::TestHDFComplexValues::test_complex_mixed_fixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_pytables.py::TestHDFComplexValues::test_complex_mixed_table PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_pytables.py::TestHDFComplexValues::test_complex_across_dimensions_fixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_pytables.py::TestHDFComplexValues::test_complex_across_dimensions PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_pytables.py::TestHDFComplexValues::test_complex_indexing_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_pytables.py::TestHDFComplexValues::test_complex_series_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_pytables.py::TestHDFComplexValues::test_complex_append PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_pytables.py::TestTimezones::test_append_with_timezones_dateutil PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_pytables.py::TestTimezones::test_append_with_timezones_pytz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_pytables.py::TestTimezones::test_tseries_select_index_column PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_pytables.py::TestTimezones::test_timezones_fixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_pytables.py::TestTimezones::test_fixed_offset_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_pytables.py::TestTimezones::test_store_timezone PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_pytables.py::TestTimezones::test_legacy_datetimetz_object SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_pytables.py::TestTimezones::test_dst_transitions 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_stata.py::TestStata::test_read_empty_dta[114] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_empty_dta[117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_data_method SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_dta1[dta1_114] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_dta1[dta1_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_dta2 SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_dta3[dta3_113] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_dta3[dta3_114] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_dta3[dta3_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_dta3[dta3_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_dta4[dta4_113] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_dta4[dta4_114] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_dta4[dta4_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_dta4[dta4_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_dta12 SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_dta18 SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_dta5 SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_write_dta6 SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_dta10[114] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_dta10[117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_stata_doc_examples SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_write_preserves_original SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_encoding[114] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_encoding[117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_dta11 SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_dta12[114] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_dta12[117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_dta13 SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_reread_dta14[dta14_113-114] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_reread_dta14[dta14_113-117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_reread_dta14[dta14_114-114] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_reread_dta14[dta14_114-117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_reread_dta14[dta14_115-114] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_reread_dta14[dta14_115-117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_reread_dta14[dta14_117-114] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_reread_dta14[dta14_117-117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_reread_dta15[dta15_113] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_reread_dta15[dta15_114] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_reread_dta15[dta15_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_reread_dta15[dta15_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_timestamp_and_label[114] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_timestamp_and_label[117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_invalid_timestamp[114] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_invalid_timestamp[117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_numeric_column_names SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_nan_to_missing_value[114] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_nan_to_missing_value[117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_no_index SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_string_no_dates SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_large_value_conversion SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_dates_invalid_column SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_105 SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_value_labels_old_format SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_date_export_formats SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_write_missing_strings SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_bool_uint[>-114] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_bool_uint[>-117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_bool_uint[<-114] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_bool_uint[<-117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_variable_labels SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_minimal_size_col SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_excessively_long_string SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_missing_value_generator SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_missing_value_conversion[dta17_113] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_missing_value_conversion[dta17_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_missing_value_conversion[dta17_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_big_dates SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_dtype_conversion SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_drop_column SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_categorical_writing[114] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_categorical_writing[117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_categorical_warnings_and_errors SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_categorical_with_stata_missing_values[114] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_categorical_with_stata_missing_values[117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_categorical_order[dta19_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_categorical_order[dta19_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_categorical_sorting[dta20_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_categorical_sorting[dta20_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_categorical_ordering[dta19_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_categorical_ordering[dta19_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-1-dta1_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-1-dta2_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-1-dta3_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-1-dta4_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-1-dta14_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-1-dta15_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-1-dta16_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-1-dta17_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-1-dta18_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-1-dta19_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-1-dta20_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-2-dta1_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-2-dta2_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-2-dta3_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-2-dta4_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-2-dta14_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-2-dta15_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-2-dta16_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-2-dta17_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-2-dta18_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-2-dta19_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-2-dta20_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-1-dta1_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-1-dta2_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-1-dta3_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-1-dta4_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-1-dta14_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-1-dta15_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-1-dta16_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-1-dta17_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-1-dta18_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-1-dta19_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-1-dta20_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-2-dta1_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-2-dta2_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-2-dta3_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-2-dta4_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-2-dta14_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-2-dta15_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-2-dta16_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-2-dta17_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-2-dta18_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-2-dta19_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-2-dta20_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-1-dta1_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-1-dta2_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-1-dta3_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-1-dta4_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-1-dta14_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-1-dta15_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-1-dta16_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-1-dta17_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-1-dta18_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-1-dta19_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-1-dta20_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-2-dta1_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-2-dta2_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-2-dta3_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-2-dta4_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-2-dta14_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-2-dta15_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-2-dta16_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-2-dta17_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-2-dta18_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-2-dta19_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-2-dta20_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-1-dta1_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-1-dta2_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-1-dta3_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-1-dta4_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-1-dta14_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-1-dta15_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-1-dta16_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-1-dta17_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-1-dta18_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-1-dta19_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-1-dta20_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-2-dta1_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-2-dta2_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-2-dta3_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-2-dta4_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-2-dta14_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-2-dta15_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-2-dta16_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-2-dta17_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-2-dta18_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-2-dta19_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-2-dta20_117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_iterator SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-1-dta2_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-1-dta3_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-1-dta4_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-1-dta14_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-1-dta15_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-1-dta16_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-1-dta17_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-1-dta18_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-1-dta19_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-1-dta20_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-2-dta2_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-2-dta3_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-2-dta4_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-2-dta14_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-2-dta15_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-2-dta16_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-2-dta17_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-2-dta18_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-2-dta19_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-2-dta20_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-1-dta2_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-1-dta3_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-1-dta4_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-1-dta14_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-1-dta15_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-1-dta16_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-1-dta17_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-1-dta18_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-1-dta19_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-1-dta20_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-2-dta2_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-2-dta3_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-2-dta4_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-2-dta14_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-2-dta15_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-2-dta16_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-2-dta17_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-2-dta18_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-2-dta19_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-2-dta20_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-1-dta2_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-1-dta3_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-1-dta4_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-1-dta14_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-1-dta15_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-1-dta16_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-1-dta17_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-1-dta18_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-1-dta19_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-1-dta20_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-2-dta2_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-2-dta3_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-2-dta4_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-2-dta14_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-2-dta15_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-2-dta16_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-2-dta17_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-2-dta18_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-2-dta19_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-2-dta20_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-1-dta2_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-1-dta3_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-1-dta4_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-1-dta14_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-1-dta15_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-1-dta16_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-1-dta17_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-1-dta18_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-1-dta19_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-1-dta20_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-2-dta2_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-2-dta3_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-2-dta4_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-2-dta14_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-2-dta15_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-2-dta16_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-2-dta17_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-2-dta18_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-2-dta19_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-2-dta20_115] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_columns SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_write_variable_labels[114] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_write_variable_labels[117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_invalid_variable_labels[114] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_invalid_variable_labels[117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_write_variable_label_errors SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_default_date_conversion SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_unsupported_type SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_unsupported_datetype SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_repeated_column_labels SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_stata_111 SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_out_of_range_double SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_out_of_range_float SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_invalid_encoding SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_path_pathlib SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_pickle_path_localpath SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_value_labels_iterator[True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_value_labels_iterator[False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_set_index SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_date_parsing_ignores_format_details[ms] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_date_parsing_ignores_format_details[day] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_date_parsing_ignores_format_details[week] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_date_parsing_ignores_format_details[month] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_date_parsing_ignores_format_details[qtr] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_date_parsing_ignores_format_details[half] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_date_parsing_ignores_format_details[yr] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_writer_117 SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_convert_strl_name_swap SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_invalid_date_conversion SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_nonfile_writing[114] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_nonfile_writing[117] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_gzip_writing SKIPPED
> ../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_max_columns_max_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_frame 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 SKIPPED
> ../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_pprint_thing SKIPPED
> ../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_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_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_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_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::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_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 SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_printing.py::TestTableSchemaRepr::test_publishes_not_implemented SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_printing.py::TestTableSchemaRepr::test_config_on SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_printing.py::TestTableSchemaRepr::test_config_default_off SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_printing.py::TestTableSchemaRepr::test_enable_data_resource_formatter SKIPPED
> ../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_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_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::TestStylerMatplotlibDep::test_background_gradient 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_style.py::test_shim 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 SKIPPED
> ../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_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 xfail
> ../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_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_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::TestToHTML::test_to_html_with_col_space PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_with_empty_string_label PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_unicode PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_decimal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_escaped PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_escape_disabled PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_multiindex_index_false PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_multiindex_sparsify_false_multi_sparse PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_multiindex_sparsify PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_multiindex_odd_even_truncate PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_index_formatter PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_datetime64_monthformatter PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_datetime64_hourformatter PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_regression_GH6098 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_truncate SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_truncate_multi_index SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_truncate_multi_index_sparse_off SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_border PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_border_option PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_border_zero PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_display_option_warning PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_filename PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_with_no_bold PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_columns_arg PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_multiindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_justify[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_justify[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_justify[center] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_justify[justify] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_justify[justify-all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_justify[start] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_justify[end] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_justify[inherit] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_justify[match-parent] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_justify[initial] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_justify[unset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_invalid_justify[super-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_invalid_justify[small-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_invalid_justify[noinherit] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_invalid_justify[tiny] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_invalid_justify[pandas] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_with_classes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_no_index_max_rows PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_notebook_has_style PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_notebook_has_no_style PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_with_index_names_false PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::TestToHTML::test_to_html_with_id 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/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 SKIPPED
> ../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_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] xfail
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals5-idx] xfail
> ../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] xfail
> ../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_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[True] xfail
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_empty_frame_roundtrip[False] 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_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::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_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_pandas.py::TestPandasContainer::test_frame_double_encoded_labels SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_frame_non_unique_index SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_frame_non_unique_columns SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_frame_from_json_to_json SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_frame_from_json_bad_data SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_frame_from_json_nones SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_frame_to_json_float_precision SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_frame_to_json_except SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_frame_empty SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_frame_empty_mixedtype SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_frame_mixedtype_orient SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_v12_compat SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_blocks_compat_GH9037 SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_frame_nonprintable_bytes SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_label_overflow SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_series_non_unique_index SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_series_from_json_to_json SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_series_to_json_except SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_series_from_json_precise_float SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_frame_from_json_precise_float SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_typ SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_reconstruction_index SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_path SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_axis_dates SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_convert_dates SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_convert_dates_infer SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_date_format_frame SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_date_format_series SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_date_unit SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_weird_nested_json SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_doc_example SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_misc_example SKIPPED
> ../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 SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_timedelta SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_mixed_timedelta_datetime SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_default_handler SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_default_handler_indirect SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_default_handler_numpy_unsupported_dtype SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_default_handler_raises SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_categorical SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_datetime_tz SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_sparse SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_tz_is_utc SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_tz_range_is_utc SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_read_inline_jsonl SKIPPED
> ../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 SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_read_jsonl_unicode_chars SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_read_json_large_numbers SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_to_jsonl SKIPPED
> ../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 SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_index_false_to_json_split[data0-expected0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_index_false_to_json_split[data1-expected1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_index_false_to_json_split[data2-expected2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_index_false_to_json_split[data3-expected3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_index_false_to_json_split[data4-expected4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_index_false_to_json_split[data5-expected5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_index_false_to_json_table[data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_index_false_to_json_table[data1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_index_false_to_json_table[data2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_index_false_to_json_table[data3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_index_false_to_json_table[data4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_index_false_to_json_table[data5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_index_false_error_to_json[records] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_index_false_error_to_json[index] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_index_false_error_to_json[columns] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_index_false_error_to_json[values] SKIPPED
> ../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_encodeDecimal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeStringConversion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_doubleLongIssue PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_doubleLongDecimalIssue PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeNonCLocale SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeDecodeLongDecimal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decimalDecodeTestPrecise PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeDoubleTinyExponential PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeDictWithUnicodeKeys PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeDoubleConversion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeWithDecimal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeDoubleNegConversion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeArrayOfNestedArrays PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeArrayOfDoubles PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_doublePrecisionTest PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_invalidDoublePrecision PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeStringConversion2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeUnicodeConversion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeUnicodeConversion1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeControlEscaping PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeUnicodeConversion2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeUnicodeSurrogatePair PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeUnicode4BytesUTF8 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeUnicode4BytesUTF8Highest PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeArrayInArray PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeIntConversion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeIntNegConversion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeLongNegConversion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeListConversion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeDictConversion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeNoneConversion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeTrueConversion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeFalseConversion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeDatetimeConversion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeDateConversion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeTimeConversion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeTimeConversion_pytz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeTimeConversion_dateutil PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_npy_nat 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_encodeToUTF8 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeFromUnicode PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeRecursionMax PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeDoubleNan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeDoubleInf PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeDoubleNegInf PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeJibberish PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeBrokenArrayStart PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeBrokenObjectStart PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeBrokenArrayEnd PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeArrayDepthTooBig PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeBrokenObjectEnd PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeObjectDepthTooBig PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeStringUnterminated PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeStringUntermEscapeSequence PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeStringBadEscape PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeTrueBroken PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeFalseBroken PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeNullBroken PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeBrokenDictKeyTypeLeakTest PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeBrokenDictLeakTest PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeBrokenListLeakTest PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeDictWithNoKey PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeDictWithNoColonOrValue PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeDictWithNoValue PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeNumericIntPos PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeNumericIntNeg PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeUnicode4BytesUTF8Fail SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeNullCharacter PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeNullCharacter PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeListLongConversion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeLongConversion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_numericIntExp PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_numericIntFrcExp PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeNumericIntExpEPLUS PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeNumericIntExpePLUS PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeNumericIntExpE PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeNumericIntExpe PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeNumericIntExpEMinus PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeNumericIntExpeMinus PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_dumpToFile PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_dumpToFileLikeObject PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_dumpFileArgsError PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_loadFile PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_loadFileLikeObject PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_loadFileArgsError 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_encodeNumericOverflow PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeNumericOverflowNested PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeNumberWith32bitSignBit PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encodeBigEscape PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decodeBigEscape PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_toDict PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_defaultHandler PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_Bool PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_BoolArray PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_Int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_IntArray PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_IntMax PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_Float PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_FloatArray PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_FloatMax PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_Arrays PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_OdArray PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_ArrayNumpyExcept PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_ArrayNumpyLabelled PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_DataFrame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_DataFrameNumpy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_DataFrameNested PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_DataFrameNumpyLabelled PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_Series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_SeriesNested 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_datetimeindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decodeArrayTrailingCommaFail PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decodeArrayLeadingCommaFail PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decodeArrayOnlyCommaFail PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decodeArrayUnmatchedBracketFail PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decodeArrayEmpty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decodeArrayOneItem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decodeBigValue PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decodeSmallValue PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decodeTooBigValue PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decodeTooSmallValue PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decodeVeryTooBigValue PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decodeVeryTooSmallValue PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decodeWithTrailingWhitespaces PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decodeWithTrailingNonWhitespaces PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decodeArrayWithBigInt PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decodeArrayFaultyUnicode PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decodeFloatingPointAdditionalTests PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_encodeBigSet PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_encodeEmptySet PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_encodeSet 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 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_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_parsers.py::TestCParserHighMemory::test_buffer_overflow SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_buffer_rd_bytes SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_delim_whitespace_custom_terminator SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_dtype_and_names_error SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_unsupported_dtype SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_precise_conversion SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_usecols_dtypes SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_disable_bool_parsing SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_custom_lineterminator SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_parse_ragged_csv SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_tokenize_CR_with_quoting SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_grow_boundary_at_cap SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_parse_trim_buffers SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_internal_null_byte SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_read_nrows_large SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_float_precision_round_trip_with_text SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_large_difference_in_columns SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_data_after_quote SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_comment_whitespace_delimited SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_file_like_no_next SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_read_tarfile[.tar] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_read_tarfile[.tar.gz] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_bytes_exceed_2gb SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_comment SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_line_comment SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_comment_skiprows SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_comment_header SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_comment_skiprows_header SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_custom_comment_char SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_commment_first_line SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_empty_decimal_marker SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_bad_stream_exception SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_read_csv SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_1000_sep SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_squeeze SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_squeeze_no_view SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_malformed SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_quoting SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_unnamed_columns SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_csv_mixed_type SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_read_csv_low_memory_no_rows_with_index SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_read_csv_dataframe SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_read_csv_no_index_name SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_read_table_unicode SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_read_table_wrong_num_columns SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_read_duplicate_index_explicit SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_read_duplicate_index_implicit SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_parse_bools SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_int_conversion SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_read_nrows SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_read_chunksize SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_read_chunksize_and_nrows SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_read_chunksize_named SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_get_chunk_passed_chunksize SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_read_chunksize_generated_index SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_read_text_list SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_iterator SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_pass_names_with_index SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_multi_index_no_level_names SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_multi_index_blank_df SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_no_unnamed_index SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_read_csv_parse_simple_list SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_url SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_file SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_path_pathlib SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_path_localpath SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_nonexistent_path SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_missing_trailing_delimiters SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_skipinitialspace SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_utf16_bom_skiprows SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_utf16_example SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_unicode_encoding SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_trailing_delimiters SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_escapechar SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_int64_min_issues SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_parse_integers_above_fp_precision SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_chunks_have_consistent_numerical_type SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_warn_if_chunks_have_mismatched_type SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_integer_overflow_bug SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_catch_too_many_names SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_ignore_leading_whitespace SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_chunk_begins_with_newline_whitespace SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_empty_with_index SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_empty_with_multiindex SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_empty_with_reversed_multiindex SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_float_parser SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_scientific_no_exponent SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_int64_overflow SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_empty_with_nrows_chunksize SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_eof_states SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_uneven_lines_with_usecols SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_read_empty_with_usecols SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_trailing_spaces SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_raise_on_sep_with_delim_whitespace SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_single_char_leading_whitespace SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_empty_lines SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_whitespace_lines SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_regex_separator SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_verbose_import SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_iteration_open_handle SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_1000_sep_with_decimal SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_euro_decimal_format SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_inf_parsing SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_raise_on_no_columns SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_memory_map SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_null_byte_char SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_utf8_bom SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_temporary_file SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_read_csv_utf_aliases SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_internal_eof_byte SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_internal_eof_byte_to_file SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_sub_character SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_file_handles SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_invalid_file_buffer SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_skip_bad_lines SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_zip SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_other_compression[gzip-GzipFile-gz] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_other_compression[bz2-BZ2File-bz2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_other_compression[xz-LZMAFile-xz] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_read_csv_infer_compression SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_read_csv_compressed_utf16_example SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_invalid_compression SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_converters_type_must_be_dict SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_converters SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_converters_no_implicit_conv SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_converters_euro_decimal_format SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_converter_return_string_bug SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_converters_corner_with_nas SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_converter_index_col_bug SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_dialect SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_dialect_str SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_invalid_dialect SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_dialect_conflict SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_passing_dtype SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_pass_dtype SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_categorical_dtype SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_categorical_dtype_high_cardinality_numeric SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_categorical_dtype_encoding SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_categorical_dtype_chunksize SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_categorical_categoricaldtype[categories0-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_categorical_categoricaldtype[categories0-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_categorical_categoricaldtype[categories1-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_categorical_categoricaldtype[categories1-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_categorical_categoricaldtype[categories2-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_categorical_categoricaldtype[categories2-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_categorical_categoricaldtype[categories3-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_categorical_categoricaldtype[categories3-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_categorical_categoricaldtype_unsorted SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_categoricaldtype_coerces_numeric SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_categoricaldtype_coerces_datetime SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_categoricaldtype_coerces_timedelta SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_categoricaldtype_unexpected_categories SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_categorical_categoricaldtype_chunksize SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_empty_pass_dtype SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_empty_with_index_pass_dtype SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_empty_with_multiindex_pass_dtype SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_empty_with_mangled_column_pass_dtype_by_names SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_empty_with_mangled_column_pass_dtype_by_indexes SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_empty_with_dup_column_pass_dtype_by_indexes SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_raise_on_passed_int_dtype_with_nas SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_dtype_with_converter SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_empty_dtype SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_numeric_dtype SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_read_with_bad_header SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_bool_header_arg SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_no_header_prefix SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_header_with_index_col SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_header_not_first_line SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_header_multi_index SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_header_multiindex_common_format SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_header_names_backward_compat SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_read_only_header_no_rows SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_no_header SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_non_int_header SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_singleton_header SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_mangles_multi_index SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_index_col_named SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_index_col_is_true SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_infer_index_col SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_empty_index_col_scenarios SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_empty_with_index_col_false SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_basic SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_basic_names SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_thorough_mangle_columns SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_thorough_mangle_names SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_multithread_stringio_read_csv SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_multithread_path_multipart_read_csv SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_string_nas SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_detect_string_na SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_non_string_na_values SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_default_na_values SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_custom_na_values SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_bool_na_values SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_na_value_dict SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_na_values_keep_default SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_no_keep_default_na_dict_na_values SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_na_values_na_filter_override SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_na_trailing_columns SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_na_values_scalar SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_na_values_dict_aliasing SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_na_values_dict_col_index SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_na_values_uint64 SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_empty_na_values_no_default_with_index SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_no_na_filter_on_index SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_separator_date_conflict SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_multiple_date_col SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_multiple_date_cols_int_cast SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_multiple_date_col_timestamp_parse SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_multiple_date_cols_with_header SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_multiple_date_col_name_collision SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_date_parser_int_bug SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_nat_parse SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_csv_custom_parser SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_parse_dates_implicit_first_col SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_parse_dates_string SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_yy_format_with_yearfirst SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_parse_dates_column_list SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_multi_index_parse_dates SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_parse_dates_custom_euroformat SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_parse_tz_aware SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_multiple_date_cols_index SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_multiple_date_cols_chunked SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_multiple_date_col_named_components SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_multiple_date_col_multiple_index SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_read_with_parse_dates_scalar_non_bool SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_read_with_parse_dates_invalid_type SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_parse_dates_empty_string SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_parse_dates_noconvert_thousands SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_parse_date_time_multi_level_column_name SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_parse_date_time SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_parse_date_fields SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_datetime_six_col SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_datetime_fractional_seconds SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_generic SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_dateparser_resolution_if_not_ns SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_parse_date_column_with_empty_string SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_parse_date_float[True-a\n135217135789158401\n1352171357E+5-expected0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_parse_date_float[True-a\n99999999999\n123456789012345\n1234E+0-expected1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_parse_date_float[False-a\n135217135789158401\n1352171357E+5-expected0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_parse_date_float[False-a\n99999999999\n123456789012345\n1234E+0-expected1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_bad_quote_char SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_bad_quoting SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_quote_char_basic SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_quote_char_various SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_null_quote_char SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_quoting_various SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_double_quote SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_quotechar_unicode SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_skiprows_bug SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_deep_skiprows SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_skiprows_blank SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_skiprow_with_newline SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_skiprow_with_quote SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_skiprow_with_newline_and_quote SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_skiprows_lineterminator SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_skiprows_infield_quote SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_skiprows_callable SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_raise_on_mixed_dtype_usecols SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_usecols SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_usecols_single_string SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_usecols_index_col_False SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_usecols_index_col_conflict SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_usecols_implicit_index_col SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_usecols_regex_sep SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_usecols_with_whitespace SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_usecols_with_integer_like_header SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_usecols_with_parse_dates SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_usecols_with_parse_dates_and_full_names SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_usecols_with_parse_dates_and_usecol_names SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_usecols_with_unicode_strings SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_usecols_with_single_byte_unicode_strings SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_usecols_with_mixed_encoding_strings SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_usecols_with_multibyte_characters SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_usecols_with_multibyte_unicode_characters SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_empty_usecols SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_np_array_usecols SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_callable_usecols SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_incomplete_first_row SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_uneven_length_cols SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserHighMemory::test_raise_on_usecols_names_mismatch SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_buffer_overflow SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_buffer_rd_bytes SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_delim_whitespace_custom_terminator SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_dtype_and_names_error SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_unsupported_dtype SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_precise_conversion SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_usecols_dtypes SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_disable_bool_parsing SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_custom_lineterminator SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_parse_ragged_csv SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_tokenize_CR_with_quoting SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_grow_boundary_at_cap SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_parse_trim_buffers SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_internal_null_byte SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_read_nrows_large SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_float_precision_round_trip_with_text SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_large_difference_in_columns SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_data_after_quote SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_comment_whitespace_delimited SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_file_like_no_next SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_read_tarfile[.tar] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_read_tarfile[.tar.gz] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_bytes_exceed_2gb SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_comment SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_line_comment SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_comment_skiprows SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_comment_header SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_comment_skiprows_header SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_custom_comment_char SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_commment_first_line SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_empty_decimal_marker SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_bad_stream_exception SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_read_csv SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_1000_sep SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_squeeze SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_squeeze_no_view SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_malformed SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_quoting SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_unnamed_columns SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_csv_mixed_type SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_read_csv_low_memory_no_rows_with_index SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_read_csv_dataframe SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_read_csv_no_index_name SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_read_table_unicode SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_read_table_wrong_num_columns SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_read_duplicate_index_explicit SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_read_duplicate_index_implicit SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_parse_bools SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_int_conversion SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_read_nrows SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_read_chunksize SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_read_chunksize_and_nrows SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_read_chunksize_named SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_get_chunk_passed_chunksize SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_read_chunksize_generated_index SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_read_text_list SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_iterator SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_pass_names_with_index SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_multi_index_no_level_names SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_multi_index_blank_df SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_no_unnamed_index SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_read_csv_parse_simple_list SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_url SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_file SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_path_pathlib SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_path_localpath SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_nonexistent_path SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_missing_trailing_delimiters SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_skipinitialspace SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_utf16_bom_skiprows SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_utf16_example SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_unicode_encoding SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_trailing_delimiters SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_escapechar SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_int64_min_issues SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_parse_integers_above_fp_precision SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_chunks_have_consistent_numerical_type SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_warn_if_chunks_have_mismatched_type SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_integer_overflow_bug SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_catch_too_many_names SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_ignore_leading_whitespace SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_chunk_begins_with_newline_whitespace SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_empty_with_index SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_empty_with_multiindex SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_empty_with_reversed_multiindex SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_float_parser SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_scientific_no_exponent SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_int64_overflow SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_empty_with_nrows_chunksize SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_eof_states SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_uneven_lines_with_usecols SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_read_empty_with_usecols SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_trailing_spaces SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_raise_on_sep_with_delim_whitespace SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_single_char_leading_whitespace SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_empty_lines SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_whitespace_lines SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_regex_separator SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_verbose_import SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_iteration_open_handle SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_1000_sep_with_decimal SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_euro_decimal_format SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_inf_parsing SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_raise_on_no_columns SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_memory_map SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_null_byte_char SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_utf8_bom SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_temporary_file SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_read_csv_utf_aliases SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_internal_eof_byte SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_internal_eof_byte_to_file SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_sub_character SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_file_handles SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_invalid_file_buffer SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_skip_bad_lines SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_zip SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_other_compression[gzip-GzipFile-gz] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_other_compression[bz2-BZ2File-bz2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_other_compression[xz-LZMAFile-xz] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_read_csv_infer_compression SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_read_csv_compressed_utf16_example SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_invalid_compression SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_converters_type_must_be_dict SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_converters SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_converters_no_implicit_conv SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_converters_euro_decimal_format SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_converter_return_string_bug SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_converters_corner_with_nas SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_converter_index_col_bug SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_dialect SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_dialect_str SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_invalid_dialect SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_dialect_conflict SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_passing_dtype SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_pass_dtype SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_categorical_dtype SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_categorical_dtype_high_cardinality_numeric SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_categorical_dtype_encoding SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_categorical_dtype_chunksize SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_categorical_categoricaldtype[categories0-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_categorical_categoricaldtype[categories0-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_categorical_categoricaldtype[categories1-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_categorical_categoricaldtype[categories1-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_categorical_categoricaldtype[categories2-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_categorical_categoricaldtype[categories2-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_categorical_categoricaldtype[categories3-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_categorical_categoricaldtype[categories3-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_categorical_categoricaldtype_unsorted SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_categoricaldtype_coerces_numeric SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_categoricaldtype_coerces_datetime SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_categoricaldtype_coerces_timedelta SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_categoricaldtype_unexpected_categories SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_categorical_categoricaldtype_chunksize SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_empty_pass_dtype SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_empty_with_index_pass_dtype SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_empty_with_multiindex_pass_dtype SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_empty_with_mangled_column_pass_dtype_by_names SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_empty_with_mangled_column_pass_dtype_by_indexes SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_empty_with_dup_column_pass_dtype_by_indexes SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_raise_on_passed_int_dtype_with_nas SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_dtype_with_converter SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_empty_dtype SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_numeric_dtype SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_read_with_bad_header SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_bool_header_arg SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_no_header_prefix SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_header_with_index_col SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_header_not_first_line SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_header_multi_index SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_header_multiindex_common_format SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_header_names_backward_compat SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_read_only_header_no_rows SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_no_header SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_non_int_header SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_singleton_header SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_mangles_multi_index SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_index_col_named SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_index_col_is_true SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_infer_index_col SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_empty_index_col_scenarios SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_empty_with_index_col_false SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_basic SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_basic_names SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_thorough_mangle_columns SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_thorough_mangle_names SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_multithread_stringio_read_csv SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_multithread_path_multipart_read_csv SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_string_nas SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_detect_string_na SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_non_string_na_values SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_default_na_values SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_custom_na_values SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_bool_na_values SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_na_value_dict SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_na_values_keep_default SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_no_keep_default_na_dict_na_values SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_na_values_na_filter_override SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_na_trailing_columns SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_na_values_scalar SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_na_values_dict_aliasing SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_na_values_dict_col_index SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_na_values_uint64 SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_empty_na_values_no_default_with_index SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_no_na_filter_on_index SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_separator_date_conflict SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_multiple_date_col SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_multiple_date_cols_int_cast SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_multiple_date_col_timestamp_parse SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_multiple_date_cols_with_header SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_multiple_date_col_name_collision SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_date_parser_int_bug SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_nat_parse SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_csv_custom_parser SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_parse_dates_implicit_first_col SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_parse_dates_string SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_yy_format_with_yearfirst SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_parse_dates_column_list SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_multi_index_parse_dates SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_parse_dates_custom_euroformat SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_parse_tz_aware SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_multiple_date_cols_index SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_multiple_date_cols_chunked SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_multiple_date_col_named_components SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_multiple_date_col_multiple_index SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_read_with_parse_dates_scalar_non_bool SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_read_with_parse_dates_invalid_type SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_parse_dates_empty_string SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_parse_dates_noconvert_thousands SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_parse_date_time_multi_level_column_name SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_parse_date_time SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_parse_date_fields SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_datetime_six_col SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_datetime_fractional_seconds SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_generic SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_dateparser_resolution_if_not_ns SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_parse_date_column_with_empty_string SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_parse_date_float[True-a\n135217135789158401\n1352171357E+5-expected0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_parse_date_float[True-a\n99999999999\n123456789012345\n1234E+0-expected1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_parse_date_float[False-a\n135217135789158401\n1352171357E+5-expected0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_parse_date_float[False-a\n99999999999\n123456789012345\n1234E+0-expected1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_bad_quote_char SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_bad_quoting SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_quote_char_basic SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_quote_char_various SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_null_quote_char SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_quoting_various SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_double_quote SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_quotechar_unicode SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_skiprows_bug SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_deep_skiprows SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_skiprows_blank SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_skiprow_with_newline SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_skiprow_with_quote SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_skiprow_with_newline_and_quote SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_skiprows_lineterminator SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_skiprows_infield_quote SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_skiprows_callable SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_raise_on_mixed_dtype_usecols SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_usecols SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_usecols_single_string SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_usecols_index_col_False SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_usecols_index_col_conflict SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_usecols_implicit_index_col SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_usecols_regex_sep SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_usecols_with_whitespace SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_usecols_with_integer_like_header SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_usecols_with_parse_dates SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_usecols_with_parse_dates_and_full_names SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_usecols_with_parse_dates_and_usecol_names SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_usecols_with_unicode_strings SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_usecols_with_single_byte_unicode_strings SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_usecols_with_mixed_encoding_strings SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_usecols_with_multibyte_characters SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_usecols_with_multibyte_unicode_characters SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_empty_usecols SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_np_array_usecols SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_callable_usecols SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_incomplete_first_row SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_uneven_length_cols SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestCParserLowMemory::test_raise_on_usecols_names_mismatch SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_comment SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_line_comment SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_comment_skiprows SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_comment_header SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_comment_skiprows_header SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_custom_comment_char SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_commment_first_line SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_empty_decimal_marker SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_bad_stream_exception SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_read_csv SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_1000_sep SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_squeeze SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_squeeze_no_view SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_malformed SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_quoting SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_unnamed_columns SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_csv_mixed_type SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_read_csv_low_memory_no_rows_with_index SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_read_csv_dataframe SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_read_csv_no_index_name SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_read_table_unicode SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_read_table_wrong_num_columns SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_read_duplicate_index_explicit SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_read_duplicate_index_implicit SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_parse_bools SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_int_conversion SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_read_nrows SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_read_chunksize SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_read_chunksize_and_nrows SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_read_chunksize_named SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_get_chunk_passed_chunksize SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_read_chunksize_generated_index SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_read_text_list SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_iterator SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_pass_names_with_index SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_multi_index_no_level_names SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_multi_index_blank_df SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_no_unnamed_index SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_read_csv_parse_simple_list SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_url SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_file SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_path_pathlib SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_path_localpath SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_nonexistent_path SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_missing_trailing_delimiters SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_skipinitialspace SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_utf16_bom_skiprows SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_utf16_example SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_unicode_encoding SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_trailing_delimiters SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_escapechar SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_int64_min_issues SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_parse_integers_above_fp_precision SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_chunks_have_consistent_numerical_type SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_warn_if_chunks_have_mismatched_type SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_integer_overflow_bug SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_catch_too_many_names SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_ignore_leading_whitespace SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_chunk_begins_with_newline_whitespace SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_empty_with_index SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_empty_with_multiindex SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_empty_with_reversed_multiindex SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_float_parser SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_scientific_no_exponent SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_int64_overflow SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_empty_with_nrows_chunksize SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_eof_states SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_uneven_lines_with_usecols SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_read_empty_with_usecols SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_trailing_spaces SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_raise_on_sep_with_delim_whitespace SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_single_char_leading_whitespace SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_empty_lines SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_whitespace_lines SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_regex_separator SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_verbose_import SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_iteration_open_handle SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_1000_sep_with_decimal SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_euro_decimal_format SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_inf_parsing SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_raise_on_no_columns SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_memory_map SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_null_byte_char SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_utf8_bom SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_temporary_file SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_read_csv_utf_aliases SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_internal_eof_byte SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_internal_eof_byte_to_file SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_sub_character SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_file_handles SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_invalid_file_buffer SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_skip_bad_lines SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_zip SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_other_compression[gzip-GzipFile-gz] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_other_compression[bz2-BZ2File-bz2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_other_compression[xz-LZMAFile-xz] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_read_csv_infer_compression SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_read_csv_compressed_utf16_example SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_invalid_compression SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_converters_type_must_be_dict SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_converters SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_converters_no_implicit_conv SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_converters_euro_decimal_format SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_converter_return_string_bug SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_converters_corner_with_nas SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_converter_index_col_bug SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_dialect SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_dialect_str SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_invalid_dialect SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_dialect_conflict SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_passing_dtype SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_pass_dtype SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_categorical_dtype SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_categorical_dtype_high_cardinality_numeric SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_categorical_dtype_encoding SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_categorical_dtype_chunksize SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_categorical_categoricaldtype[categories0-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_categorical_categoricaldtype[categories0-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_categorical_categoricaldtype[categories1-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_categorical_categoricaldtype[categories1-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_categorical_categoricaldtype[categories2-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_categorical_categoricaldtype[categories2-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_categorical_categoricaldtype[categories3-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_categorical_categoricaldtype[categories3-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_categorical_categoricaldtype_unsorted SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_categoricaldtype_coerces_numeric SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_categoricaldtype_coerces_datetime SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_categoricaldtype_coerces_timedelta SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_categoricaldtype_unexpected_categories SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_categorical_categoricaldtype_chunksize SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_empty_pass_dtype SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_empty_with_index_pass_dtype SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_empty_with_multiindex_pass_dtype SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_empty_with_mangled_column_pass_dtype_by_names SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_empty_with_mangled_column_pass_dtype_by_indexes SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_empty_with_dup_column_pass_dtype_by_indexes SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_raise_on_passed_int_dtype_with_nas SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_dtype_with_converter SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_empty_dtype SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_numeric_dtype SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_read_with_bad_header SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_bool_header_arg SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_no_header_prefix SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_header_with_index_col SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_header_not_first_line SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_header_multi_index SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_header_multiindex_common_format SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_header_names_backward_compat SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_read_only_header_no_rows SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_no_header SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_non_int_header SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_singleton_header SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_mangles_multi_index SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_index_col_named SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_index_col_is_true SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_infer_index_col SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_empty_index_col_scenarios SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_empty_with_index_col_false SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_basic SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_basic_names SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_thorough_mangle_columns SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_thorough_mangle_names SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_multithread_stringio_read_csv SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_multithread_path_multipart_read_csv SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_string_nas SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_detect_string_na SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_non_string_na_values SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_default_na_values SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_custom_na_values SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_bool_na_values SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_na_value_dict SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_na_values_keep_default SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_no_keep_default_na_dict_na_values SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_na_values_na_filter_override SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_na_trailing_columns SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_na_values_scalar SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_na_values_dict_aliasing SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_na_values_dict_col_index SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_na_values_uint64 SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_empty_na_values_no_default_with_index SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_no_na_filter_on_index SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_separator_date_conflict SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_multiple_date_col SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_multiple_date_cols_int_cast SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_multiple_date_col_timestamp_parse SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_multiple_date_cols_with_header SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_multiple_date_col_name_collision SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_date_parser_int_bug SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_nat_parse SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_csv_custom_parser SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_parse_dates_implicit_first_col SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_parse_dates_string SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_yy_format_with_yearfirst SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_parse_dates_column_list SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_multi_index_parse_dates SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_parse_dates_custom_euroformat SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_parse_tz_aware SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_multiple_date_cols_index SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_multiple_date_cols_chunked SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_multiple_date_col_named_components SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_multiple_date_col_multiple_index SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_read_with_parse_dates_scalar_non_bool SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_read_with_parse_dates_invalid_type SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_parse_dates_empty_string SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_parse_dates_noconvert_thousands SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_parse_date_time_multi_level_column_name SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_parse_date_time SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_parse_date_fields SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_datetime_six_col SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_datetime_fractional_seconds SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_generic SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_dateparser_resolution_if_not_ns SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_parse_date_column_with_empty_string SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_parse_date_float[True-a\n135217135789158401\n1352171357E+5-expected0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_parse_date_float[True-a\n99999999999\n123456789012345\n1234E+0-expected1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_parse_date_float[False-a\n135217135789158401\n1352171357E+5-expected0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_parse_date_float[False-a\n99999999999\n123456789012345\n1234E+0-expected1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_default_separator SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_invalid_skipfooter SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_sniff_delimiter SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_BytesIO_input SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_single_line SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_skipfooter SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_decompression_regex_sep SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_read_table_buglet_4x_multiindex SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_skipfooter_with_decimal SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_encoding_non_utf8_multichar_sep SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_multi_char_sep_quotes SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_none_delimiter SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_skipfooter_bad_row SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_bad_quote_char SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_bad_quoting SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_quote_char_basic SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_quote_char_various SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_null_quote_char SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_quoting_various SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_double_quote SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_quotechar_unicode SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_skiprows_bug SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_deep_skiprows SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_skiprows_blank SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_skiprow_with_newline SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_skiprow_with_quote SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_skiprow_with_newline_and_quote SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_skiprows_lineterminator SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_skiprows_infield_quote SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_skiprows_callable SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_raise_on_mixed_dtype_usecols SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_usecols SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_usecols_single_string SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_usecols_index_col_False SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_usecols_index_col_conflict SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_usecols_implicit_index_col SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_usecols_regex_sep SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_usecols_with_whitespace SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_usecols_with_integer_like_header SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_usecols_with_parse_dates SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_usecols_with_parse_dates_and_full_names SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_usecols_with_parse_dates_and_usecol_names SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_usecols_with_unicode_strings SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_usecols_with_single_byte_unicode_strings SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_usecols_with_mixed_encoding_strings SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_usecols_with_multibyte_characters SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_usecols_with_multibyte_unicode_characters SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_empty_usecols SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_np_array_usecols SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_callable_usecols SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_incomplete_first_row SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_uneven_length_cols SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestPythonParser::test_raise_on_usecols_names_mismatch SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parsers.py::TestUnsortedUsecols::test_override__set_noconvert_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::TestFwfParsing::test_fwf PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::TestFwfParsing::test_BytesIO_input PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::TestFwfParsing::test_fwf_colspecs_is_list_or_tuple PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::TestFwfParsing::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::TestFwfParsing::test_fwf_colspecs_None PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::TestFwfParsing::test_fwf_regression PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::TestFwfParsing::test_fwf_for_uint8 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::TestFwfParsing::test_fwf_compression PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::TestFwfParsing::test_comment_fwf PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::TestFwfParsing::test_1000_fwf PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::TestFwfParsing::test_bool_header_arg PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::TestFwfParsing::test_full_file PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::TestFwfParsing::test_full_file_with_missing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::TestFwfParsing::test_full_file_with_spaces PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::TestFwfParsing::test_full_file_with_spaces_and_missing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::TestFwfParsing::test_messed_up_data PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::TestFwfParsing::test_multiple_delimiters PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::TestFwfParsing::test_variable_width_unicode PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::TestFwfParsing::test_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::TestFwfParsing::test_skiprows_inference PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::TestFwfParsing::test_skiprows_by_index_inference PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::TestFwfParsing::test_skiprows_inference_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::TestFwfParsing::test_whitespace_preservation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::TestFwfParsing::test_default_delimiter PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_file_handle SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_string_filename SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_file_handle_mmap SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_StringIO SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_string_factorize SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_skipinitialspace SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_parse_booleans SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_delimit_whitespace SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_embedded_newline SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_euro_decimal SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_integer_thousands SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_integer_thousands_alt SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_skip_bad_lines SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_header_not_enough_lines SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_escapechar SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_eof_has_eol SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_na_substitution SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_numpy_string_dtype SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_pass_dtype SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_usecols SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_cr_delimited SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_empty_field_eof SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_empty_csv_input SKIPPED
> ../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_unsupported.py::TestDeprecatedFeatures::test_deprecated_args[kwargs0-c] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_unsupported.py::TestDeprecatedFeatures::test_deprecated_args[kwargs0-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_unsupported.py::TestDeprecatedFeatures::test_deprecated_args[kwargs1-c] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_unsupported.py::TestDeprecatedFeatures::test_deprecated_args[kwargs1-python] PASSED
> ../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_sas7bdat.py::TestSAS7BDAT::test_from_file SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/sas/test_sas7bdat.py::TestSAS7BDAT::test_from_buffer SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/sas/test_sas7bdat.py::TestSAS7BDAT::test_from_iterator SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/sas/test_sas7bdat.py::TestSAS7BDAT::test_path_pathlib SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/sas/test_sas7bdat.py::TestSAS7BDAT::test_path_localpath SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/sas/test_sas7bdat.py::TestSAS7BDAT::test_iterator_loop SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/sas/test_sas7bdat.py::TestSAS7BDAT::test_iterator_read_too_much SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/sas/test_sas7bdat.py::test_encoding_options SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/sas/test_sas7bdat.py::test_productsales SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/sas/test_sas7bdat.py::test_12659 SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/sas/test_sas7bdat.py::test_airline SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/sas/test_sas7bdat.py::test_date_time SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/sas/test_sas7bdat.py::test_zero_variables SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/sas/test_xport.py::TestXport::test1_basic SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/sas/test_xport.py::TestXport::test1_index SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/sas/test_xport.py::TestXport::test1_incremental SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/sas/test_xport.py::TestXport::test2 SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/sas/test_xport.py::TestXport::test_multiple_types SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/sas/test_xport.py::TestXport::test_truncated_float_support 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 SKIPPED
> ../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_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 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 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_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_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 SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_gap_upsample SKIPPED
> ../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_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_deprecated.py::TestDeprecatedNameSpace::test_scatter_plot_legacy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_deprecated.py::TestDeprecatedNameSpace::test_boxplot_deprecated PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_deprecated.py::TestDeprecatedNameSpace::test_radviz_deprecated SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_deprecated.py::TestDeprecatedNameSpace::test_plot_params PASSED
> ../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_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 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_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 PASSED
> ../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_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 PASSED
> ../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 PASSED
> ../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 XPASS
> ../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_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_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 PASSED
> ../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::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 XPASS
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_andrews_curves SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_parallel_coordinates SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_parallel_coordinates_with_sorted_labels XPASS
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_radviz SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_subplot_titles SKIPPED
> ../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_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_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 SKIPPED
> ../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 XPASS
> ../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/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_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_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::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_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[DatetimeIndex] 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[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-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-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-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-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-DatetimeIndex0] 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_raises[RangeIndex-IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types_raises[RangeIndex-MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types_raises[Int64Index-IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types_raises[Int64Index-MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types_raises[Float64Index-IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types_raises[Float64Index-MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types_raises[Index-IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types_raises[Index-MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types_raises[CategoricalIndex-IntervalIndex0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types_raises[CategoricalIndex-MultiIndex0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types_raises[CategoricalIndex-IntervalIndex1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types_raises[CategoricalIndex-MultiIndex1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types_raises[DatetimeIndex-IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types_raises[DatetimeIndex-MultiIndex] 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::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_panel_concat_other_axes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_panel_concat_buglet[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_panel_concat_buglet[False] 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_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_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::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[float16-Panel] 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[float32-Panel] 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[float64-Panel] 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_no_unnecessary_upcast[float128-Panel] 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[int8-Panel] 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[int16-Panel] 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[int32-Panel] 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_will_upcast[int64-Panel] 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_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_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::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_pivot.py::TestPivotTable::test_pivot_table 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_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 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_periods PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_list_like_values[values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_list_like_values[values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_list_like_values[values2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_list_like_values[values3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_list_like_values_nans[values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_list_like_values_nans[values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_list_like_values_nans[values2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_list_like_values_nans[values3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_multiindex xfail
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_tuple_of_values 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 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::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_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] xfail
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_include_na[sparse-i8] xfail
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_include_na[sparse-float64] xfail
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_include_na[sparse-bool] xfail
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_include_na[sparse-None] xfail
> ../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_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::TestCategoricalReshape::test_reshaping_panel_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_tile.py::TestCut::test_simple PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_bins PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_right PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_noright PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_arraylike PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_bins_from_intervalindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_bins_not_monotonic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_wrong_num_labels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_cut_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_cut_not_1d_arg[cut-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_cut_not_1d_arg[cut-arg1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_cut_not_1d_arg[cut-arg2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_cut_not_1d_arg[qcut-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_cut_not_1d_arg[qcut-arg1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_cut_not_1d_arg[qcut-arg2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_cut_out_of_range_more PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_labels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_cut_pass_series_name_to_factor PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_label_precision PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_na_handling PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_inf_handling PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_qcut PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_qcut_bounds PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_qcut_specify_quantiles PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_qcut_all_bins_same PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_cut_out_of_bounds PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_cut_pass_labels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_qcut_include_lowest PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_qcut_nas PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_qcut_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_round_frac PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_qcut_binning_issues SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_cut_return_intervals PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_qcut_return_intervals PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_series_retbins PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_cut_duplicates_bin PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_qcut_duplicates_bin PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_single_quantile PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_single_bin PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_cut_read_only[True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_cut_read_only[True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestCut::test_cut_read_only[False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestDatelike::test_qcut_nat[datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestDatelike::test_qcut_nat[timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestDatelike::test_datetime_cut PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestDatelike::test_datetimetz_cut[list-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestDatelike::test_datetimetz_cut[list-bins1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestDatelike::test_datetimetz_cut[box1-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestDatelike::test_datetimetz_cut[box1-bins1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestDatelike::test_datetimetz_cut[Index-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestDatelike::test_datetimetz_cut[Index-bins1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestDatelike::test_datetimetz_cut[Series-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestDatelike::test_datetimetz_cut[Series-bins1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestDatelike::test_datetimetz_qcut[3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestDatelike::test_datetimetz_qcut[bins1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestDatelike::test_datetime_bin PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestDatelike::test_datetime_nan 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 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 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_panel_join PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_panel_join_overlap PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_panel_join_many 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_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_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::TestMergeMulti::test_merge_on_multikey PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeMulti::test_left_join_multi_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeMulti::test_merge_right_vs_left PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeMulti::test_compress_group_combinations PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeMulti::test_left_join_index_preserve_order PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeMulti::test_left_join_index_multi_match_multiindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeMulti::test_left_join_index_multi_match PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeMulti::test_left_merge_na_buglet PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeMulti::test_merge_na_keys PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeMulti::test_join_multi_levels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeMulti::test_join_multi_levels2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeMulti::test_merge_datetime_index[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeMulti::test_merge_datetime_index[asarray] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeMulti::test_merge_datetime_index[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeMulti::test_merge_datetime_index[Index] 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_different[right_vals2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_different[right_vals3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_different[right_vals4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_different[right_vals5] 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[df1_vals0-df2_vals0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_merge_incompat_dtypes[df1_vals1-df2_vals1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_merge_incompat_dtypes[df1_vals2-df2_vals2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_merge_incompat_dtypes[df1_vals3-df2_vals3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_merge_incompat_dtypes[df1_vals4-df2_vals4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_merge_incompat_dtypes[df1_vals5-df2_vals5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_merge_incompat_dtypes[df1_vals6-df2_vals6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_merge_incompat_dtypes[df1_vals7-df2_vals7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_merge_incompat_dtypes[df1_vals8-df2_vals8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_merge_incompat_dtypes[df1_vals9-df2_vals9] 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::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_asof.py::TestAsOfMerge::test_examples1 SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_examples2 SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_examples3 SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_examples4 SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_basic SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_basic_categorical SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_basic_left_index SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_basic_right_index SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_basic_left_index_right_index SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_multi_index SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_on_and_index SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_basic_left_by_right_by SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_missing_right_by SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_multiby SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_multiby_heterogeneous_types SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_multiby_indexed SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_basic2 SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_basic_no_by SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_valid_join_keys SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_with_duplicates SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_with_duplicates_no_on SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_valid_allow_exact_matches SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_valid_tolerance SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_non_sorted SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_tolerance SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_tolerance_forward SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_tolerance_nearest SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_tolerance_tz SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_index_tolerance SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_allow_exact_matches SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_allow_exact_matches_forward SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_allow_exact_matches_nearest SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_allow_exact_matches_and_tolerance SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_allow_exact_matches_and_tolerance2 SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_allow_exact_matches_and_tolerance3 SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_allow_exact_matches_and_tolerance_forward SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_allow_exact_matches_and_tolerance_nearest SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_forward_by SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_nearest_by SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_by_int SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_on_float SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_on_specialized_type SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_on_specialized_type_by_int SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_on_float_by_int SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_merge_datatype_error SKIPPED
> ../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_index_as_string.py::test_merge_index_column_precedence 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/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-PeriodIndex] 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[Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_identity[Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_identity[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] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_round_nat[Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_round_nat[Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_NaT_methods PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_NaT_docstrings PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_isoformat[Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_isoformat[Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_rfloordiv_timedelta PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_td64_vector[TimedeltaIndex-assert_index_equal] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_td64_vector[Series-assert_series_equal] 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/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_length_errors[a-z] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_length_errors[left1-right1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_length_errors[left2-right2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_length_errors[left3-right3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_math_add PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_math_sub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_math_mult PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_math_div 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/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 xfail
> ../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::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_period_cons_quarterly[JAN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_quarterly[FEB] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_quarterly[MAR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_quarterly[APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_quarterly[MAY] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_quarterly[JUN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_quarterly[JUL] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_quarterly[AUG] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_quarterly[SEP] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_quarterly[OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_quarterly[NOV] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_quarterly[DEC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_annual[JAN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_annual[FEB] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_annual[MAR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_annual[APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_annual[MAY] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_annual[JUN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_annual[JUL] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_annual[AUG] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_annual[SEP] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_annual[OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_annual[NOV] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_annual[DEC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[10-MON] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[10-TUE] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[10-WED] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[10-THU] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[10-FRI] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[10-SAT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[10-SUN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[11-MON] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[11-TUE] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[11-WED] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[11-THU] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[11-FRI] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[11-SAT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[11-SUN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[12-MON] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[12-TUE] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[12-WED] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[12-THU] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[12-FRI] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[12-SAT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[12-SUN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[13-MON] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[13-TUE] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[13-WED] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[13-THU] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[13-FRI] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[13-SAT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[13-SUN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[14-MON] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[14-TUE] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[14-WED] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[14-THU] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[14-FRI] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[14-SAT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[14-SUN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[15-MON] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[15-TUE] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[15-WED] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[15-THU] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[15-FRI] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[15-SAT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[15-SUN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[16-MON] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[16-TUE] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[16-WED] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[16-THU] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[16-FRI] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[16-SAT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_weekly[16-SUN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_from_ordinal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_mult PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_cons_combined PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_timestamp_tz_arg[Europe/Brussels] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_timestamp_tz_arg[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_timestamp_tz_arg[US/Pacific] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_timestamp_tz_arg_dateutil[dateutil/Europe/Brussels] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_timestamp_tz_arg_dateutil[dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_timestamp_tz_arg_dateutil[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_timestamp_tz_arg_dateutil_from_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_timestamp_mult PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_construction PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_construction_bday PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_construction_quarter PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_construction_month PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_constructor_offsets 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_hash PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_repr_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_millisecond_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_microsecond_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_strftime PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_sub_delta PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_to_timestamp 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::TestPeriodProperties::test_pnow PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_constructor_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_constructor_infer_freq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_badinput PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_multiples PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_round_trip 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::TestMethods::test_add PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestMethods::test_add_pdnat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestMethods::test_add_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestMethods::test_add_timestamp_raises[<lambda>0-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestMethods::test_add_timestamp_raises[<lambda>0-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestMethods::test_add_timestamp_raises[<lambda>0-<lambda>2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestMethods::test_add_timestamp_raises[<lambda>1-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestMethods::test_add_timestamp_raises[<lambda>1-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestMethods::test_add_timestamp_raises[<lambda>1-<lambda>2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestMethods::test_add_timestamp_raises[<lambda>2-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestMethods::test_add_timestamp_raises[<lambda>2-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestMethods::test_add_timestamp_raises[<lambda>2-<lambda>2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestMethods::test_sub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestMethods::test_add_offset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestMethods::test_add_offset_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestMethods::test_sub_pdnat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestMethods::test_sub_offset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestMethods::test_sub_offset_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestMethods::test_nat_ops[M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestMethods::test_nat_ops[2M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestMethods::test_nat_ops[3M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestMethods::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 XPASS
> ../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_sub_numeric_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_rsub_pytimedelta PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_rsub_timedelta64 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_td64_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_rsub_numeric_raises 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_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_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_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_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::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_nat_converters 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_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::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_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 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 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_comparisons.py::TestTimestampComparison::test_cant_compare_tz_naive_w_aware_explicit_pytz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_comparisons.py::TestTimestampComparison::test_cant_compare_tz_naive_w_aware_dateutil 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_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[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[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_woy_boundary 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_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_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_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::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[946688461.0005-check_kwargs8] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_unit[946688461.5-check_kwargs9] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_unit[946688461000.5-check_kwargs10] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_unit[946688461000500.0-check_kwargs11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_unit[946688461500.0-check_kwargs12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_unit[946688461000005.0-check_kwargs13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_unit[946688461005000.0-check_kwargs14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_unit[946688461000.5-check_kwargs15] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_unit[946688461000.005-check_kwargs16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_unit[946688461.5-check_kwargs17] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_unit[10957.5-check_kwargs18] 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::TestTimestampNsOperations::test_timedelta_ns_arithmetic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampNsOperations::test_timedelta_ns_based_arithmetic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampNsOperations::test_timedelta_us_arithmetic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampNsOperations::test_timedelta_ms_arithmetic 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_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_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_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_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_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_unary_ops.py::TestTimestampUnaryOps::test_round_day_naive 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_round_frequencies[D-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_frequencies[H-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_frequencies[S-expected2] 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_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_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_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_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_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_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_timestamp PASSED
> ../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_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_inplace 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_analytics.py::TestSeriesAnalytics::test_empty[sum-0.0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_empty[sum-0.0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_empty[prod-1.0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_empty[prod-1.0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_empty_multi[sum-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_empty_multi[prod-1.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_ops_consistency_on_empty[mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_ops_consistency_on_empty[median] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_ops_consistency_on_empty[std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_ops_consistency_on_empty[var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_nansum_buglet PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_sum_overflow[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_sum_overflow[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_sum PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_sum_inf PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_mean PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_median PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_mode PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_prod PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_min PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_max PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_var_std PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_sem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_skew PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_kurt 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_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_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_all_any PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_all_any_params PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_modulo 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_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_value_counts_nunique PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_unique PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_drop_duplicates_non_bool[tc10-tc20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_drop_duplicates_non_bool[tc11-tc21] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_drop_duplicates_non_bool[tc12-tc22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_drop_duplicates_non_bool[tc13-tc23] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_drop_duplicates_bool 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_timedelta64_analytics PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_idxmin PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_numpy_argmin_deprecated PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_idxmax PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_numpy_argmax_deprecated 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_empty_timeseries_redections_return_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_unique_data_ownership 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_unique PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_is_unique_class_ne 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::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[s0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_nsmallest_nlargest[s1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_nsmallest_nlargest[s2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_nsmallest_nlargest[s3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_nsmallest_nlargest[s4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_nsmallest_nlargest[s5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_nsmallest_nlargest[s6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_nsmallest_nlargest[s7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_nsmallest_nlargest[s8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_nsmallest_nlargest[s9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_nsmallest_nlargest[s10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_nsmallest_nlargest[s11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_nsmallest_nlargest[s12] 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-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-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-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-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::TestCategoricalSeriesAnalytics::test_count PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestCategoricalSeriesAnalytics::test_min_max PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestCategoricalSeriesAnalytics::test_mode 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_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_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_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_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_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 SKIPPED
> ../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_categorical_delegations PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestCategoricalSeries::test_str_accessor_api_for_categorical 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::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::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_arithmetic.py::TestSeriesComparison::test_compare_invalid 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_arithmetic.py::TestTimestampSeriesComparison::test_dt64_ser_cmp_date_warning PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimestampSeriesComparison::test_dt64ser_cmp_date_invalid SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimestampSeriesComparison::test_dt64ser_cmp_period_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimestampSeriesComparison::test_timestamp_compare_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimestampSeriesComparison::test_timestamp_equality PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesComparisons::test_compare_timedelta_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestPeriodSeriesComparisons::test_cmp_series_period_scalar[M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestPeriodSeriesComparisons::test_cmp_series_period_scalar[2M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestPeriodSeriesComparisons::test_cmp_series_period_scalar[3M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestPeriodSeriesComparisons::test_cmp_series_period_series[M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestPeriodSeriesComparisons::test_cmp_series_period_series[2M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestPeriodSeriesComparisons::test_cmp_series_period_series[3M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestPeriodSeriesComparisons::test_cmp_series_period_series_mixed_freq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_divide_decimal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_div_equiv_binop PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[int64-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[int64-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[int64-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[int64-int8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[int64-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[int64-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[int64-float16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[int64-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[int64-uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[int64-uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[int64-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[float64-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[float64-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[float64-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[float64-int8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[float64-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[float64-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[float64-float16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[float64-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[float64-uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[float64-uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[float64-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[uint64-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[uint64-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[uint64-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[uint64-int8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[uint64-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[uint64-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[uint64-float16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[uint64-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[uint64-uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[uint64-uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_ser_div_ser[uint64-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_rdiv_zero_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_div_zero_inf_signs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_rdiv_zero PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesDivision::test_floordiv_div PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesArithmetic::test_series_radd_str_invalid[None-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesArithmetic::test_series_radd_str_invalid[None-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesArithmetic::test_series_radd_str_invalid[None-data2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesArithmetic::test_series_radd_str_invalid[None-data3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesArithmetic::test_series_radd_str_invalid[object-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesArithmetic::test_series_radd_str_invalid[object-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesArithmetic::test_series_radd_str_invalid[object-data2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesArithmetic::test_series_radd_str_invalid[object-data3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesArithmetic::test_object_ser_add_invalid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesArithmetic::test_series_with_dtype_radd_nan[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesArithmetic::test_series_with_dtype_radd_nan[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesArithmetic::test_series_with_dtype_radd_int[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesArithmetic::test_series_with_dtype_radd_int[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesArithmetic::test_series_radd_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesArithmetic::test_series_with_dtype_radd_timedelta[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesArithmetic::test_series_with_dtype_radd_timedelta[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestPeriodSeriesArithmetic::test_ops_series_timedelta PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestPeriodSeriesArithmetic::test_ops_series_period PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimestampSeriesArithmetic::test_timestamp_sub_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimestampSeriesArithmetic::test_dt64ser_sub_datetime_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_int_series_invalid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_radd_int_series_invalid xfail
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_sub_int_series_invalid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_rsub_int_series_invalid xfail
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64_series_add_intlike PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_scalar_invalid[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_scalar_invalid[1.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_scalar_invalid[scalar2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector0-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector0-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector0-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector0-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector0-uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector0-uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector0-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector0-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector0-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector0-float16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector1-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector1-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector1-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector1-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector1-uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector1-uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector1-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector1-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector1-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector1-float16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector2-int64] xfail
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector2-int32] xfail
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector2-int16] xfail
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector2-uint64] xfail
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector2-uint32] xfail
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector2-uint16] xfail
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector2-uint8] xfail
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector2-float64] XPASS
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector2-float32] XPASS
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_numeric_array_invalid[vector2-float16] XPASS
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64series_add_sub_timestamp PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64_series_with_tdi[names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64_series_with_tdi[names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64_series_with_tdi[names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesAdditionSubtraction::test_td64_sub_NaT PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_timedelta_floordiv[scalar_td0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_timedelta_floordiv[scalar_td1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_timedelta_floordiv[scalar_td2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_timedelta_rfloordiv[scalar_td0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_timedelta_rfloordiv[scalar_td1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_timedelta_rfloordiv[scalar_td2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_timedelta_rfloordiv_explicit[scalar_td0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_timedelta_rfloordiv_explicit[scalar_td1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_timedelta_rfloordiv_explicit[scalar_td2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector0-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector0-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector0-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector0-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector0-uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector0-uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector0-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector0-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector0-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector0-float16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector1-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector1-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector1-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector1-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector1-uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector1-uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector1-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector1-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector1-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector1-float16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector2-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector2-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector2-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector2-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector2-uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector2-uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector2-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector2-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector2-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_array[vector2-float16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector0-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector0-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector0-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector0-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector0-uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector0-uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector0-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector0-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector0-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector0-float16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector1-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector1-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector1-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector1-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector1-uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector1-uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector1-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector1-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector1-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector1-float16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector2-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector2-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector2-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector2-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector2-uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector2-uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector2-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector2-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector2-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_array[vector2-float16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector0-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector0-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector0-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector0-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector0-uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector0-uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector0-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector0-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector0-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector0-float16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector1-int64] XPASS
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector1-int32] XPASS
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector1-int16] XPASS
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector1-uint64] XPASS
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector1-uint32] XPASS
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector1-uint16] XPASS
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector1-uint8] XPASS
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector1-float64] XPASS
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector1-float32] XPASS
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector1-float16] XPASS
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector2-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector2-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector2-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector2-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector2-uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector2-uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector2-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector2-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector2-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_rmul_numeric_array[vector2-float16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_scalar[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_scalar[one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_scalar[1.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_numeric_scalar[one3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_scalar[2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_scalar[2.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_scalar[two2] XPASS
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_div_numeric_scalar[two3] XPASS
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_tdi_mul_int_series[names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_tdi_mul_int_series[names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_tdi_mul_int_series[names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_float_series_rdiv_tdi[names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_float_series_rdiv_tdi[names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_float_series_rdiv_tdi[names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_timedeltalike_invalid[scalar_td0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_timedeltalike_invalid[scalar_td1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesMultiplicationDivision::test_td64series_mul_timedeltalike_invalid[scalar_td2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesInvalidArithmeticOps::test_td64series_pow_invalid[scalar_td0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesInvalidArithmeticOps::test_td64series_pow_invalid[scalar_td1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestTimedeltaSeriesInvalidArithmeticOps::test_td64series_pow_invalid[scalar_td2] 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_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_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_concat_empty_series_dtypes_roundtrips 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_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_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_iterator 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_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_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_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_dtype_nocast 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_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_deprecated 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_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_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[C1] 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_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_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[str0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_str_cast[str1] 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 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_categoricaldtype_with_args PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_generic_timestamp_deprecated 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_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_internals.py::TestSeriesInternals::test_convert_objects PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_internals.py::TestSeriesInternals::test_convert_objects_preserve_bool PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_internals.py::TestSeriesInternals::test_convert_objects_preserve_all_bool 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_io.py::TestSeriesToCSV::test_from_csv_deprecation 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::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_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_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_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_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_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 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_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_spline_error 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_operators.py::TestSeriesComparisons::test_series_comparison_scalars 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_operator_series_comparison_zerorank PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_object_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_comparison_object_numeric_nas PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_comparison_invalid 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_more_na_comparisons[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_more_na_comparisons[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons[None-Series-True-pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons[None-Series-True-pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons[None-Series-True-pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons[None-Series-False-pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons[None-Series-False-pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons[None-Series-False-pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons[None-Index-True-pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons[None-Index-True-pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons[None-Index-True-pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons[None-Index-False-pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons[None-Index-False-pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons[None-Index-False-pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons[object-Series-True-pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons[object-Series-True-pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons[object-Series-True-pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons[object-Series-False-pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons[object-Series-False-pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons[object-Series-False-pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons[object-Index-True-pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons[object-Index-True-pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons[object-Index-True-pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons[object-Index-False-pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons[object-Index-False-pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons[object-Index-False-pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons_scalar[None-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons_scalar[None-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons_scalar[None-data2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons_scalar[object-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons_scalar[object-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_nat_comparisons_scalar[object-data2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_comparison_different_length PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_comparison_label_based PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_comparison_flex_basic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_comparison_flex_alignment PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_comparison_flex_alignment_fill 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::TestTimedeltaSeriesArithmetic::test_timedelta64_operations_with_DateOffset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestTimedeltaSeriesArithmetic::test_timedelta64_operations_with_timedeltas PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestTimedeltaSeriesArithmetic::test_operators_timedelta64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestTimedeltaSeriesArithmetic::test_timedelta64_ops_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestTimedeltaSeriesArithmetic::test_operators_timedelta64_with_timedelta[scalar_td0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestTimedeltaSeriesArithmetic::test_operators_timedelta64_with_timedelta[scalar_td1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestTimedeltaSeriesArithmetic::test_operators_timedelta64_with_timedelta[scalar_td2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_sub_datetime64_not_ns[Series-assert_series_equal] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_sub_datetime64_not_ns[Index-assert_index_equal] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_operators_datetimelike_invalid[__add__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_operators_datetimelike_invalid[__radd__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_operators_datetimelike_invalid[__sub__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_operators_datetimelike_invalid[__rsub__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_operators_datetimelike_invalid[__mul__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_operators_datetimelike_invalid[__rmul__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_operators_datetimelike_invalid[__floordiv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_operators_datetimelike_invalid[__rfloordiv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_operators_datetimelike_invalid[__truediv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_operators_datetimelike_invalid[__rtruediv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_operators_datetimelike_invalid[__pow__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_operators_datetimelike_invalid[__rpow__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_operators_datetimelike PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_operators_datetimelike_with_timezones PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_sub_single_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64tz_series_sub_dtitz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_sub_datetime_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_series_with_timedelta PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_series_add_tick_DateOffset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_series_sub_tick_DateOffset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_series_with_tick_DateOffset_smoke[Day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_series_with_tick_DateOffset_smoke[Hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_series_with_tick_DateOffset_smoke[Minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_series_with_tick_DateOffset_smoke[Second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_series_with_tick_DateOffset_smoke[Milli] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_series_with_tick_DateOffset_smoke[Micro] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_series_with_tick_DateOffset_smoke[Nano] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_series_add_mixed_tick_DateOffset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_series_sub_NaT PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_datetime64_ops_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_mul_div_numeric_invalid[1-dt64_series0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_mul_div_numeric_invalid[1-dt64_series1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_mul_div_numeric_invalid[1-dt64_series2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_mul_div_numeric_invalid[1.0-dt64_series0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_mul_div_numeric_invalid[1.0-dt64_series1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_mul_div_numeric_invalid[1.0-dt64_series2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_mul_div_numeric_invalid[one2-dt64_series0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_mul_div_numeric_invalid[one2-dt64_series1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_mul_div_numeric_invalid[one2-dt64_series2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_series_arith_overflow PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_series_add_intlike[None-__add__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_series_add_intlike[None-__radd__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_series_add_intlike[None-__sub__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_series_add_intlike[None-__rsub__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_series_add_intlike[Asia/Tokyo-__add__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_series_add_intlike[Asia/Tokyo-__radd__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_series_add_intlike[Asia/Tokyo-__sub__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestDatetimeSeriesArithmetic::test_dt64_series_add_intlike[Asia/Tokyo-__rsub__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_method[add-ts0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_method[add-ts1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_method[add-ts2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_method[add-ts3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_method[sub-ts0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_method[sub-ts1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_method[sub-ts2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_method[sub-ts3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_method[mul-ts0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_method[mul-ts1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_method[mul-ts2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_method[mul-ts3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_method[floordiv-ts0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_method[floordiv-ts1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_method[floordiv-ts2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_method[floordiv-ts3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_method[truediv-ts0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_method[truediv-ts1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_method[truediv-ts2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_method[truediv-ts3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_method[div-ts0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_method[div-ts1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_method[div-ts2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_method[div-ts3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_method[pow-ts0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_method[pow-ts1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_method[pow-ts2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_method[pow-ts3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_neg PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_invert PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_operators 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::TestSeriesOperators::test_operators_empty_int_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_timedelta64_conversions[D-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_timedelta64_conversions[D-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_timedelta64_conversions[D-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_timedelta64_conversions[h-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_timedelta64_conversions[h-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_timedelta64_conversions[h-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_timedelta64_conversions[m-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_timedelta64_conversions[m-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_timedelta64_conversions[m-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_timedelta64_conversions[s-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_timedelta64_conversions[s-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_timedelta64_conversions[s-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_timedelta64_conversions[ms-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_timedelta64_conversions[ms-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_timedelta64_conversions[ms-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_timedelta64_conversions[us-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_timedelta64_conversions[us-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_timedelta64_conversions[us-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_timedelta64_conversions[ns-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_timedelta64_conversions[ns-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_timedelta64_conversions[ns-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_timedelta64_equal_timedelta_supported_ops[op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_timedelta64_equal_timedelta_supported_ops[op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_ops_nat_mixed_datetime64_timedelta64 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_bitwise PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_scalar_na_cmp_corners 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_reverse_object[op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_operators_reverse_object[op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_operators_reverse_object[op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_operators_reverse_object[op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_operators_reverse_object[op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_operators_combine 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_datetime64_with_index 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_assert_idxminmax_raises[test_input0-ValueError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_assert_idxminmax_raises[test_input1-TypeError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_assert_idxminmax_raises[test_input2-TypeError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_assert_idxminmax_raises[test_input3-TypeError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_idxminmax_with_inf PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperationsDataFrameCompat::test_operators_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperationsDataFrameCompat::test_series_frame_radd_bug PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperationsDataFrameCompat::test_bool_ops_df_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperationsDataFrameCompat::test_arith_ops_df_compat 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_set_none_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_add_series 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_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 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_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_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_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_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_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_bytestring_with_unicode 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::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_sortlevel_deprecated 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::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_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_empty_series_ops 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 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 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_min_max PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_min_max_series 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_timezones.py::TestSeriesTimezones::test_series_tz_localize 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_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_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_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 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_raise_on_error_deprecation 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_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 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_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_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_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_categorial_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_ix_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_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_select 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_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
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar_comparison PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index_comparison PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array_different_kind PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array_comparison PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array_comparison PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_bool_same_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_bool_array_logical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_comparison PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar_comparison PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index_comparison PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array_different_kind PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array_comparison PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array_comparison PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_bool_same_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_bool_array_logical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_comparison PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_alignment PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_constructor_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_constructor_object_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_constructor_spindex_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_scalar_with_index_infer_dtype[False-bool] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_scalar_with_index_infer_dtype[0.0-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_scalar_with_index_infer_dtype[1-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_scalar_with_index_infer_dtype[z-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_sparseseries_roundtrip PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_get_item PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_take PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_take_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_take_negative PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_bad_take PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_take_invalid_kwargs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_take_filling PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_take_filling_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_take_filling_all_nan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_set_item PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_constructor_from_too_large_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_constructor_from_sparse PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_constructor_copy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_constructor_bool PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_constructor_bool_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_constructor_float32 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_astype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_astype_all PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_set_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_copy_shallow PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_values_asarray PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_shape[data0-shape0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_shape[data1-shape1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_shape[data2-shape2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_shape[data3-shape3-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_to_dense PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_getitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_getslice PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_getslice_tuple PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_binary_operators PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_pickle PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_generator_warnings PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_fillna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArray::test_fillna_overlap PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArrayAnalytics::test_all[data0-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArrayAnalytics::test_all[data1-1-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArrayAnalytics::test_all[data2-1.0-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArrayAnalytics::test_numpy_all[data0-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArrayAnalytics::test_numpy_all[data1-1-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArrayAnalytics::test_numpy_all[data2-1.0-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArrayAnalytics::test_any[data0-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArrayAnalytics::test_any[data1-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArrayAnalytics::test_any[data2-2.0-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArrayAnalytics::test_numpy_any[data0-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArrayAnalytics::test_numpy_any[data1-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArrayAnalytics::test_numpy_any[data2-2.0-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArrayAnalytics::test_sum PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArrayAnalytics::test_numpy_sum PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArrayAnalytics::test_cumsum PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArrayAnalytics::test_numpy_cumsum PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArrayAnalytics::test_mean PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArrayAnalytics::test_numpy_mean PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArrayAnalytics::test_ufunc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_array.py::TestSparseArrayAnalytics::test_ufunc_args PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseSeriesConcat::test_concat 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 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_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] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_cols[None-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_cols[None-1-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_cols[None-1-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_cols[0-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_cols[0-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_cols[0-1-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_cols[0-1-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_cols[1-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_cols[1-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_cols[1-1-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_cols[1-1-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_cols[nan-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_cols[nan-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_cols[nan-1-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_cols[nan-1-0] PASSED
> ../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_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_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_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_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 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_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 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_libsparse.py::TestSparseIndexUnion::test_index_make_union PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_libsparse.py::TestSparseIndexUnion::test_intindex_make_union PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_libsparse.py::TestSparseIndexIntersect::test_intersect PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_libsparse.py::TestSparseIndexIntersect::test_intersect_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_libsparse.py::TestSparseIndexIntersect::test_intersect_identical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_libsparse.py::TestSparseIndexCommon::test_int_internal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_libsparse.py::TestSparseIndexCommon::test_block_internal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_libsparse.py::TestSparseIndexCommon::test_lookup PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_libsparse.py::TestSparseIndexCommon::test_lookup_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_libsparse.py::TestSparseIndexCommon::test_lookup_basics PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_libsparse.py::TestBlockIndex::test_block_internal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_libsparse.py::TestBlockIndex::test_make_block_boundary PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_libsparse.py::TestBlockIndex::test_equals PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_libsparse.py::TestBlockIndex::test_check_integrity PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_libsparse.py::TestBlockIndex::test_to_int_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_libsparse.py::TestBlockIndex::test_to_block_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_libsparse.py::TestIntIndex::test_check_integrity PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_libsparse.py::TestIntIndex::test_int_internal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_libsparse.py::TestIntIndex::test_equals PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_libsparse.py::TestIntIndex::test_to_block_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_libsparse.py::TestIntIndex::test_to_int_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_libsparse.py::TestSparseOperators::test_add PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_libsparse.py::TestSparseOperators::test_sub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_libsparse.py::TestSparseOperators::test_mul PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_libsparse.py::TestSparseOperators::test_truediv PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_libsparse.py::TestSparseOperators::test_floordiv 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_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_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_typeerror 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 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_itertuples 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_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_iteritems_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_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_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_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_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_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_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_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_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::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_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/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::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_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_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 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[deep0-fill_values0] 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::TestSparseSeriesAnalytics::test_deprecated_reindex_axis 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/tools/test_numeric.py::TestToNumeric::test_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::TestToNumeric::test_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::TestToNumeric::test_series_numeric PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::TestToNumeric::test_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::TestToNumeric::test_error_seen_bool PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::TestToNumeric::test_list PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::TestToNumeric::test_list_numeric PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::TestToNumeric::test_numeric PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::TestToNumeric::test_numeric_lists_and_arrays PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::TestToNumeric::test_all_nan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::TestToNumeric::test_type_check PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::TestToNumeric::test_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::TestToNumeric::test_numeric_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::TestToNumeric::test_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::TestToNumeric::test_datetimelike PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::TestToNumeric::test_timedelta PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::TestToNumeric::test_period PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::TestToNumeric::test_non_hashable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::TestToNumeric::test_downcast PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::TestToNumeric::test_downcast_limits PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::TestToNumeric::test_coerce_uint64_conflict PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_frequencies.py::TestToOffset::test_to_offset_multiple PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_frequencies.py::TestToOffset::test_to_offset_negative PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_frequencies.py::TestToOffset::test_to_offset_invalid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_frequencies.py::TestToOffset::test_to_offset_leading_zero PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_frequencies.py::TestToOffset::test_to_offset_leading_plus PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_frequencies.py::TestToOffset::test_to_offset_pd_timedelta PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_frequencies.py::TestToOffset::test_anchored_shortcuts PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_frequencies.py::test_ms_vs_MS PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_frequencies.py::test_rule_aliases PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyCode::test_freq_code PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyCode::test_freq_group PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyCode::test_get_to_timestamp_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyCode::test_freq_to_reso PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyCode::test_resolution_bumping PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyCode::test_get_freq_code PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyCode::test_frequency_misc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_raise_if_period_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_raise_if_too_few PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_business_daily PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_business_daily_look_alike PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_day PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_day_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_non_datetimeindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_hour PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_minute PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_second PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_millisecond PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_microsecond PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_nanosecond PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_weekly PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_week_of_month PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_fifth_week_of_month PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_fifth_week_of_month_infer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_week_of_month_fake PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_monthly PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_monthly_ambiguous PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_business_monthly PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_business_start_monthly PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_quarterly PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_annual PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_business_annual PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_annual_ambiguous PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_infer_freq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_infer_freq_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_infer_freq_tz_transition PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_infer_freq_businesshour PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_not_monotonic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_non_datetimeindex2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_invalid_index_types PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_string_datetimelike_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_frequencies.py::TestFrequencyInference::test_legacy_offset_warnings PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_holiday.py::TestCalendar::test_calendar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_holiday.py::TestCalendar::test_calendar_caching PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_holiday.py::TestCalendar::test_calendar_observance_dates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_holiday.py::TestCalendar::test_rule_from_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_holiday.py::TestHoliday::test_usmemorialday PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_holiday.py::TestHoliday::test_non_observed_holiday PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_holiday.py::TestHoliday::test_easter PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_holiday.py::TestHoliday::test_usthanksgivingday PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_holiday.py::TestHoliday::test_holidays_within_dates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_holiday.py::TestHoliday::test_argument_types PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_holiday.py::TestHoliday::test_special_holidays PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_holiday.py::TestHoliday::test_get_calendar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_holiday.py::TestHoliday::test_factory PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_holiday.py::TestObservanceRules::test_next_monday PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_holiday.py::TestObservanceRules::test_next_monday_or_tuesday PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_holiday.py::TestObservanceRules::test_previous_friday PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_holiday.py::TestObservanceRules::test_sunday_to_monday PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_holiday.py::TestObservanceRules::test_nearest_workday PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_holiday.py::TestObservanceRules::test_weekend_to_monday PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_holiday.py::TestObservanceRules::test_next_workday PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_holiday.py::TestObservanceRules::test_previous_workday PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_holiday.py::TestObservanceRules::test_before_nearest_workday PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_holiday.py::TestObservanceRules::test_after_nearest_workday PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_holiday.py::TestFederalHolidayCalendar::test_no_mlk_before_1986 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_holiday.py::TestFederalHolidayCalendar::test_memorial_day PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/test_holiday.py::TestHolidayConflictingArguments::test_both_offset_observance_raises 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[Asia/Tokyo] 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[dateutil/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::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[Asia/Tokyo] 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[dateutil/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::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[Asia/Tokyo] 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[dateutil/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::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[Asia/Tokyo] 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[dateutil/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::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_monthrange PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_format PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_ole2datetime PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_normalize_date 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[Asia/Tokyo] 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[dateutil/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_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_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-Asia/Tokyo] 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-dateutil/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[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-Asia/Tokyo] 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-dateutil/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[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-Asia/Tokyo] 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-dateutil/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[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-Asia/Tokyo] 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-dateutil/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[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-Asia/Tokyo] 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-dateutil/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[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-Asia/Tokyo] 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-dateutil/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[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-Asia/Tokyo] 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-dateutil/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[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-Asia/Tokyo] 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-dateutil/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[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-Asia/Tokyo] 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-dateutil/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[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-Asia/Tokyo] 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-dateutil/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[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-Asia/Tokyo] 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-dateutil/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[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-Asia/Tokyo] 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-dateutil/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[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-Asia/Tokyo] 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-dateutil/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[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-Asia/Tokyo] 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-dateutil/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[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-Asia/Tokyo] 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-dateutil/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[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-Asia/Tokyo] 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-dateutil/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[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-Asia/Tokyo] 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-dateutil/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[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-Asia/Tokyo] 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-dateutil/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[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-Asia/Tokyo] 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-dateutil/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[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-Asia/Tokyo] 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-dateutil/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[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-Asia/Tokyo] 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-dateutil/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[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-Asia/Tokyo] 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-dateutil/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[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-Asia/Tokyo] 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-dateutil/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[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-Asia/Tokyo] 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-dateutil/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[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-Asia/Tokyo] 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-dateutil/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[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-Asia/Tokyo] 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-dateutil/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[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-Asia/Tokyo] 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-dateutil/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[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-Asia/Tokyo] 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-dateutil/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[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-Asia/Tokyo] 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-dateutil/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[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-Asia/Tokyo] 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-dateutil/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[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-Asia/Tokyo] 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-dateutil/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[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-Asia/Tokyo] 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-dateutil/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[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-Asia/Tokyo] 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-dateutil/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[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-Asia/Tokyo] 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-dateutil/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[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-Asia/Tokyo] 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-dateutil/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[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-Asia/Tokyo] 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-dateutil/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_pickle_v0_15_2 SKIPPED
> ../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[Asia/Tokyo] 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[dateutil/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_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[Asia/Tokyo] 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[dateutil/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_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::testEQ 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::testCall PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::testRAdd PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::testSub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::testRSub 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::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::TestBusinessDay::test_offsets_compare_equal 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[Asia/Tokyo] 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[dateutil/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_constructor_errors 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::testEQ PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_hash PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::testCall PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::testRAdd PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::testSub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::testRSub 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::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_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_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_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_nanoseconds 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_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[Asia/Tokyo] 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[dateutil/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_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::testEQ 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::testCall PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::testRAdd PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::testSub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::testRSub 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::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 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 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::test_apply_nanoseconds 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[Asia/Tokyo] 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[dateutil/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_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::testEQ 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::testCall PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::testRAdd PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::testSub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::testRSub 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::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_offsets_compare_equal 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 SKIPPED
> ../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[Asia/Tokyo] 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[dateutil/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::testEQ 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::testRAdd PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::testSub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::testRSub 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_offsets_compare_equal 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[Asia/Tokyo] 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[dateutil/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::testEQ 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::testRAdd PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::testSub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::testRSub 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_offsets_compare_equal 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[Asia/Tokyo] 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[dateutil/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_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 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::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[Asia/Tokyo] 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[dateutil/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_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[Asia/Tokyo] 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[dateutil/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_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[Asia/Tokyo] 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[dateutil/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_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-assert_series_equal] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_vectorized_offset_addition[DatetimeIndex-assert_index_equal] 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[Asia/Tokyo] 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[dateutil/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_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-assert_series_equal] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_vectorized_offset_addition[DatetimeIndex-assert_index_equal] 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::TestCaching::test_should_cache_month_end PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCaching::test_should_cache_bmonth_end PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCaching::test_should_cache_week_month PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCaching::test_all_cacheableoffsets PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCaching::test_month_end_index_creation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCaching::test_bmonth_end_index_creation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCaching::test_week_of_month_index_creation 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_fallback_plural 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-milliseconds] 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-week] 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-milliseconds] 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-week] 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-milliseconds] 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-week] 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-milliseconds] 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-week] 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-milliseconds] 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-week] 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-milliseconds] 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-week] 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_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-milliseconds] 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-week] 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-milliseconds] 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-week] 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-milliseconds] 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-week] 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-milliseconds] 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-week] 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-milliseconds] 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-week] 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-milliseconds] 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-week] 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-milliseconds] 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-week] 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_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_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_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_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_operators[Hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_operators[Minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_operators[Second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_operators[Milli] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_operators[Micro] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_operators[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_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[Asia/Tokyo] 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[dateutil/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_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[Asia/Tokyo] 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[dateutil/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_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[Asia/Tokyo] 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[dateutil/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_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[Asia/Tokyo] 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[dateutil/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_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[Asia/Tokyo] 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[dateutil/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_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[Asia/Tokyo] 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[dateutil/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_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[Asia/Tokyo] 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[dateutil/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_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[Asia/Tokyo] 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[dateutil/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_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[Asia/Tokyo] 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[dateutil/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_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[Asia/Tokyo] 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[dateutil/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_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[Asia/Tokyo] 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[dateutil/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_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[Asia/Tokyo] 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[dateutil/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_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[Asia/Tokyo] 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[dateutil/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_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[Asia/Tokyo] 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[dateutil/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_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
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestParseISO8601::test_parsers_iso8601[2011-01-02-exp0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestParseISO8601::test_parsers_iso8601[2011-1-2-exp1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestParseISO8601::test_parsers_iso8601[2011-01-exp2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestParseISO8601::test_parsers_iso8601[2011-1-exp3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestParseISO8601::test_parsers_iso8601[2011 01 02-exp4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestParseISO8601::test_parsers_iso8601[2011.01.02-exp5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestParseISO8601::test_parsers_iso8601[2011/01/02-exp6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestParseISO8601::test_parsers_iso8601[2011\\01\\02-exp7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestParseISO8601::test_parsers_iso8601[2013-01-01 05:30:00-exp8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestParseISO8601::test_parsers_iso8601[2013-1-1 5:30:00-exp9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestParseISO8601::test_parsers_iso8601_invalid[2011-01/02] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestParseISO8601::test_parsers_iso8601_invalid[2011^11^11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestParseISO8601::test_parsers_iso8601_invalid[201401] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestParseISO8601::test_parsers_iso8601_invalid[201111] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestParseISO8601::test_parsers_iso8601_invalid[200101] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestParseISO8601::test_parsers_iso8601_invalid[2005-0101] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestParseISO8601::test_parsers_iso8601_invalid[200501-01] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestParseISO8601::test_parsers_iso8601_invalid[20010101 12:3456] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestParseISO8601::test_parsers_iso8601_invalid[20010101 1234:56] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestParseISO8601::test_parsers_iso8601_invalid[20010101 1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestParseISO8601::test_parsers_iso8601_invalid[20010101 123] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestParseISO8601::test_parsers_iso8601_invalid[20010101 12345] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestParseISO8601::test_parsers_iso8601_invalid[20010101 12345Z] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestParseISO8601::test_parsers_iso8601_invalid[2001-01-01 12-34-56] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestArrayToDatetime::test_parsing_valid_dates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestArrayToDatetime::test_parsing_timezone_offsets[01-01-2013 08:00:00+08:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestArrayToDatetime::test_parsing_timezone_offsets[2013-01-01T08:00:00.000000000+0800] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestArrayToDatetime::test_parsing_timezone_offsets[2012-12-31T16:00:00.000000000-0800] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestArrayToDatetime::test_parsing_timezone_offsets[12-31-2012 23:00:00-01:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestArrayToDatetime::test_number_looking_strings_not_into_datetime PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestArrayToDatetime::test_coerce_outside_ns_bounds[invalid_date0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestArrayToDatetime::test_coerce_outside_ns_bounds[invalid_date1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestArrayToDatetime::test_coerce_outside_ns_bounds[1000-01-01] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestArrayToDatetime::test_coerce_outside_ns_bounds[Jan 1, 1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestArrayToDatetime::test_coerce_outside_ns_bounds[invalid_date4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestArrayToDatetime::test_coerce_outside_ns_bounds_one_valid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestArrayToDatetime::test_coerce_of_invalid_datetimes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::TestArrayToDatetime::test_to_datetime_barely_out_of_bounds PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_ccalendar.py::test_get_day_of_year PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::TestTZConvert::test_tz_convert_single_matches_tz_convert_hourly[UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::TestTZConvert::test_tz_convert_single_matches_tz_convert_hourly[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::TestTZConvert::test_tz_convert_single_matches_tz_convert_hourly[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::TestTZConvert::test_tz_convert_single_matches_tz_convert_hourly[Europe/Moscow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::TestTZConvert::test_tz_convert_single_matches_tz_convert[D-UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::TestTZConvert::test_tz_convert_single_matches_tz_convert[D-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::TestTZConvert::test_tz_convert_single_matches_tz_convert[D-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::TestTZConvert::test_tz_convert_single_matches_tz_convert[D-Europe/Moscow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::TestTZConvert::test_tz_convert_single_matches_tz_convert[A-UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::TestTZConvert::test_tz_convert_single_matches_tz_convert[A-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::TestTZConvert::test_tz_convert_single_matches_tz_convert[A-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::TestTZConvert::test_tz_convert_single_matches_tz_convert[A-Europe/Moscow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::TestTZConvert::test_tz_convert_corner[empty] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::TestTZConvert::test_tz_convert_corner[all_nat] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_libfrequencies.py::test_get_rule_month PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_libfrequencies.py::test_period_str_to_code PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_libfrequencies.py::test_is_superperiod_subperiod PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_get_lastbday PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_get_firstbday PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_shift_month PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_get_day_of_month PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_yearday PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_qtrday PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_convention PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::TestParseQuarters::test_parse_time_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::TestParseQuarters::test_parse_time_quarter_w_dash PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::TestDatetimeParsingWrappers::test_does_not_convert_mixed_integer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::TestDatetimeParsingWrappers::test_parsers_quarterly_with_freq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::TestDatetimeParsingWrappers::test_parsers_quarter_invalid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::TestDatetimeParsingWrappers::test_parsers_monthfreq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::test_guess_datetime_format_with_parseable_formats[20111230-%Y%m%d] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::test_guess_datetime_format_with_parseable_formats[2011-12-30-%Y-%m-%d] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::test_guess_datetime_format_with_parseable_formats[30-12-2011-%d-%m-%Y] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::test_guess_datetime_format_with_parseable_formats[2011-12-30 00:00:00-%Y-%m-%d %H:%M:%S] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::test_guess_datetime_format_with_parseable_formats[2011-12-30T00:00:00-%Y-%m-%dT%H:%M:%S] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::test_guess_datetime_format_with_parseable_formats[2011-12-30 00:00:00.000000-%Y-%m-%d %H:%M:%S.%f] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::test_guess_datetime_format_with_dayfirst[True-%d/%m/%Y] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::test_guess_datetime_format_with_dayfirst[False-%m/%d/%Y] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::test_guess_datetime_format_with_locale_specific_formats[30/Dec/2011-%d/%b/%Y] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::test_guess_datetime_format_with_locale_specific_formats[30/December/2011-%d/%B/%Y] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::test_guess_datetime_format_with_locale_specific_formats[30/Dec/2011 00:00:00-%d/%b/%Y %H:%M:%S] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::test_guess_datetime_format_invalid_inputs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::test_guess_datetime_format_nopadding[2011-1-1-%Y-%m-%d] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::test_guess_datetime_format_nopadding[30-1-2011-%d-%m-%Y] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::test_guess_datetime_format_nopadding[1/1/2011-%m/%d/%Y] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::test_guess_datetime_format_nopadding[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::TestGuessDatetimeFormat::test_guess_datetime_format_nopadding[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::TestGuessDatetimeFormat::test_guess_datetime_format_nopadding[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::TestArrayToDatetime::test_try_parse_dates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_period_asfreq.py::TestPeriodFreqConversion::test_intraday_conversion_factors PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_period_asfreq.py::TestPeriodFreqConversion::test_period_ordinal_start_values PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_period_asfreq.py::TestPeriodFreqConversion::test_period_ordinal_week PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_period_asfreq.py::TestPeriodFreqConversion::test_period_ordinal_business_day 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] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_tzlocal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_infer_tz[eastern0-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_infer_tz[eastern1-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::TestHashing::test_consistency PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::TestHashing::test_hash_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::TestHashing::test_hash_array_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::TestHashing::test_hash_array_errors PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::TestHashing::test_hash_tuples PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::TestHashing::test_hash_tuple PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::TestHashing::test_hash_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::TestHashing::test_hash_tuples_err PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::TestHashing::test_multiindex_unique PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::TestHashing::test_multiindex_objects PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::TestHashing::test_hash_pandas_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::TestHashing::test_hash_pandas_object2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::TestHashing::test_hash_pandas_empty_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::TestHashing::test_categorical_consistency PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::TestHashing::test_categorical_with_nan_consistency PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::TestHashing::test_pandas_errors PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::TestHashing::test_hash_keys PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::TestHashing::test_invalid_key PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::TestHashing::test_alread_encoded PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::TestHashing::test_alternate_encoding PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::TestHashing::test_same_len_hash_collisions PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::TestHashing::test_hash_collisions PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_numbers PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_numbers_with_zeros PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_numbers_with_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_edge_case_ndarrays[M8[ns]-M8[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_edge_case_ndarrays[M8[ns]-m8[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_edge_case_ndarrays[M8[ns]-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_edge_case_ndarrays[M8[ns]-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_edge_case_ndarrays[M8[ns]-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_edge_case_ndarrays[m8[ns]-M8[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_edge_case_ndarrays[m8[ns]-m8[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_edge_case_ndarrays[m8[ns]-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_edge_case_ndarrays[m8[ns]-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_edge_case_ndarrays[m8[ns]-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_edge_case_ndarrays[float64-M8[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_edge_case_ndarrays[float64-m8[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_edge_case_ndarrays[float64-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_edge_case_ndarrays[float64-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_edge_case_ndarrays[float64-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_edge_case_ndarrays[int64-M8[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_edge_case_ndarrays[int64-m8[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_edge_case_ndarrays[int64-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_edge_case_ndarrays[int64-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_edge_case_ndarrays[int64-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_edge_case_ndarrays[object-M8[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_edge_case_ndarrays[object-m8[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_edge_case_ndarrays[object-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_edge_case_ndarrays[object-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_edge_case_ndarrays[object-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_dicts PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_dict_like_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_strings PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_iterables PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_null PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_inf PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_pandas PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertAlmostEqual::test_assert_almost_equal_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestUtilTesting::test_raise_with_traceback PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertNumpyArrayEqual::test_numpy_array_equal_message PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertNumpyArrayEqual::test_numpy_array_equal_unicode_message PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertNumpyArrayEqual::test_numpy_array_equal_object_message PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertNumpyArrayEqual::test_numpy_array_equal_copy_flag PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertNumpyArrayEqual::test_assert_almost_equal_iterable_message PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertIndexEqual::test_index_equal_message PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertIndexEqual::test_index_equal_metadata_message PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertIndexEqual::test_categorical_index_equality PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertIndexEqual::test_categorical_index_equality_relax_categories_check PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertSeriesEqual::test_equal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertSeriesEqual::test_not_equal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertSeriesEqual::test_less_precise PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertSeriesEqual::test_index_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertSeriesEqual::test_multiindex_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertSeriesEqual::test_series_equal_message PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertSeriesEqual::test_categorical_series_equality PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertSeriesEqual::test_categorical_series_equality_relax_categories_check PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertFrameEqual::test_equal_with_different_row_order PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertFrameEqual::test_not_equal_with_different_shape PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertFrameEqual::test_index_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertFrameEqual::test_multiindex_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertFrameEqual::test_empty_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertFrameEqual::test_frame_equal_message PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertFrameEqual::test_frame_equal_message_unicode PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestAssertCategoricalEqual::test_categorical_equal_message PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestRNGContext::test_RNGContext PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::TestLocale::test_locale PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_testing.py::test_datapath_missing SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_util.py::TestDecorators::test_deprecate_kwarg PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_util.py::TestDecorators::test_dict_deprecate_kwarg PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_util.py::TestDecorators::test_missing_deprecate_kwarg PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_util.py::TestDecorators::test_callable_deprecate_kwarg PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_util.py::TestDecorators::test_bad_deprecate_kwarg PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_util.py::TestDecorators::test_deprecate_keyword 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 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_util.py::TestValidateArgs::test_bad_min_fname_arg_count PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_util.py::TestValidateArgs::test_bad_arg_length_max_value_single PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_util.py::TestValidateArgs::test_bad_arg_length_max_value_multiple PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_util.py::TestValidateArgs::test_not_all_defaults PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_util.py::TestValidateArgs::test_validation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_util.py::TestValidateKwargs::test_bad_kwarg PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_util.py::TestValidateKwargs::test_not_all_none PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_util.py::TestValidateKwargs::test_validation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_util.py::TestValidateKwargs::test_validate_bool_kwarg PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_util.py::TestValidateKwargsAndArgs::test_invalid_total_length_max_length_one PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_util.py::TestValidateKwargsAndArgs::test_invalid_total_length_max_length_multiple PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_util.py::TestValidateKwargsAndArgs::test_no_args_with_kwargs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_util.py::TestValidateKwargsAndArgs::test_duplicate_argument PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_util.py::TestValidateKwargsAndArgs::test_validation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_util.py::TestMove::test_cannot_create_instance_of_stolenbuffer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_util.py::TestMove::test_more_than_one_ref PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_util.py::TestMove::test_exactly_one_ref PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_util.py::TestMove::test_interned SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_util.py::test_numpy_errstate_is_default PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_util.py::TestLocaleUtils::test_get_locales PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_util.py::TestLocaleUtils::test_get_locales_prefix PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_util.py::TestLocaleUtils::test_set_locale SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_util.py::test_make_signature PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_util.py::test_safe_import PASSED
> 
> =================================== FAILURES ===================================
> ______________________ TestDataFrameAnalytics.test_matmul ______________________
> 
> blocks = [array([[-1.36529629, -1.66835336,  0.34314   ],
>        [ 1.08813166,  3.02558216, -0.26030576]])]
> axes = [Index(['one', 'two'], dtype='object'), Index(['p', 'q', 'r', 's'], dtype='object')]
> 
>     def create_block_manager_from_blocks(blocks, axes):
>         try:
>             if len(blocks) == 1 and not isinstance(blocks[0], Block):
>                 # if blocks[0] is of length 0, return empty blocks
>                 if not len(blocks[0]):
>                     blocks = []
>                 else:
>                     # It's OK if a single block is passed as values, its placement
>                     # is basically "all items", but if there're many, don't bother
>                     # converting, it's an error anyway.
>                     blocks = [make_block(values=blocks[0],
>                                          placement=slice(0, len(axes[0])))]
>     
> >           mgr = BlockManager(blocks, axes)
> 
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/core/internals.py:4859: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> self = BlockManager
> Items: Index(['one', 'two'], dtype='object')
> Axis 1: Index(['p', 'q', 'r', 's'], dtype='object')
> FloatBlock: slice(0, 2, 1), 2 x 3, dtype: float64
> blocks = [FloatBlock: slice(0, 2, 1), 2 x 3, dtype: float64]
> axes = [Index(['one', 'two'], dtype='object'), Index(['p', 'q', 'r', 's'], dtype='object')]
> do_integrity_check = True
> 
>     def __init__(self, blocks, axes, do_integrity_check=True):
>         self.axes = [_ensure_index(ax) for ax in axes]
>         self.blocks = tuple(blocks)
>     
>         for block in blocks:
>             if block.is_sparse:
>                 if len(block.mgr_locs) != 1:
>                     raise AssertionError("Sparse block refers to multiple "
>                                          "items")
>             else:
>                 if self.ndim != block.ndim:
>                     raise AssertionError(
>                         'Number of Block dimensions ({block}) must equal '
>                         'number of axes ({self})'.format(block=block.ndim,
>                                                          self=self.ndim))
>     
>         if do_integrity_check:
> >           self._verify_integrity()
> 
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/core/internals.py:3282: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> self = BlockManager
> Items: Index(['one', 'two'], dtype='object')
> Axis 1: Index(['p', 'q', 'r', 's'], dtype='object')
> FloatBlock: slice(0, 2, 1), 2 x 3, dtype: float64
> 
>     def _verify_integrity(self):
>         mgr_shape = self.shape
>         tot_items = sum(len(x.mgr_locs) for x in self.blocks)
>         for block in self.blocks:
>             if block._verify_integrity and block.shape[1:] != mgr_shape[1:]:
> >               construction_error(tot_items, block.shape[1:], self.axes)
> 
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/core/internals.py:3493: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> tot_items = 2, block_shape = (3,)
> axes = [Index(['one', 'two'], dtype='object'), Index(['p', 'q', 'r', 's'], dtype='object')]
> e = None
> 
>     def construction_error(tot_items, block_shape, axes, e=None):
>         """ raise a helpful message about our construction """
>         passed = tuple(map(int, [tot_items] + list(block_shape)))
>         implied = tuple(map(int, [len(ax) for ax in axes]))
>         if passed == implied and e is not None:
>             raise e
>         if block_shape[0] == 0:
>             raise ValueError("Empty data passed with indices specified.")
>         raise ValueError("Shape of passed values is {0}, indices imply {1}".format(
> >           passed, implied))
> E       ValueError: Shape of passed values is (2, 3), indices imply (2, 4)
> 
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/core/internals.py:4843: ValueError
> 
> During handling of the above exception, another exception occurred:
> 
> self = <pandas.tests.frame.test_analytics.TestDataFrameAnalytics object at 0x7f5ceef567f0>
> 
>     @pytest.mark.skipif(not PY35,
>                         reason='matmul supported for Python>=3.5')
>     @pytest.mark.xfail(
>         _np_version_under1p12,
>         reason="unpredictable return types under numpy < 1.12")
>     def test_matmul(self):
>         # matmul test is for GH #10259
>         a = DataFrame(np.random.randn(3, 4), index=['a', 'b', 'c'],
>                       columns=['p', 'q', 'r', 's'])
>         b = DataFrame(np.random.randn(4, 2), index=['p', 'q', 'r', 's'],
>                       columns=['one', 'two'])
>     
>         # DataFrame @ DataFrame
>         result = operator.matmul(a, b)
>         expected = DataFrame(np.dot(a.values, b.values),
>                              index=['a', 'b', 'c'],
>                              columns=['one', 'two'])
>         tm.assert_frame_equal(result, expected)
>     
>         # DataFrame @ Series
>         result = operator.matmul(a, b.one)
>         expected = Series(np.dot(a.values, b.one.values),
>                           index=['a', 'b', 'c'])
>         tm.assert_series_equal(result, expected)
>     
>         # np.array @ DataFrame
> >       result = operator.matmul(a.values, b)
> 
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py:2285: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/core/generic.py:1610: in __array_wrap__
>     return self._constructor(result, **d).__finalize__(self)
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/core/frame.py:379: in __init__
>     copy=copy)
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/core/frame.py:536: in _init_ndarray
>     return create_block_manager_from_blocks([values], [columns, index])
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/core/internals.py:4866: in create_block_manager_from_blocks
>     construction_error(tot_items, blocks[0].shape[1:], axes, e)
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> tot_items = 2, block_shape = (3,)
> axes = [Index(['one', 'two'], dtype='object'), Index(['p', 'q', 'r', 's'], dtype='object')]
> e = ValueError('Shape of passed values is (2, 3), indices imply (2, 4)')
> 
>     def construction_error(tot_items, block_shape, axes, e=None):
>         """ raise a helpful message about our construction """
>         passed = tuple(map(int, [tot_items] + list(block_shape)))
>         implied = tuple(map(int, [len(ax) for ax in axes]))
>         if passed == implied and e is not None:
>             raise e
>         if block_shape[0] == 0:
>             raise ValueError("Empty data passed with indices specified.")
>         raise ValueError("Shape of passed values is {0}, indices imply {1}".format(
> >           passed, implied))
> E       ValueError: Shape of passed values is (2, 3), indices imply (2, 4)
> 
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/core/internals.py:4843: ValueError
> =============================== warnings summary ===============================
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/array.py:27
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/array.py:27: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
>     type = collections.Mapping
> 
> /usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:294
>   /usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:294: RemovedInPytest4Warning: Fixture "df_letters" called directly. Fixtures are not meant to be called directly, are created automatically when test functions request them as parameters. See https://docs.pytest.org/en/latest/fixture.html for more information.
>     six.exec_(co, mod.__dict__)
>   /usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:294: RemovedInPytest4Warning: Fixture "df_letters" called directly. Fixtures are not meant to be called directly, are created automatically when test functions request them as parameters. See https://docs.pytest.org/en/latest/fixture.html for more information.
>     six.exec_(co, mod.__dict__)
>   /usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:294: RemovedInPytest4Warning: Fixture "epoch_1960" called directly. Fixtures are not meant to be called directly, are created automatically when test functions request them as parameters. See https://docs.pytest.org/en/latest/fixture.html for more information.
>     six.exec_(co, mod.__dict__)
>   /usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:294: RemovedInPytest4Warning: Fixture "epoch_1960" called directly. Fixtures are not meant to be called directly, are created automatically when test functions request them as parameters. See https://docs.pytest.org/en/latest/fixture.html for more information.
>     six.exec_(co, mod.__dict__)
>   /usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:294: RemovedInPytest4Warning: Fixture "epoch_1960" called directly. Fixtures are not meant to be called directly, are created automatically when test functions request them as parameters. See https://docs.pytest.org/en/latest/fixture.html for more information.
>     six.exec_(co, mod.__dict__)
>   /usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:294: RemovedInPytest4Warning: Fixture "epoch_1960" called directly. Fixtures are not meant to be called directly, are created automatically when test functions request them as parameters. See https://docs.pytest.org/en/latest/fixture.html for more information.
>     six.exec_(co, mod.__dict__)
> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py:337
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py:337: DeprecationWarning: invalid escape sequence \*
>     msg = '<2 \* BusinessDays> is a non-fixed frequency'
> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py:1292
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py:1292: DeprecationWarning: invalid escape sequence \[
>     msg = "Wrong number of dimensions. values.ndim != ndim \[1 != 2\]"
> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py:1878
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py:1878: RemovedInPytest4Warning: Fixture "s_main_dtypes" called directly. Fixtures are not meant to be called directly, are created automatically when test functions request them as parameters. See https://docs.pytest.org/en/latest/fixture.html for more information.
>     class TestNLargestNSmallest(object):
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_expressions.py::TestExpressions::()::test_integer_panel
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/panel.py:742: FutureWarning: 
>   Panel is deprecated and will be removed in a future version.
>   The recommended way to represent these types of 3-dimensional data are with a MultiIndex on a DataFrame, via the Panel.to_frame() method
>   Alternatively, you can use the xarray package http://xarray.pydata.org/en/stable/.
>   Pandas provides a `.to_xarray()` method to help automate this conversion.
>   
>     return self._combine_const(other, func)
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/ops.py:1680: FutureWarning: 
>   Panel is deprecated and will be removed in a future version.
>   The recommended way to represent these types of 3-dimensional data are with a MultiIndex on a DataFrame, via the Panel.to_frame() method
>   Alternatively, you can use the xarray package http://xarray.pydata.org/en/stable/.
>   Pandas provides a `.to_xarray()` method to help automate this conversion.
>   
>     return self._combine_const(other, na_op, try_cast=False)
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_expressions.py::TestExpressions::()::test_float_panel
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/panel.py:742: FutureWarning: 
>   Panel is deprecated and will be removed in a future version.
>   The recommended way to represent these types of 3-dimensional data are with a MultiIndex on a DataFrame, via the Panel.to_frame() method
>   Alternatively, you can use the xarray package http://xarray.pydata.org/en/stable/.
>   Pandas provides a `.to_xarray()` method to help automate this conversion.
>   
>     return self._combine_const(other, func)
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/ops.py:1680: FutureWarning: 
>   Panel is deprecated and will be removed in a future version.
>   The recommended way to represent these types of 3-dimensional data are with a MultiIndex on a DataFrame, via the Panel.to_frame() method
>   Alternatively, you can use the xarray package http://xarray.pydata.org/en/stable/.
>   Pandas provides a `.to_xarray()` method to help automate this conversion.
>   
>     return self._combine_const(other, na_op, try_cast=False)
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_expressions.py::TestExpressions::()::test_mixed_panel
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/panel.py:742: FutureWarning: 
>   Panel is deprecated and will be removed in a future version.
>   The recommended way to represent these types of 3-dimensional data are with a MultiIndex on a DataFrame, via the Panel.to_frame() method
>   Alternatively, you can use the xarray package http://xarray.pydata.org/en/stable/.
>   Pandas provides a `.to_xarray()` method to help automate this conversion.
>   
>     return self._combine_const(other, func)
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/ops.py:1680: FutureWarning: 
>   Panel is deprecated and will be removed in a future version.
>   The recommended way to represent these types of 3-dimensional data are with a MultiIndex on a DataFrame, via the Panel.to_frame() method
>   Alternatively, you can use the xarray package http://xarray.pydata.org/en/stable/.
>   Pandas provides a `.to_xarray()` method to help automate this conversion.
>   
>     return self._combine_const(other, na_op, try_cast=False)
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::()::test_frame_group_ops[True]
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/groupby/groupby.py:4329: FutureWarning: arrays to stack must be passed as a "sequence" type such as list or tuple. Support for non-sequence iterables such as generators is deprecated as of NumPy 1.16 and will raise an error in the future.
>     stacked_values = np.vstack(map(np.asarray, values))
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::()::test_frame_group_ops[False]
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/groupby/groupby.py:4329: FutureWarning: arrays to stack must be passed as a "sequence" type such as list or tuple. Support for non-sequence iterables such as generators is deprecated as of NumPy 1.16 and will raise an error in the future.
>     stacked_values = np.vstack(map(np.asarray, values))
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestSorted::()::test_sorting_repr_8017
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/frame.py:406: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
>     elif isinstance(data, collections.Iterator):
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::()::test_median
>   /usr/lib/python3/dist-packages/numpy/lib/function_base.py:3405: RuntimeWarning: All-NaN slice encountered
>     r = func(a, **kwargs)
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_panel.py::TestPanel::()::test_to_excel
>   /usr/lib/python3/dist-packages/xlrd/book.py:74: DeprecationWarning: time.clock has been deprecated in Python 3.3 and will be removed from Python 3.8: use time.perf_counter or time.process_time instead
>     t0 = time.clock()
>   /usr/lib/python3/dist-packages/xlrd/book.py:89: DeprecationWarning: time.clock has been deprecated in Python 3.3 and will be removed from Python 3.8: use time.perf_counter or time.process_time instead
>     t1 = time.clock()
>   /usr/lib/python3/dist-packages/xlrd/book.py:130: DeprecationWarning: time.clock has been deprecated in Python 3.3 and will be removed from Python 3.8: use time.perf_counter or time.process_time instead
>     t2 = time.clock()
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestIsScalar::()::test_is_scalar_numpy_arrays
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py:1166: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     assert not is_scalar(np.matrix('1; 2'))
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_scipy_sparse[lil]
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMissing::()::test_fillna_scalar
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/array.py:85: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
>     collections.Sequence)):
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::()::test_median
>   /usr/lib/python3/dist-packages/numpy/lib/function_base.py:3405: RuntimeWarning: All-NaN slice encountered
>     r = func(a, **kwargs)
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::()::test_median_corner
>   /usr/lib/python3/dist-packages/numpy/lib/function_base.py:3405: RuntimeWarning: All-NaN slice encountered
>     r = func(a, **kwargs)
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::()::test_getitem_setitem_ix_negative_integers
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py:401: DeprecationWarning: 
>   .ix is deprecated. Please use
>   .loc for label based indexing or
>   .iloc for positional indexing
>   
>   See the documentation here:
>   http://pandas.pydata.org/pandas-docs/stable/indexing.html#ix-indexer-is-deprecated
>     df.ix[[-1]]
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py:404: DeprecationWarning: 
>   .ix is deprecated. Please use
>   .loc for label based indexing or
>   .iloc for positional indexing
>   
>   See the documentation here:
>   http://pandas.pydata.org/pandas-docs/stable/indexing.html#ix-indexer-is-deprecated
>     df.ix[:, [-1]]
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/indexing.py:890: DeprecationWarning: 
>   .ix is deprecated. Please use
>   .loc for label based indexing or
>   .iloc for positional indexing
>   
>   See the documentation here:
>   http://pandas.pydata.org/pandas-docs/stable/indexing.html#ix-indexer-is-deprecated
>     retval = getattr(retval, self.name)._getitem_axis(key, axis=i)
> 
> 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/function_base.py:3405: RuntimeWarning: All-NaN slice encountered
>     r = func(a, **kwargs)
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::()::test_pos_object[df0]
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/generic.py:1135: DeprecationWarning: Applying '+' to a non-numerical array is ill-defined. Returning a copy, but in the future this will error.
>     arr = operator.pos(values)
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/generic.py:1135: DeprecationWarning: Applying '+' to a non-numerical array is ill-defined. Returning a copy, but in the future this will error.
>     arr = operator.pos(values)
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_apply[True]
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/groupby/groupby.py:4317: FutureWarning: arrays to stack must be passed as a "sequence" type such as list or tuple. Support for non-sequence iterables such as generators is deprecated as of NumPy 1.16 and will raise an error in the future.
>     stacked_values = np.vstack(map(np.asarray, values))
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_apply[False]
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/groupby/groupby.py:4317: FutureWarning: arrays to stack must be passed as a "sequence" type such as list or tuple. Support for non-sequence iterables such as generators is deprecated as of NumPy 1.16 and will raise an error in the future.
>     stacked_values = np.vstack(map(np.asarray, values))
> 
> 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:3078: FutureWarning: elementwise comparison failed; returning scalar instead, but in the future will perform elementwise comparison
>     return self._engine.get_loc(key)
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_builtins_apply
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/groupby/groupby.py:4317: FutureWarning: arrays to stack must be passed as a "sequence" type such as list or tuple. Support for non-sequence iterables such as generators is deprecated as of NumPy 1.16 and will raise an error in the future.
>     stacked_values = np.vstack(map(np.asarray, values))
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_non_cython_api
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/groupby/groupby.py:4317: FutureWarning: arrays to stack must be passed as a "sequence" type such as list or tuple. Support for non-sequence iterables such as generators is deprecated as of NumPy 1.16 and will raise an error in the future.
>     stacked_values = np.vstack(map(np.asarray, values))
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_count
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/groupby/groupby.py:4317: FutureWarning: arrays to stack must be passed as a "sequence" type such as list or tuple. Support for non-sequence iterables such as generators is deprecated as of NumPy 1.16 and will raise an error in the future.
>     stacked_values = np.vstack(map(np.asarray, values))
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_as_index_agg
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/groupby/groupby.py:4317: FutureWarning: arrays to stack must be passed as a "sequence" type such as list or tuple. Support for non-sequence iterables such as generators is deprecated as of NumPy 1.16 and will raise an error in the future.
>     stacked_values = np.vstack(map(np.asarray, values))
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_with_hier_columns
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/groupby/groupby.py:4317: FutureWarning: arrays to stack must be passed as a "sequence" type such as list or tuple. Support for non-sequence iterables such as generators is deprecated as of NumPy 1.16 and will raise an error in the future.
>     stacked_values = np.vstack(map(np.asarray, values))
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_cython_grouper_series_bug_noncontig
>   /usr/lib/python3/dist-packages/numpy/lib/nanfunctions.py:1076: RuntimeWarning: Mean of empty slice
>     return np.nanmean(a, axis, out=out, keepdims=keepdims)
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[skew-0-1-True-True]
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/groupby/groupby.py:4329: FutureWarning: arrays to stack must be passed as a "sequence" type such as list or tuple. Support for non-sequence iterables such as generators is deprecated as of NumPy 1.16 and will raise an error in the future.
>     stacked_values = np.vstack(map(np.asarray, values))
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[skew-0-1-True-False]
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/groupby/groupby.py:4329: FutureWarning: arrays to stack must be passed as a "sequence" type such as list or tuple. Support for non-sequence iterables such as generators is deprecated as of NumPy 1.16 and will raise an error in the future.
>     stacked_values = np.vstack(map(np.asarray, values))
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[skew-0-1-False-True]
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/groupby/groupby.py:4329: FutureWarning: arrays to stack must be passed as a "sequence" type such as list or tuple. Support for non-sequence iterables such as generators is deprecated as of NumPy 1.16 and will raise an error in the future.
>     stacked_values = np.vstack(map(np.asarray, values))
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[skew-0-1-False-False]
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/groupby/groupby.py:4329: FutureWarning: arrays to stack must be passed as a "sequence" type such as list or tuple. Support for non-sequence iterables such as generators is deprecated as of NumPy 1.16 and will raise an error in the future.
>     stacked_values = np.vstack(map(np.asarray, values))
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[skew-1-1-True-True]
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/groupby/groupby.py:4329: FutureWarning: arrays to stack must be passed as a "sequence" type such as list or tuple. Support for non-sequence iterables such as generators is deprecated as of NumPy 1.16 and will raise an error in the future.
>     stacked_values = np.vstack(map(np.asarray, values))
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[skew-1-1-True-False]
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/groupby/groupby.py:4329: FutureWarning: arrays to stack must be passed as a "sequence" type such as list or tuple. Support for non-sequence iterables such as generators is deprecated as of NumPy 1.16 and will raise an error in the future.
>     stacked_values = np.vstack(map(np.asarray, values))
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[skew-1-1-False-True]
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/groupby/groupby.py:4329: FutureWarning: arrays to stack must be passed as a "sequence" type such as list or tuple. Support for non-sequence iterables such as generators is deprecated as of NumPy 1.16 and will raise an error in the future.
>     stacked_values = np.vstack(map(np.asarray, values))
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[skew-1-1-False-False]
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/groupby/groupby.py:4329: FutureWarning: arrays to stack must be passed as a "sequence" type such as list or tuple. Support for non-sequence iterables such as generators is deprecated as of NumPy 1.16 and will raise an error in the future.
>     stacked_values = np.vstack(map(np.asarray, values))
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mad-0-1-True-True]
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/groupby/groupby.py:4329: FutureWarning: arrays to stack must be passed as a "sequence" type such as list or tuple. Support for non-sequence iterables such as generators is deprecated as of NumPy 1.16 and will raise an error in the future.
>     stacked_values = np.vstack(map(np.asarray, values))
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mad-0-1-True-False]
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/groupby/groupby.py:4329: FutureWarning: arrays to stack must be passed as a "sequence" type such as list or tuple. Support for non-sequence iterables such as generators is deprecated as of NumPy 1.16 and will raise an error in the future.
>     stacked_values = np.vstack(map(np.asarray, values))
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mad-0-1-False-True]
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/groupby/groupby.py:4329: FutureWarning: arrays to stack must be passed as a "sequence" type such as list or tuple. Support for non-sequence iterables such as generators is deprecated as of NumPy 1.16 and will raise an error in the future.
>     stacked_values = np.vstack(map(np.asarray, values))
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mad-0-1-False-False]
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/groupby/groupby.py:4329: FutureWarning: arrays to stack must be passed as a "sequence" type such as list or tuple. Support for non-sequence iterables such as generators is deprecated as of NumPy 1.16 and will raise an error in the future.
>     stacked_values = np.vstack(map(np.asarray, values))
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mad-1-1-True-True]
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/groupby/groupby.py:4329: FutureWarning: arrays to stack must be passed as a "sequence" type such as list or tuple. Support for non-sequence iterables such as generators is deprecated as of NumPy 1.16 and will raise an error in the future.
>     stacked_values = np.vstack(map(np.asarray, values))
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mad-1-1-True-False]
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/groupby/groupby.py:4329: FutureWarning: arrays to stack must be passed as a "sequence" type such as list or tuple. Support for non-sequence iterables such as generators is deprecated as of NumPy 1.16 and will raise an error in the future.
>     stacked_values = np.vstack(map(np.asarray, values))
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mad-1-1-False-True]
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/groupby/groupby.py:4329: FutureWarning: arrays to stack must be passed as a "sequence" type such as list or tuple. Support for non-sequence iterables such as generators is deprecated as of NumPy 1.16 and will raise an error in the future.
>     stacked_values = np.vstack(map(np.asarray, values))
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[mad-1-1-False-False]
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/groupby/groupby.py:4329: FutureWarning: arrays to stack must be passed as a "sequence" type such as list or tuple. Support for non-sequence iterables such as generators is deprecated as of NumPy 1.16 and will raise an error in the future.
>     stacked_values = np.vstack(map(np.asarray, values))
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cythonized_aggers[median]
>   /usr/lib/python3/dist-packages/numpy/lib/nanfunctions.py:1076: RuntimeWarning: Mean of empty slice
>     return np.nanmean(a, axis, out=out, keepdims=keepdims)
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeInferFormat::()::test_to_datetime_infer_datetime_format_consistent_format[True]
>   /usr/lib/python3/dist-packages/dateutil/parser/__init__.py:46: DeprecationWarning: _timelex is a private class and may break without warning, it will be moved and or renamed in future versions.
>     warnings.warn(msg, DeprecationWarning)
>   /usr/lib/python3/dist-packages/dateutil/parser/__init__.py:46: DeprecationWarning: _timelex is a private class and may break without warning, it will be moved and or renamed in future versions.
>     warnings.warn(msg, DeprecationWarning)
>   /usr/lib/python3/dist-packages/dateutil/parser/__init__.py:46: DeprecationWarning: _timelex is a private class and may break without warning, it will be moved and or renamed in future versions.
>     warnings.warn(msg, DeprecationWarning)
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeInferFormat::()::test_to_datetime_infer_datetime_format_consistent_format[False]
>   /usr/lib/python3/dist-packages/dateutil/parser/__init__.py:46: DeprecationWarning: _timelex is a private class and may break without warning, it will be moved and or renamed in future versions.
>     warnings.warn(msg, DeprecationWarning)
>   /usr/lib/python3/dist-packages/dateutil/parser/__init__.py:46: DeprecationWarning: _timelex is a private class and may break without warning, it will be moved and or renamed in future versions.
>     warnings.warn(msg, DeprecationWarning)
>   /usr/lib/python3/dist-packages/dateutil/parser/__init__.py:46: DeprecationWarning: _timelex is a private class and may break without warning, it will be moved and or renamed in future versions.
>     warnings.warn(msg, DeprecationWarning)
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeInferFormat::()::test_to_datetime_infer_datetime_format_inconsistent_format[True]
>   /usr/lib/python3/dist-packages/dateutil/parser/__init__.py:46: DeprecationWarning: _timelex is a private class and may break without warning, it will be moved and or renamed in future versions.
>     warnings.warn(msg, DeprecationWarning)
>   /usr/lib/python3/dist-packages/dateutil/parser/__init__.py:46: DeprecationWarning: _timelex is a private class and may break without warning, it will be moved and or renamed in future versions.
>     warnings.warn(msg, DeprecationWarning)
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeInferFormat::()::test_to_datetime_infer_datetime_format_inconsistent_format[False]
>   /usr/lib/python3/dist-packages/dateutil/parser/__init__.py:46: DeprecationWarning: _timelex is a private class and may break without warning, it will be moved and or renamed in future versions.
>     warnings.warn(msg, DeprecationWarning)
>   /usr/lib/python3/dist-packages/dateutil/parser/__init__.py:46: DeprecationWarning: _timelex is a private class and may break without warning, it will be moved and or renamed in future versions.
>     warnings.warn(msg, DeprecationWarning)
> 
> 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]
>   /usr/lib/python3/dist-packages/dateutil/parser/__init__.py:46: DeprecationWarning: _timelex is a private class and may break without warning, it will be moved and or renamed in future versions.
>     warnings.warn(msg, DeprecationWarning)
> 
> 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]
>   /usr/lib/python3/dist-packages/dateutil/parser/__init__.py:46: DeprecationWarning: _timelex is a private class and may break without warning, it will be moved and or renamed in future versions.
>     warnings.warn(msg, DeprecationWarning)
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::()::test_dups_fancy_indexing
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py:200: DeprecationWarning: 
>   .ix is deprecated. Please use
>   .loc for label based indexing or
>   .iloc for positional indexing
>   
>   See the documentation here:
>   http://pandas.pydata.org/pandas-docs/stable/indexing.html#ix-indexer-is-deprecated
>     dfnu.ix[['E']]
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::()::test_subplots_multiple_axes
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_tools.py:204: UserWarning: When passing multiple axes, layout keyword is ignored
>     "ignored", UserWarning)
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::()::test_hist_df
>   /usr/lib/python3/dist-packages/matplotlib/axes/_axes.py:6521: MatplotlibDeprecationWarning: 
>   The 'normed' kwarg was deprecated in Matplotlib 2.1 and will be removed in 3.1. Use 'density' instead.
>     alternative="'density'", removal="3.1")
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::()::test_line_colors
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_core.py:194: UserWarning: 'colors' is being deprecated. Please use 'color'instead of 'colors'
>     warnings.warn(("'colors' is being deprecated. Please use 'color'"
> 
> 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/_core.py:1804: UserWarning: To output multiple subplots, the figure containing the passed axes is being cleared
>     plot_obj.generate()
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_core.py:1804: UserWarning: To output multiple subplots, the figure containing the passed axes is being cleared
>     plot_obj.generate()
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_core.py:1804: 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_frame.py::TestDataFramePlots::()::test_errorbar_timeseries
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_core.py:1804: UserWarning: To output multiple subplots, the figure containing the passed axes is being cleared
>     plot_obj.generate()
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_core.py:1804: UserWarning: To output multiple subplots, the figure containing the passed axes is being cleared
>     plot_obj.generate()
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_core.py:1804: 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
>   /usr/lib/python3/dist-packages/matplotlib/figure.py:98: 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.
>     "Adding an axes using the same arguments as a previous axes "
>   /usr/lib/python3/dist-packages/matplotlib/figure.py:98: 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.
>     "Adding an axes using the same arguments as a previous axes "
>   /usr/lib/python3/dist-packages/matplotlib/figure.py:98: 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.
>     "Adding an axes using the same arguments as a previous axes "
>   /usr/lib/python3/dist-packages/matplotlib/figure.py:98: 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.
>     "Adding an axes using the same arguments as a previous axes "
>   /usr/lib/python3/dist-packages/matplotlib/figure.py:98: 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.
>     "Adding an axes using the same arguments as a previous axes "
>   /usr/lib/python3/dist-packages/matplotlib/figure.py:98: 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.
>     "Adding an axes using the same arguments as a previous axes "
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::()::test_hist_df_legacy
>   /usr/lib/python3/dist-packages/matplotlib/axes/_axes.py:6521: MatplotlibDeprecationWarning: 
>   The 'normed' kwarg was deprecated in Matplotlib 2.1 and will be removed in 3.1. Use 'density' instead.
>     alternative="'density'", removal="3.1")
> 
> 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/test_hist_method.py:248: UserWarning: To output multiple subplots, the figure containing the passed axes is being cleared
>     _check_plot_works(df.hist)
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFrameGroupByPlots::()::test_grouped_hist_legacy
>   /usr/lib/python3/dist-packages/matplotlib/axes/_axes.py:6521: MatplotlibDeprecationWarning: 
>   The 'normed' kwarg was deprecated in Matplotlib 2.1 and will be removed in 3.1. Use 'density' instead.
>     alternative="'density'", removal="3.1")
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestSeriesPlots::()::test_autocorrelation_plot
>   /usr/lib/python3/dist-packages/matplotlib/pyplot.py:935: UserWarning: Requested projection is different from current axis projection, creating new axis with requested projection.
>     return gcf().gca(**kwargs)
>   /usr/lib/python3/dist-packages/matplotlib/pyplot.py:935: UserWarning: Requested projection is different from current axis projection, creating new axis with requested projection.
>     return gcf().gca(**kwargs)
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::()::test_parallel_coordinates_with_sorted_labels
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_misc.py:569: UserWarning: Attempting to set identical left==right results
>   in singular transformations; automatically expanding.
>   left=0, right=0
>     ax.set_xlim(x[0], x[-1])
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::()::test_hist_legacy
>   /usr/lib/python3/dist-packages/matplotlib/figure.py:98: 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.
>     "Adding an axes using the same arguments as a previous axes "
>   /usr/lib/python3/dist-packages/matplotlib/figure.py:98: 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.
>     "Adding an axes using the same arguments as a previous axes "
>   /usr/lib/python3/dist-packages/matplotlib/figure.py:98: 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.
>     "Adding an axes using the same arguments as a previous axes "
>   /usr/lib/python3/dist-packages/matplotlib/figure.py:98: 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.
>     "Adding an axes using the same arguments as a previous axes "
>   /usr/lib/python3/dist-packages/matplotlib/figure.py:98: 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.
>     "Adding an axes using the same arguments as a previous axes "
>   /usr/lib/python3/dist-packages/matplotlib/figure.py:98: 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.
>     "Adding an axes using the same arguments as a previous axes "
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::()::test_tz_localize_pushes_out_of_bounds
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py:32: RuntimeWarning: overflow encountered in long_scalars
>     Timestamp.min.tz_localize('Asia/Tokyo')
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py:39: RuntimeWarning: overflow encountered in long_scalars
>     Timestamp.max.tz_localize('US/Pacific')
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_getitem_median_slice_bug
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/internals.py:312: FutureWarning: Using a non-tuple sequence for multidimensional indexing is deprecated; use `arr[tuple(seq)]` instead of `arr[seq]`. In the future this will be interpreted as an array index, `arr[np.array(seq)]`, which will result either in an error or a different result.
>     return self.values[slicer]
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/indexes/datetimelike.py:428: FutureWarning: Using a non-tuple sequence for multidimensional indexing is deprecated; use `arr[tuple(seq)]` instead of `arr[seq]`. In the future this will be interpreted as an array index, `arr[np.array(seq)]`, which will result either in an error or a different result.
>     result = getitem(key)
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_basic_getitem_setitem_corner
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/internals.py:312: FutureWarning: Using a non-tuple sequence for multidimensional indexing is deprecated; use `arr[tuple(seq)]` instead of `arr[seq]`. In the future this will be interpreted as an array index, `arr[np.array(seq)]`, which will result either in an error or a different result.
>     return self.values[slicer]
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/indexes/datetimelike.py:428: FutureWarning: Using a non-tuple sequence for multidimensional indexing is deprecated; use `arr[tuple(seq)]` instead of `arr[seq]`. In the future this will be interpreted as an array index, `arr[np.array(seq)]`, which will result either in an error or a different result.
>     result = getitem(key)
> 
> 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]
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> 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]
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> 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]
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> 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]
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> 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]
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> 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]
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> 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]
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> 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]
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> 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]
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> 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]
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> 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]
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> 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]
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> 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]
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> 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]
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> 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]
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> 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]
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> 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]
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> 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]
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> 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]
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> 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]
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> 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]
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> 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]
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> 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]
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> 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]
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> 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]
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> 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]
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> 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]
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> 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]
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> 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]
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> 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]
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> 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]
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> 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]
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> 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]
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> 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]
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> 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]
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> 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]
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> 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]
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> 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]
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> 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]
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> 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]
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> 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]
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> 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]
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> 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]
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> 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]
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> 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]
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> 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]
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> 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]
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> 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]
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy_object[lil-None]
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy_object[lil-0]
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy_object[lil-nan]
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_scipy_correct_ordering[lil]
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_scipy_fillna[lil]
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesScipyInteraction::()::test_to_coo_text_names_integer_row_levels_nosort
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesScipyInteraction::()::test_to_coo_text_names_integer_row_levels_sort
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> 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
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesScipyInteraction::()::test_to_coo_integer_names_integer_row_levels_nosort
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesScipyInteraction::()::test_to_coo_text_names_text_row_levels_nosort
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
>   /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:71: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
>     return matrix(data, dtype=dtype, copy=False)
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::()::test_guess_datetime_format_with_dayfirst[True-%d/%m/%Y]
>   /usr/lib/python3/dist-packages/dateutil/parser/__init__.py:46: DeprecationWarning: _timelex is a private class and may break without warning, it will be moved and or renamed in future versions.
>     warnings.warn(msg, DeprecationWarning)
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::()::test_guess_datetime_format_with_dayfirst[False-%m/%d/%Y]
>   /usr/lib/python3/dist-packages/dateutil/parser/__init__.py:46: DeprecationWarning: _timelex is a private class and may break without warning, it will be moved and or renamed in future versions.
>     warnings.warn(msg, DeprecationWarning)
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::()::test_guess_datetime_format_with_locale_specific_formats[30/Dec/2011-%d/%b/%Y]
>   /usr/lib/python3/dist-packages/dateutil/parser/__init__.py:46: DeprecationWarning: _timelex is a private class and may break without warning, it will be moved and or renamed in future versions.
>     warnings.warn(msg, DeprecationWarning)
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::()::test_guess_datetime_format_with_locale_specific_formats[30/December/2011-%d/%B/%Y]
>   /usr/lib/python3/dist-packages/dateutil/parser/__init__.py:46: DeprecationWarning: _timelex is a private class and may break without warning, it will be moved and or renamed in future versions.
>     warnings.warn(msg, DeprecationWarning)
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::()::test_guess_datetime_format_with_locale_specific_formats[30/Dec/2011 00:00:00-%d/%b/%Y %H:%M:%S]
>   /usr/lib/python3/dist-packages/dateutil/parser/__init__.py:46: DeprecationWarning: _timelex is a private class and may break without warning, it will be moved and or renamed in future versions.
>     warnings.warn(msg, DeprecationWarning)
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::()::test_guess_datetime_format_invalid_inputs
>   /usr/lib/python3/dist-packages/dateutil/parser/__init__.py:46: DeprecationWarning: _timelex is a private class and may break without warning, it will be moved and or renamed in future versions.
>     warnings.warn(msg, DeprecationWarning)
>   /usr/lib/python3/dist-packages/dateutil/parser/__init__.py:46: DeprecationWarning: _timelex is a private class and may break without warning, it will be moved and or renamed in future versions.
>     warnings.warn(msg, DeprecationWarning)
>   /usr/lib/python3/dist-packages/dateutil/parser/__init__.py:46: DeprecationWarning: _timelex is a private class and may break without warning, it will be moved and or renamed in future versions.
>     warnings.warn(msg, DeprecationWarning)
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::()::test_guess_datetime_format_nopadding[2011-1-1-%Y-%m-%d]
>   /usr/lib/python3/dist-packages/dateutil/parser/__init__.py:46: DeprecationWarning: _timelex is a private class and may break without warning, it will be moved and or renamed in future versions.
>     warnings.warn(msg, DeprecationWarning)
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::()::test_guess_datetime_format_nopadding[30-1-2011-%d-%m-%Y]
>   /usr/lib/python3/dist-packages/dateutil/parser/__init__.py:46: DeprecationWarning: _timelex is a private class and may break without warning, it will be moved and or renamed in future versions.
>     warnings.warn(msg, DeprecationWarning)
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::()::test_guess_datetime_format_nopadding[1/1/2011-%m/%d/%Y]
>   /usr/lib/python3/dist-packages/dateutil/parser/__init__.py:46: DeprecationWarning: _timelex is a private class and may break without warning, it will be moved and or renamed in future versions.
>     warnings.warn(msg, DeprecationWarning)
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::()::test_guess_datetime_format_nopadding[2011-1-1 00:00:00-%Y-%m-%d %H:%M:%S]
>   /usr/lib/python3/dist-packages/dateutil/parser/__init__.py:46: DeprecationWarning: _timelex is a private class and may break without warning, it will be moved and or renamed in future versions.
>     warnings.warn(msg, DeprecationWarning)
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::()::test_guess_datetime_format_nopadding[2011-1-1 0:0:0-%Y-%m-%d %H:%M:%S]
>   /usr/lib/python3/dist-packages/dateutil/parser/__init__.py:46: DeprecationWarning: _timelex is a private class and may break without warning, it will be moved and or renamed in future versions.
>     warnings.warn(msg, DeprecationWarning)
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::TestGuessDatetimeFormat::()::test_guess_datetime_format_nopadding[2011-1-3T00:00:0-%Y-%m-%dT%H:%M:%S]
>   /usr/lib/python3/dist-packages/dateutil/parser/__init__.py:46: DeprecationWarning: _timelex is a private class and may break without warning, it will be moved and or renamed in future versions.
>     warnings.warn(msg, DeprecationWarning)
> 
> -- Docs: https://docs.pytest.org/en/latest/warnings.html
>  1 failed, 23231 passed, 2690 skipped, 742 deselected, 80 xfailed, 32 xpassed, 193 warnings in 726.06 seconds 
> XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":99"
> 
>       after 11 requests (8 known processed) with 0 events remaining.
> 
> make[1]: *** [debian/rules:128: python-test3.7] Error 1

The full build log is available from:
   http://aws-logs.debian.net/2019/03/15/pandas_0.23.3-1_testing.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